The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey..
Im looking for the mod to add something like this... the same just different text.. Its above the quick reply box and above a normal reply box... |
#2
|
||||
|
||||
![]() Quote:
Admincp->vBulletin options->Message Posting and Editing Options->Quick Reply Enabled Those are the settings that control that standard feature |
#3
|
|||
|
|||
![]()
I think you missunderstood his question WetWired
![]() In your AdminCP go to Languages & Phrases ? Phrase Manager. Add a new Phrase; Varname: reply_rule Text: Whatever text you want inserted. Go to Styles & Templates ? Style Manager. Edit the template 'showthread_quickreply'; Search for: Code:
<tbody id="collapseobj_quickreply" style="$vbcollapse[collapseobj_quickreply]"> Code:
<tr> <td>$vbphrase[reply_rule]</td> </tr> Search for: Code:
<tr> <td class="panelsurround" align="center"> Code:
<tr> <td>$vbphrase[reply_rule]</td> </tr> |
#4
|
|||
|
|||
![]()
ohh awesome, thats great
![]() now can you tell me how I add it to look like that one I tried but its all messed up This is there code: HTML Code:
<tr> <td> <table style="width:100%;" cellpadding="0" cellspacing="0" border="0"><tr><td class="important">IMPORTANT:</td><td class="redtable"> <span class="smallfont"><strong>- Please ensure your reply is constructive and adds to the discussion<br />- Pointless posts will be removed and may result in you losing posting privileges<br />- To avoid misunderstandings, please don't use 'txt spk' and ensure your post is relatively typo-free</strong></span></td></tr></table> </td> </tr> ![]() |
#5
|
|||
|
|||
![]()
Replace '$vbphrase[reply_rule' in the templates 'showthread_quickreply' and 'newreply' with this:
Code:
<table style="width:100%;" cellpadding="0" cellspacing="0" border="0"><tr><td class="important">IMPORTANT:</td><td class="redtable"> <span class="smallfont"><strong>$vbphrase[reply_rule]</strong></span></td></tr></table> |
#6
|
|||
|
|||
![]()
Hey.. how do I add the CSS selector also ...
This is the reply_rule HTML Code:
<table style="width:100%;" cellpadding="0" cellspacing="0" border="0"><tr><td class="important">IMPORTANT:</td><td class="redtable"> <span class="smallfont"><strong>$vbphrase[reply_rule]</strong></span></td></tr></table> This is the showthread_quickreply HTML Code:
<tbody id="collapseobj_quickreply" style="$vbcollapse[collapseobj_quickreply]"> <tr> <td>cellspacing="0" border="0"><tr><td class="important">IMPORTANT:</td><td class="redtable"> <span class="smallfont"><strong>$vbphrase[reply_rule]</strong></span></td></tr></table>]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <table cellpadding="0" cellspacing="0" border="0" align="center"> This is the newreply now ... HTML Code:
<span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[thread]</strong>: <a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]">$threadinfo[title]</a></span> $vbphrase[reply_to_thread] </td> <tr> <td><table style="width:100%;" cellpadding="0" cellspacing="0" border="0"><tr><td class="important">IMPORTANT:</td><td class="redtable"> <span class="smallfont"><strong>$vbphrase[reply_rule]</strong></span></td></tr></table>]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> Is that what you wanted me to do... There is an image below of how it looks (6367647657.JPG )... the second image is how it looks when im using the first html code in phrase reply_rule (363562222.JPG ) |
#7
|
|||
|
|||
![]()
You shouldn't insert such code into a phrase, it's messy! You should do it like I said to do it, insert the HTML code into the templates and just whatever text into the phrase.
|
#8
|
|||
|
|||
![]() Quote:
You never put what to enter in the phase... and also what type is it global etc Could you tell me what to add .. ![]() Also the CSS... how to enable, add :up: Thanks |
#9
|
|||
|
|||
![]()
You insert whatever text in the phrase you want displayed. The phrase = the text.
For the CSS, go to the 'All Style Options' Page, scroll almost all the way to the bottom and add the css in the lower box for 'Additional CSS Definitions'. |
#10
|
|||
|
|||
![]()
ok phrase I understand now...
But the CSS how do I know what to enter... ![]() thanks for the help |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|