Posts: 26
Threads: 8
Joined: 24th Apr 12
Open latest thread in window
did not work.
customize forum icon
What exactly do I do. Im lost? I want to add custom icons from
Here and replace them with the remote controller for each forum (New, Introduction, etc)
Posts: 743
Threads: 45
Joined: 5th Apr 12
(7th Apr, 09:38 pm)BadgeR Wrote: Open latest thread in window
did not work.
customize forum icon
What exactly do I do. Im lost? I want to add custom icons from Here and replace them with the remote controller for each forum (New, Introduction, etc)
Open in same window - have the code look like this (basically remove the target="_blank"):
Code:
<a href="{$thread['threadlink']}">{$thread['subject']}</a>
Posts: 26
Threads: 8
Joined: 24th Apr 12
Posts: 743
Threads: 45
Joined: 5th Apr 12
It works for me on your forum. Try clearing cache.
Posts: 26
Threads: 8
Joined: 24th Apr 12
still doesnt work for me but if it works for you then thats good.
how do I make the default statistics info show instead of the custom one you have:
Posts: 26
Threads: 8
Joined: 24th Apr 12
this is the code that is doing that open new page on newest thread:
<li><span class="mediumtext block theme_text" onclick="window.open('{$mybb->settings['bburl']}/member.php?action=profile&uid={$stats['lastuid']}')" style="cursor:pointer;">{$stats['lastusername']}</span><span><span data-lang-variable="newest_user"></span></span></li>
Posts: 743
Threads: 45
Joined: 5th Apr 12
You would need to check out the Index Page Templates and revert templates. This is beyond what we support and I don't recommend it because 1) responsive design will break 2) old design looks dated. If you decide to play around with it, be sure to not edit your production environment.