php forum
php mysql forum
php mysql smarty
 
Topic Options
#313444 - 03/08/07 03:41 AM [7.1] Moving the "Accept Board Rules" button
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5133
Loc: Portland, OR, USA
Well, there was a request at UBBCentral to migrate the "Accept Board Rules" button, so here we be!

This quick modification will move the "I agree" tick box from just under the board rules, to just above the submit button on the registration page which should make it more visible to the user who is signing up (I mean comeon, it's on top of the submit button!).

Open: scripts/newuser.inc.php
Remove:
Code:
<br />
<br />
<input type="checkbox" class="form-checkbox" name="agree" value="yes" /> {$ubbt_lang['I_AGREE']}


Open: templates/default/newuser_signup.tpl
Find:
Code:
<tr>
<td colspan="2" class="alt-1" align="middle">
<input type="submit" name="buttsubmit" value="{$lang.BUTT_SUBMIT}" class="form-button" />
</td></tr>


Replace With:
Code:
<td colspan="2" class="alt-1" align="center">
<input type="checkbox" class="form-checkbox" name="agree" value="yes" /> {$lang.I_AGREE}<br/>
<input type="submit" name="buttsubmit" value="{$lang.BUTT_SUBMIT}" class="form-button" />
</td></tr>
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#313445 - 03/08/07 03:53 AM Re: [7.1] Moving the "Accept Board Rules" button [Re: Gizmo]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5133
Loc: Portland, OR, USA
You can see this in action here.

Also, I'd suggest changing the I_AGREE wordlet from "I agree" to something like "I agree to be bound by this sites rules" or "I agree to the rules above"; you know, since the tick is no where near your board rules wink.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top


Moderator:  sirdude 
Who's Online
2 registered (arentzen, blaaskaak), 27 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
How to hide sub forums from summary page
by blaaskaak
12/03/08 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks