Support Forum
I have been modifying the iForum theme, which suits my needs well but the Subscribe to RSS and Subscribe to Topic buttons are hidden as well as the foot with timezone, online members etc. info.
I would like this section to be displayed in my copy of the iForum theme. How do I do this? I have been looking at the template files but very little seems to differ except Default.php. Changes to this file have no effect.
the various template files for iforum do not include the spFoot.php template file by default... you will need to add them if you want...
typically, at the bottom of each template file, ie spGroupView.php, spForumView.php, etc, you would add
# Load the forum footer template - normally last thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spFootContainer', 'foot');
sp_load_template('spFoot.php');
sp_SectionEnd('', 'foot');
take a look at one of the other themes to see exactly how done...
oh, and you are making your own theme, right? not changing ours? see: http://codex.simple-press.com/.....g-a-theme/
this will prevent you from losing changes on a update...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)