The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add Posting Rules Near Editor Details »» | |||||||||||||||||||||||||
Sometimes, it's the little things in life that makes us happy:
Move Posting Rules Near Editor is just a simple mod to display Posting Rules near editor. This mod will add the Posting Rules to all editors including quickreply. Please take a look at the following attachments if you do not understand what I mean. All you have to do is upload the "product_gtpostrules" XML file via the Plugin System and do the following template edits. PayPal Donations Accepted FIND IN SHOWTHREAD: HTML Code:
$messagearea HTML Code:
$messagearea <div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>: <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>, <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase> </div> HTML Code:
<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if> </tr> HTML Code:
<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if> </tr> <tr> <td class="controlbar" align="center"><div class="smallfont"><strong>$vbphrase[posting_rules]</strong>: <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>, <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase> </div></td> </tr> HTML Code:
$newpost[message]</textarea>
HTML Code:
$newpost[message]</textarea> <div class="smallfont"><strong>$vbphrase[posting_rules]</strong>: <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>, <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase> </div> FIND IN postbit_quickedit: HTML Code:
$newpost[message]</textarea> </div> HTML Code:
$newpost[message]</textarea> </div> <div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>: <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>, <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>, <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase> </div> Show Your Support
|
Comments |
#2
|
||||
|
||||
install Thanks
|
#3
|
||||
|
||||
Great idea!
|
#4
|
||||
|
||||
Found one problem, in the editor on template:
Code:
<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if> </tr> Code:
<if condition="$smiliebox"> <tr> <td class="controlbar">$smiliebox</td></td> </tr> Thanks again, great idea and installed!! -Jason |
#5
|
||||
|
||||
I'm guessing you have the smiliebox below editing area and not side of editor as in a default vbulletin style.
You may want to download the files again as I added the ability to add the rules to the postbit_quickedit template. Yes, reupload the xml file and do the last template edit as outlined in the first post. |
#6
|
||||
|
||||
thanks installed and working nice .
|
#7
|
||||
|
||||
Quote:
Great hack! -Jason |
#8
|
||||
|
||||
Also, while I am using the heck out of all your hacks How do you widen the wysiwyg to match the post icon box? That extra inch is driving me mad! Check out the screenshot.
Thanks again! |
#9
|
||||
|
||||
How did you guys get the smilies to show at the bottom like that instead of the side (as in the 2nd pic in the first post)?
|
#10
|
|||
|
|||
Hi boofo
its the author of this hack, hack, ooo sounded better when i was thinking it pmsl... forget it just click the link lol https://vborg.vbsupport.ru/showthread.php?t=106747 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|