solved Featured member / artist not showing

Eddy
Eddy
@eddy
10 years ago
479 posts
I reloaded two modules, user profiles and user playlists, now the today's featured member is not showing :P.
updated by @eddy: 04/11/14 09:56:04PM
brian
@brian
10 years ago
10,148 posts
ouviste:
I reloaded two modules, user profiles and user playlists, now the today's featured member is not showing :P.

Unfortunately that doesn't give me much to go on. Listing is not done by the Profile module (it's done by the core). You could try reloading the core, then run an integrity check, then reset caches and see if that works.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Eddy
Eddy
@eddy
10 years ago
479 posts
Did all this you mentioned but still not working, only things I did today on my site was update the core and user profiles and reloaded user profiles and user playlists modules, I'm lost.

It was working before I did the above.

updated by @eddy: 03/10/14 02:55:22PM
Eddy
Eddy
@eddy
10 years ago
479 posts
Update: Featured member only not showing when I'm logged in.
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
I know this is a really really DUMB question, but do you have a link?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
Eddy
Eddy
@eddy
10 years ago
479 posts
Actually yeah I do Steve, just go to my main page http://www.soabem.com.
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Is "Membro em Destaque" featured member? If so it doesn't show up for me logged in or not logged in.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
Eddy
Eddy
@eddy
10 years ago
479 posts
Yes it is, and now it's not showing me logged in or logged out, neither is featured artist or new artists, I think the problem might be with the server, not sure, I have contacted JB Servers but am still waiting for a reply, this server crashed last week, and today they were having problems with cpanel, so I think something is wrong somewhere.
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Parts of a web page not displaying because jb are having trouble with cpanel? Is that technically possible?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
Eddy
Eddy
@eddy
10 years ago
479 posts
No, I'm not saying this issue is related to cpanel at all, but something else maybe, just now everything is loading accept for the featured member, I'm lost man, I didn't do any work on the site at all so I don't know what could be causing this.
MAD
MAD
@madc
10 years ago
600 posts
We came across this issue last night when @michael was here on my site.
It seemed very random.
Featured artists and featured songs just kept displaying the loading gif.
When I logged in they showed fine ( Nova Skin )
Tried on another machine and a tablet was the same.
This only started recently but we have been doing a lot of work on the site and only noticed it yesterday
EDIT
Just tested in all browsers and it looks like it's ok now ( Nothing done by the way except added new artists which may have fixed it? )
So don't know if my problem is related. Just saying that we saw the same thing ( Our own dedi server )


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 03/10/14 08:56:05PM
Eddy
Eddy
@eddy
10 years ago
479 posts
Thanks for letting me know MAD, I haven't done anything on my site today, only updated the JR core and a couple of modules, did you mean featured members or featured songs? Right now it doesn't show the featured artist and featured member, logged in or out.
updated by @eddy: 03/10/14 09:00:46PM
MAD
MAD
@madc
10 years ago
600 posts
It was the featured artists and featured songs ( as we removed featured videos etc a long time ago )
But as I said today they are working as BA9801 add some more bands while I was offsite and I came back and they are displaying logged in or out now. This is a screenshot of today logged in or out. Maybe trying adding another member to see if it pulls them back in ?
Or check your generated source code to see if anything is coming in at all.


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 03/10/14 09:19:34PM
MAD
MAD
@madc
10 years ago
600 posts
Just clicked on a link from this thread
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/8094/tutorial
the link is http://gmeshowcase.info/
Seems to be happening there too but if you go to a menu item like Artists then back to home page they then show.
Again May be unrelated as could be there server setup


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 03/10/14 09:40:48PM
douglas
@douglas
10 years ago
2,791 posts
ouviste:
Thanks for letting me know MAD, I haven't done anything on my site today, only updated the JR core and a couple of modules, did you mean featured members or featured songs? Right now it doesn't show the featured artist and featured member, logged in or out.

If your jrCore_list functions look like this for your "Today's Featured Member":

{if isset($_conf.jrProJamLight_require_images) && $_conf.jrProJamLight_require_images == 'on'}
    {if isset($_conf.jrProJamLight_featured_member) && $_conf.jrProJamLight_featured_member > 0}
        {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" search2="_profile_id = `$_conf.jrProJamLight_featured_member`" template=$feat_mem_today require_image="profile_image"}
    {elseif isset($_conf.jrProJamLight_member_quota) && $_conf.jrProJamLight_member_quota > 0}
        {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" search2="profile_quota_id in `$_conf.jrProJamLight_member_quota`" template=$feat_mem_today require_image="profile_image"}
    {else}
        {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" template=$feat_mem_today require_image="profile_image"}
    {/if}
{else}
    {if isset($_conf.jrProJamLight_featured_member) && $_conf.jrProJamLight_featured_member > 0}
        {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" search2="_profile_id = `$_conf.jrProJamLight_featured_member`" template=$feat_mem_today}
    {elseif isset($_conf.jrProJamLight_member_quota) && $_conf.jrProJamLight_member_quota > 0}
        {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" search2="profile_quota_id in `$_conf.jrProJamLight_member_quota`" template=$feat_mem_today}
    {else}
        {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" template=$feat_mem_today}
    {/if}
{/if}

try changing it to this:

{if isset($_conf.jrProJamLight_featured_member) && $_conf.jrProJamLight_featured_member > 0}
    {jrCore_list module="jrProfile" limit="1" search1="_profile_id = `$_conf.jrProJamLight_featured_member`" template=$feat_mem_today}
{else}
    {if isset($_conf.jrProJamLight_require_images) && $_conf.jrProJamLight_require_images == 'on'}
        {if isset($_conf.jrProJamLight_member_quota) && $_conf.jrProJamLight_member_quota > 0}
            {jrCore_list module="jrProfile" order_by="_created random" limit="1" quota_id=$_conf.jrProJamLight_member_quota search1="profile_active = 1" template=$feat_mem_today require_image="profile_image"}
        {else}
            {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" template=$feat_mem_today require_image="profile_image"}
        {/if}
    {else}
        {if isset($_conf.jrProJamLight_member_quota) && $_conf.jrProJamLight_member_quota > 0}
            {jrCore_list module="jrProfile" order_by="_created random" limit="1" quota_id=$_conf.jrProJamLight_member_quota search1="profile_active = 1" template=$feat_mem_today}
        {else}
            {jrCore_list module="jrProfile" order_by="_created random" limit="1" search1="profile_active = 1" template=$feat_mem_today}
        {/if}
    {/if}
{/if}

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Eddy
Eddy
@eddy
10 years ago
479 posts
What file am I looking for to replace this code on Douglas?

Thanks
updated by @eddy: 03/11/14 01:29:41PM
Eddy
Eddy
@eddy
10 years ago
479 posts
And the same thing is happening with "Today's featured artist" as well, you have something for this too?
Eddy
Eddy
@eddy
10 years ago
479 posts
Anyone?
douglas
@douglas
10 years ago
2,791 posts
The ProJam templates have been updated in the Marketplace to fix both the Today's Featured Artist and Member, you'll want to get the code from them to fix your custom templates.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Eddy
Eddy
@eddy
10 years ago
479 posts
Awesome, but how can I get the code from them without updating the skin? I don't see an option to just plain download the skin.
douglas
@douglas
10 years ago
2,791 posts
Did you not clone your skin before making changes?

If not, clone it and rename it so updates will not overwrite your modifications.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Eddy
Eddy
@eddy
10 years ago
479 posts
Working just dandy now, thank you :).
douglas
@douglas
10 years ago
2,791 posts
Glad to hear it. :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags