In the index_boardstats template is the link to mark all forums read. I wanted to also have this link appear at the top in header_welcomeblock_member, directly in front of the buddy list link. So I added it like below. The part I added is in red:
After I do this the only change I made that shows is the vertical line. The link that's supposed to appear in front of it does not.
Can someone help me with this?
Quote:<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
After I do this the only change I made that shows is the vertical line. The link that's supposed to appear in front of it does not.
Can someone help me with this?