MyBB Community Forums

Full Version: Removing 3 (-'s)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See picture.

How do i remove them?

Cant seem to find it in the code.


<a href="{$mybb->settings['bburl']}/usercp.php"><img src="images/usercp.png"></a><strong>{$modcplink}</strong><strong>{$admincplink}</strong> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><strong><img src="images/logout.png"></strong></a>
				<span class="links">
				</span><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><strong><img src="images/todaysposts.png"></strong></a><a href="{$mybb->settings['bburl']}/private.php"><strong><img src="images/pms.png"></strong></a>
Link to site, so I can see the HTML source. Toungue
They are included in the $modcp, and $admincp link vars. Delete the &mdash; before the logout link.
It looks like you already found the code? Just remove it from the template.
Wow, that was some extreme ninja-ing.
Sorted thank you.