1
Hi,
I am using XOOPS as my primary website portal. I built an alpha paging script that I want to integrate. I don't want people sending pages anonymously, and I want to use the XOOPS USERNAME or REAL NAME to propagate to the FROM field of the paging script.
Can someone point me to the section of code where I can store a cookie with the username or real name information obtained during XOOPS login.
I was going to use some code like:
setcookie ('pager_username', $xoops_uname);
and on the pager script
echo $_COOKIE['pager_username'];
If I am way off base, I would love some advice on how to get this to work. Thanks in advance for any advice.
-dan