
10-14-2004, 06:21 AM
|
 |
|
|
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Justice
I'm trying to make a rules.php page that uses the "forum_rules_description" phrase, so I can keep the registration page and my current users on the same page.
I've tried to point to a rules template which uses this:
Code:
<phrase 1="$vboptions[forumhome].php?$session[sessionurl]" 2="$vboptions[bbtitle]">$vbphrase[forum_rules_description]</phrase>
but it doesn't show up. How do I get a seperate rules page? I've looked at the two rules.php hacks on this site, but they both call for making a seperate template for rules. I want to call from the same rules as the registration page.
Also, how can I get the rules to show up outside of the text box on the registration page?
|
Is the phrase global?
|