MyBB Community Forums

Full Version: HELP !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys, I have been having trouble with my PM on my site, on the header, when I click Private Message it brings me to this link: http://www.positivemodding.comze.com/sea...3Ca%20href=
That link is the link for the search too, how do i get the PM link back, I tried re-installing the Private.php file into my host but it still comes up with the same link, help ?
Not sure why this is in the security issues forum... moved to general support.

Post your header_welcomeblock_member and header templates here, you've got an error somewhere.
That is the header_welcomeblock_member

<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
</div>
</div>
<div class="lower">
<div class="wrapper">
<ul class="menu panel_links">
<li><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a></li>
{$modcplink}
{$admincplink}
<ul class="menu user_links">
<li><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>{$headerwarnlevel}</li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View Your Threads</a> | <a href="search.php?action=finduser&uid={$mybb->user['uid']}">View Your Posts</a> | <a href="search.php?
<li><a href="{$mybb->settings['bburl']}/"private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}<!-- ProfileComments --> | <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" title="{$lang->profile_comments}">{$lang->profile_comments_new_inmenu}</a> {$lang->profile_comments_new_inmenu_count}<!-- /ProfileComments --></li>
</ul>
</div>
</div>
I fixed it, yeaah Smile
so it was this :
<a href="search.php?
<li><a href="{$mybb->settings['bburl']}/"private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}


please use php tag codes from next time when you paste the code ...