+ Reply to Thread
Results 1 to 11 of 11

Thread: Forumrules Template

  1. #1
    Senior Member WebStyles is on a distinguished road WebStyles's Avatar
    Join Date
    Apr 2000
    Location
    Seattle, WA
    Age
    28
    Posts
    323
    It seems as though the forumrules template doesn't have variables in the post rules. For example, I looked in the admin demo here, and the HTML is as follows:

    -------------
    <B>Who Can Read The Forum?</b> Any registered user or guest.<br>
    <b>Who Can Post New Topics?</b> Any registered user.<br>
    <B>Who Can Post Replies?</b> Any registered user.<br>
    <b>Changes:</b> Messages can be edited by their author. Messages can be deleted by their author.<br>
    <b>Posts:</b> HTML code is OFF. <a href="index.php?action=showsmilies" target=_blank>Smilies</a> are ON. <a href="index.php?action=bbcode" target=_blank>vB code</a> is ON. [IMG] code is ON.
    -------------

    Shouldn't it be something like:

    -------------
    <B>Who Can Read The Forum?</b> $readstatus.<br>
    <b>Who Can Post New Topics?</b> $topicstatus.<br>
    <B>Who Can Post Replies?</b> $replystatus.<br>
    <b>Changes:</b> $editstatus.<br>
    <b>Posts:</b> HTML code is $htmlstatus. <a href="index.php?action=showsmilies" target=_blank>Smilies</a> are $smiliestatus. <a href="index.php?action=bbcode" target=_blank>vB code</a> is $bbcodestatus. [IMG] code is $imgstatus.
    -------------

    Or do you have to make a different forumrules template to specify in the control panel for each forum?

  2. #2
    Member Helza is on a distinguished road
    Join Date
    Jul 2000
    Posts
    51
    I was wondering this myself to if this is possible..

    Anyone?

  3. #3
    Senior Member thetakerfan is on a distinguished road
    Join Date
    Jun 2000
    Posts
    1,097
    I too was wondering about this, I noticed it when I was fixing all the messed up, borderless tables.
    Didn't think to post it, glad you did though.
    I hope there are variables to make it work right.

  4. #4
    Senior Member WebStyles is on a distinguished road WebStyles's Avatar
    Join Date
    Apr 2000
    Location
    Seattle, WA
    Age
    28
    Posts
    323
    Actually, the HTML code, IMG code, smilies, and BB code toggles are all controlled as variables in vB 1.1.2. I believe the correct variables are $htmlcodeon, $imgcodeon, $smilieson, and $bbcodeon.

  5. #5
    Member Helza is on a distinguished road
    Join Date
    Jul 2000
    Posts
    51
    Is there a list anywhere with all variables? and a short discription? that would be very usefull


  6. #6
    Senior Member thetakerfan is on a distinguished road
    Join Date
    Jun 2000
    Posts
    1,097
    I had forgotten about this thread, has anyone figured it out yet?
    WebStyles-that isn't what we are talking about, those codes are fine and working, its the
    Code:
    Who Can Read The Forum? Any registered user or guest.
    Who Can Post New Topics? Any registered user.
    Who Can Post Replies? Any registered user.
    that is the problem

  7. #7
    Senior Member ukliam has disabled reputation ukliam's Avatar
    Join Date
    Apr 2000
    Location
    London Baby!
    Age
    30
    Posts
    171
    I also noticed this.
    They have hard coded the text and not included variables.

    I also wondered why they don't call all of this from a tepmlate.

    I created my own template for it and set the variables, I am just waiting for someone to tell me how to call a template.

  8. #8
    Senior Member thetakerfan is on a distinguished road
    Join Date
    Jun 2000
    Posts
    1,097
    what are the variables?

  9. #9
    Senior Member WebStyles is on a distinguished road WebStyles's Avatar
    Join Date
    Apr 2000
    Location
    Seattle, WA
    Age
    28
    Posts
    323
    I believe that part is still hardcoded in... But I would consult the default templates in the members area to double check.

  10. #10
    Member BassWriters is on a distinguished road
    Join Date
    Jun 2000
    Posts
    40
    While the html is hard-coded, each forum can specify it's own rules template. Add a couple different rules templates to suit your needs and you're set. It's not a total solution, but it should work as a fix.

  11. #11
    Senior Member thetakerfan is on a distinguished road
    Join Date
    Jun 2000
    Posts
    1,097
    thats pretty annoying, I hope they fix this in an upcoming version.

+ Reply to Thread

Similar Threads

  1. How do I add/find the post indicator variables in template? And in what template?
    By J.C. in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 4
    Last Post: Thu 19th Feb '04, 9:25pm
  2. How do I set forumrules to collapsed initially?
    By unbrand in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 6
    Last Post: Tue 3rd Feb '04, 4:24pm
  3. How do I handle $forumrules?
    By kyson46 in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 5
    Last Post: Thu 24th Jul '03, 1:54am
  4. Please put ForumRules in template
    By evoir in forum vBulletin 2 Suggestions and Feedback
    Replies: 10
    Last Post: Fri 4th May '01, 5:06pm
  5. New forumrules mechanism on betaboard, nice!
    By Mas*Mind in forum vBulletin 2 Suggestions and Feedback
    Replies: 17
    Last Post: Thu 29th Mar '01, 5:18pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts