GameOne - Printable Version +- MyBB Themes - ThemeFreak (http://www.themefreak.net) +-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26) +--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33) +--- Thread: GameOne (/showthread.php?tid=518) Pages:
1
2
|
RE: GameOne - BadgeR - 7th Apr 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) RE: GameOne - Tan - 8th Apr (7th Apr, 09:38 pm)BadgeR Wrote: Open latest thread in window Open in same window - have the code look like this (basically remove the target="_blank"): Code: <a href="{$thread['threadlink']}">{$thread['subject']}</a> RE: GameOne - BadgeR - 8th Apr still nothing happens RE: GameOne - Tan - 8th Apr It works for me on your forum. Try clearing cache. RE: GameOne - BadgeR - 8th Apr 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: [attachment=73] RE: GameOne - BadgeR - 8th Apr 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> RE: GameOne - Tan - 8th Apr 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. |