I have a forum on a subdomain and a site on the domain. I have managed to successfully connect the header file that I put on all of the domain root pages to the phpBB code using this code:
(the path from the public_html root is /forums)
I have put a login to the index of the domain at the bottom of the page and I can log into the forum from that.
What my question is, what code can I add in the header file (if I have to, I can put stuff in the footer file too) to make a welcome box appear telling the user how many PMs they have, a log out link, a profile link, something that says "Hello {USERNAME}, you have # new message(s)." with the username that leads to the profile in the forum on the subdomain and the "You have # new messages" part to lead to the messages, and another link leading to the area to edit the profile.
Also, I need something added on the index page to make the login box disappear when logged in.
I have no tpl page set up for the index of the domain, and no language file connections for the index of the domain (nor do I want to).
Site: http://www.codelyoko.us/
Forums: http://forums.codelyoko.us/
I can even give the person who helps me get this all done a link on my site.
Thanks.
PHP:
define('IN_PHPBB', true);
$phpbb_root_path = './forums/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
I have put a login to the index of the domain at the bottom of the page and I can log into the forum from that.
What my question is, what code can I add in the header file (if I have to, I can put stuff in the footer file too) to make a welcome box appear telling the user how many PMs they have, a log out link, a profile link, something that says "Hello {USERNAME}, you have # new message(s)." with the username that leads to the profile in the forum on the subdomain and the "You have # new messages" part to lead to the messages, and another link leading to the area to edit the profile.
Also, I need something added on the index page to make the login box disappear when logged in.
I have no tpl page set up for the index of the domain, and no language file connections for the index of the domain (nor do I want to).
Site: http://www.codelyoko.us/
Forums: http://forums.codelyoko.us/
I can even give the person who helps me get this all done a link on my site.
Thanks.





