pgowder
12-02-2002, 12:46 AM
Below is my current Welcome Panel. I'm trying to organize it better.
I'd like to split it into two columns, with the welcome, new post info, time last visit, log out links on one side. The other column I'd like to have with Fun and Games links--arcade, points, and quizzes.
Here is my welcome panel template:
<font size=1>Welcome back, <b>$username</b></font>
<br>There have been <b>$getnewthread[threads]</b> threads and <b>$getnewpost[posts]</b> posts since your last visit!<br>
<b><a href=quiz.php>PowWows.com Quizzes</a></b><br>
<a href="store.php?s=$session[sessionhash]&action=main"><b>$storename</b></a><br>
<a href="proarcade.php"><b>PowWows.com Arcade</b></a>
Where is the new post info, time and log out link generated from??
I'd like to split it into two columns, with the welcome, new post info, time last visit, log out links on one side. The other column I'd like to have with Fun and Games links--arcade, points, and quizzes.
Here is my welcome panel template:
<font size=1>Welcome back, <b>$username</b></font>
<br>There have been <b>$getnewthread[threads]</b> threads and <b>$getnewpost[posts]</b> posts since your last visit!<br>
<b><a href=quiz.php>PowWows.com Quizzes</a></b><br>
<a href="store.php?s=$session[sessionhash]&action=main"><b>$storename</b></a><br>
<a href="proarcade.php"><b>PowWows.com Arcade</b></a>
Where is the new post info, time and log out link generated from??