solved MediaPro about page not working

alt=
@perfectgamestudios
10 years ago
106 posts
Hello,
I not sure how to setup this as I tried several times now.
when ever I create blog with category about under my admin account the about page still does not show can anyone tell me how make this work.


Stephen
updated by @perfectgamestudios: 05/04/14 12:08:18AM
michael
@michael
10 years ago
7,714 posts
The code in the about.tpl file looks like this:
   {jrCore_list module="jrBlog" order_by="_created desc" limit="1" search1="_profile_id = `$_conf.jrProJam_blog_profile`"  search2="blog_category = about" template=$site_about_template}

So it is looking for the blog_category 'about' from the profile that is set in the config area of the skin $_conf.jrProJam_blog_profile


So go to the GLOBAL CONFIG tab of the skin in the ACP and look for "Blog Profile" and set it to whichever profile id is creating that 'about' blog.
alt=
@perfectgamestudios
10 years ago
106 posts
I have that set already to 1 which is my main admin account, as well as blog created called about us with category about yet does not seem to show unless I missing something else
douglas
@douglas
10 years ago
2,790 posts
I just tried this on the demo site and it is working there.

http://demo.jamroom.net/jrMediaProLight/about

Make sure you've cleared your cache.

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@perfectgamestudios
10 years ago
106 posts
actually I just checked this in the template it shows

{jrCore_list module="jrBlog" order_by="_created desc" limit="1" search1="_profile_id = `$_conf.jrProJam_blog_profile`" search2="blog_category = about" template=$site_about_template}

note the jrProJam

so I rename this jrMediaProLight and now is working
alt=
@perfectgamestudios
10 years ago
106 posts
I just did source scan seem there wrong config in lot of the template files showing projam rather then MediaProLight
douglas
@douglas
10 years ago
2,790 posts
I'm seeing that too, not sure how that was missed but I'll have a fix in the Marketplace for it soon.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
douglas
@douglas
10 years ago
2,790 posts
I've got this fixed in the latest Marketplace update.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@perfectgamestudios
10 years ago
106 posts
thanks Douglas :)
douglas
@douglas
10 years ago
2,790 posts
Your welcome! :)


--

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

Tags