MyBB Community Forums

Full Version: Subforums not changing after editing template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Detailed description of your problem, including steps to reproduce if necessary:
I edited the forumbit_subforums template on the theme I am using and I edited this code:
<br />{$lang->subforums}<br /><ul class="alt_forumlar">{$sub_forums}</ul>

And I replacd it with:
<br />{$lang->subforums}<ul class="alt_forumlar">{$sub_forums}</ul>

However my subforums still show as:
Subforums:
  • Subforum1
  • Subforum2
  • Subforum3

I thought after editing that template file it would show as:

Subforums: *Subforum1 *Subforum2 etc etc.

Could someone please help me, I am probably doing this wrong by editing the wrong file for something.. Undecided
Have you tried clearing your cache?
No I went to Tolls and Management and went to the cache module, but I am not sure which one to click Rebuild Cache on.
Sorry didn't make that clear. Have you tried clearing your browser's cache then refreshing your forum page Smile
Yeah already tried that, still showing the same.

P.S thank you for your help.
Can we have a URL?
Well the boards disabled at the moment due to the fact I am finishing off a merge from phpBB and I am updating user posts etc.

Heres a screenshot though:

[attachment=18831]
It's because there's a CSS class assigned to it.

Change it to:
<br />{$lang->subforums} {$sub_forums}