The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registration Agreement: No Scroll
I want to remove the scroll bar from the forum rules section of the registration process; so that it shows it all without having to scroll down.
Which changes do I need to make in the register_rules template? |
#2
|
||||
|
||||
You would modify the register_rules template. Look for this part:
HTML Code:
<div class="page" style="border:thin inset; padding:$stylevar[cellpadding]px;<if condition="!is_browser('konqueror')"> height:175px; overflow:auto</if>"> <if condition="$show['coppa']"> <!-- coppa regulations --> <p><strong>$vbphrase[coppa_policy]</strong></p> <phrase 1="$vboptions[bbtitle]" 2="$vboptions[forumhome].php$session[sessionurl_q]" 3="register.php?$session[sessionurl]do=coppaform" 4="$vboptions[webmasteremail]">$vbphrase[coppa_rules_description]</phrase> <!-- / coppa regulations --> </if> <!-- regular forum rules --> <phrase 1="$vboptions[forumhome].php$session[sessionurl_q]" 2="$vboptions[bbtitle]">$vbphrase[forum_rules_description]</phrase> <!-- regular forum rules --> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|