ThankYou/Like - Printable Version +- WallBB Forums (https://wallbb.co.uk/forums) +-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5) +--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10) +--- Thread: ThankYou/Like (/showthread.php?tid=57) Pages:
1
2
|
RE: ThankYou/Like - WallBB - 01-08-2018 Add this code in footer template of your forum, it will work fine Code: <a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a> RE: ThankYou/Like - Hyperspace - 01-08-2018 (01-08-2018, 06:40 AM)WallBB Wrote: Add this code in footer template of your forum, it will work fine Where would I put it if I wanted it in the bar that has Log Out | | Forum Team | Forum Statistics? RE: ThankYou/Like - WallBB - 01-09-2018 I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files MyBB has moved the mark all forums as read in footer since 1.8.10 release RE: ThankYou/Like - Hyperspace - 01-09-2018 (01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files Oh OK. I tried that code in the footer but it didn't line up correctly and the text was blue. RE: ThankYou/Like - WallBB - 01-11-2018 (01-09-2018, 06:04 PM)Hyperspace Wrote:Can you share the URL, I will check why it didn't work(01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files RE: ThankYou/Like - Hyperspace - 01-11-2018 (01-11-2018, 10:57 AM)WallBB Wrote:(01-09-2018, 06:04 PM)Hyperspace Wrote:Can you share the URL, I will check why it didn't work(01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files I got it to work in the bar where is says RSS Syndication RE: ThankYou/Like - WallBB - 01-11-2018 (01-11-2018, 04:40 PM)Hyperspace Wrote:Correct, that is where it needs to be added(01-11-2018, 10:57 AM)WallBB Wrote:(01-09-2018, 06:04 PM)Hyperspace Wrote:Can you share the URL, I will check why it didn't work(01-09-2018, 05:32 PM)WallBB Wrote: I don't think it will work out in index_boardstats template. Before MyBB 1.8.10, it was present in that template. Now it will only work in footer template, unless you modify core files Good work mate |