![]() |
[How To?] Mark forum(s) read - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] Mark forum(s) read (/thread-199144.html) |
Mark forum(s) read - eeji - 2016-08-29 I want to put a link in the header to mark forums read, but for some stupid reason {$post_code_string} and {$fid} aren't available to that template. Has anyone got any ideas how it can be done? my code so far (in the 'header' template)...
(template conditionals plugin is installed to allow use of <if> ) RE: Mark forum(s) read - eeji - 2016-08-30 never mind, I wrote a little plugin to fix it RE: Mark forum(s) read - JordanMussi - 2016-08-30 For others who may be interested, you can use: But you will need to use XThreads in order to use the if statement in templates.
|