1
Dear All,
I am using XOOPS 2.0.9.2 and I have a couple of problems.
i) I want the user to input his real name during registration. I added the following line of code in include/registerform.php
$reg_form->addElement(new XoopsFormText(_US_REALNAME, "name", 30, 60), true);
to make it compulsory. It works fine, except that when the user finally registers, his real name shows nowhere. Is there any other change that I need to make?
ii) I want to be able to have different polls running on different pages. So, for example, if the page name is test1.php then I want to have poll with id 12 but when the page name changes to page2.php, I want poll with id 24 to appear. Is that possible?
I look forward to hearing from you soon.
Thanks in advance.
George