This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
I added a few new links to my ezPortal main page. However, if the user logs in and clicks on the specific links below, the logged in user info (session id) is lost:
That kind of depends on how you are actually calling the link... phpbb includes a function called append_sid(), you put the url in the append_sid brackets
I expected it should be easy. I just thought that someone knew off the top of the head where to make the changes rather than have me digging around the code.
Here's the easy solution (just add the two new variables as shown, 3/4 of the way down in the includes/page_header.php):