MyBB Community Forums

Full Version: A little problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so on my site below

posting4hosting.net

login

user: demo
pass: demopass

now when you click on the PM folder it dont take you to the right page
how can I make it where it will take me to the right page?
Becuase I really like this theme but it takes me to

http://posting4hosting.netprivate.php/

when its supposed to take me too

http://posting4hosting.net/private.php
Login details don't work, but in your header_welcomeblock_member template there's a link to private.php, it should be this:

<a href="{$mybb->settings['bburl']}/private.php">

Yours is probably just this:

<a href="{$mybb->settings['bburl']}private.php/">
Ok thank you that fixed it