To change the display code, first visit the file
/lib/XG_TemplateHelpers.php
and find the functionxg_autodiscovery_link()
. Remove theif (XG_App::appIsPrivate()) { return; }
text (but leave the?>
at the end of that line.)Next, visit the various templates that might display RSS links. These files are:
- /widgets/forum/templates/category/list.php
- /widgets/forum/templates/topic/list.php
- /widgets/forum/templates/topic/show.php
That list is actually much longer, but you get the point. Umm, hasn't anyone here ever heard of encapsulation? PHP supports OOP, or at least enough of it to easily hide this particular flag so you don't have to remote it in twelve places!
No comments:
Post a Comment