For some odd reason, the content box on our Home page under the 'Most Viewed Artists' heading is displaying all profiles regardless of whether they are assigned to the designated 'Artists' quota (which is '1') or not.
We have decided to leave the displayed content as it is but change the content box heading to a more appropriate heading of "Most Viewed Profile".
We tried doing this by changing the following code line in the index.tpl
from:
{jrCore_lang skin=$_conf.jrCore_active_skin id="46" default="most"} {jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="viewed"} {jrCore_lang skin=$_conf.jrCore_active_skin id="48" default="artists"}
to:
{jrCore_lang skin=$_conf.jrCore_active_skin id="46" default="most"} {jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="viewed"} {jrCore_lang skin=$_conf.jrCore_active_skin id="48" default="profile"}
But this has not done the trick. We reset the cache done systems integrity checks to no avail.
Any help in resolving this would be greatly appreciated.
Module versions in use:
- Core: 5.1.27
- Skin: Flashback 1.1.7 (Cloned))
Thanks in anticipation.
updated by @misterg: 05/08/16 03:52:03PM
