1
Luminosity
How can I add HTML code in register.php ?
  • 2004/10/20 0:55

  • Luminosity

  • Just popping in

  • Posts: 37

  • Since: 2004/5/3 1


I would like to know how to add some HTML code in the register.php file. What I'm interested in doing is putting some HTML ahead of the actaul form, giving the prospective member something to read before they see the form, but all on the same page. I tried insterting some HTML page in the user language file which worked except it did it all in BOLD.

2
Dave_L
Re:How can I add HTML code in register.php ?
  • 2004/10/20 2:34

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


You could either modify register.php:

include 'include/registerform.php';
echo "HTML code here";
$reg_form->display();

or modify include/registerform.php.

3
Luminosity
Re:How can I add HTML code in register.php ?
  • 2004/10/20 8:23

  • Luminosity

  • Just popping in

  • Posts: 37

  • Since: 2004/5/3 1


I tried doing that to the register.php file but it does not show anything! Basicaly, goes straight to the form without including my new HTML code!

Login

Who's Online

199 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 199


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits