1
VideoDude
Registration Page Questions
  • 2004/10/25 13:53

  • VideoDude

  • Friend of XOOPS

  • Posts: 60

  • Since: 2004/6/4 1


Two questions regarding the registration page...

1. Where do I find the text that appears in the Disclaimer box area?
2. Here's a segment of what I see when I view the source of the registration page:
...
<
td class='head'>Usernametd>
...
Where do I go to modify the class name (I want to change the word head to registrationhead)?

Thanks in advance!

2
tjnemez
Re: Registration Page Questions
  • 2004/10/25 14:06

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


1.) System Admin > Preferences »» User Info Settings

2.) there is no template for registration form, but i understand there will be one in future releases.

3
VideoDude
Re: Registration Page Questions
  • 2004/10/25 14:38

  • VideoDude

  • Friend of XOOPS

  • Posts: 60

  • Since: 2004/6/4 1


Thanks TJ! I got so caught up looking at the source code that I never even considered looking at the admin menu options. Duh!

Regarding the 2nd question... I'm aware that there's no template for the registration pages... but that code has to be coming from somewhere. Right? I'd love to know how to change that class name.

4
tjnemez
Re: Registration Page Questions
  • 2004/10/25 14:59

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


i have tried to hack the registration form a number of times but have never been sucessful. not sure where to go on this one.

5
VideoDude
Re: Registration Page Questions
  • 2004/10/25 15:00

  • VideoDude

  • Friend of XOOPS

  • Posts: 60

  • Since: 2004/6/4 1


A quick answer to my own 2nd question... the answer is found in "/class/xoopsform/themeform.php". For what it's worth, I've decided not to modify this file as the effects could reach far beyond the registration form.

6
tjnemez
Re: Registration Page Questions
  • 2004/10/25 15:01

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


yup i have been there.

7
ackbarr
Re: Registration Page Questions

the class name used comes from the XoopsThemeForm class, instead of modifying this class, how about placing a
container around the registration form:

<div id="register">
...
HTML for register form
div>


Then you can style the classes for the register form directly
#register .head {/*CSS For .head within a #register element*/}

8
VideoDude
Re: Registration Page Questions
  • 2004/10/25 15:12

  • VideoDude

  • Friend of XOOPS

  • Posts: 60

  • Since: 2004/6/4 1


hey tj... thanks again for your input. I guess a "themeable" registration screen is on the way (or at least I hope so).

You know what I'm most concerned about isn't so much the 1st screen... it's the 2nd one (the one people get after successfully completing the registration form). Right now, all my users see is a very plain screen that repeats their username, email address, and timezone selection. There's also a button there labeled "finish". I'd be willing to guess that I've lost people because they never completed the process by selecting the "finish" button. I'd love to know how to spice up that page a little to let users know they have to press that button. Y'Know?

9
VideoDude
Re: Registration Page Questions
  • 2004/10/25 15:15

  • VideoDude

  • Friend of XOOPS

  • Posts: 60

  • Since: 2004/6/4 1


ackbarr... Good suggestion.

10
Stewdio
Re: Registration Page Questions
  • 2004/10/25 16:04

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Quote:

VideoDude wrote:

I'd love to know how to spice up that page a little to let users know they have to press that button. Y'Know?


Open up your /langugaes/english/user.php file and edit:

//%%%%%%        File Name register.php         %%%%%
define('_US_USERREG','User Registration');
define('_US_NICKNAME','Username');
define('_US_EMAIL','Email');
define('_US_ALLOWVIEWEMAIL','Allow other users to view my email address');
define('_US_WEBSITE','Website');
define('_US_TIMEZONE','Time Zone');
define('_US_AVATAR','Avatar');
define('_US_VERIFYPASS','Verify Password');
define('_US_SUBMIT','Submit');
define('_US_USERNAME','Username');
define('_US_FINISH','[color=ff0000]Finish[/color]');[color=ff0000]<-- This highlighted Word[/color]
define('_US_REGISTERNG','Could not register new user.');
define('_US_MAILOK','Receive occasional email notices from administrators and moderators?');
define('_US_DISCLAIMER','Disclaimer');
define('_US_IAGREE','I agree to the above');
define('_US_UNEEDAGREE''Sorry, you have to agree to our disclaimer to get registered.');
define('_US_NOREGISTER','Sorry, we are currently closed for new user registrations.');


You can change this to somthing more obvious, like Click to Finsih for example.

Login

Who's Online

355 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 355


more...

Donat-O-Meter

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

Latest GitHub Commits