The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#22
|
|||
|
|||
I am sorry for the problems.
I am glad it is working for you now. |
#23
|
|||
|
|||
Thanks Mac27....that update is exactly what I was looking for!!! Sweet MOD.
|
#24
|
|||
|
|||
You are very welcome. I am glad you like it and thanks to you and everyone else that has clicked install so far. I appreciate it.
|
#25
|
|||
|
|||
i like it..temporary measure til we can have actual signature limits hack like on 6.5
only hassle i am having is unless i limit my text in the rules, the two columns are not even...the first column with the first three rules runs across the whole line pushing the second column with its three rules into a narrower column..just looked very untidy and have to abbreviate my rules which i'd have preferred not to do. nice hack |
#26
|
|||
|
|||
Yes it wasn't designed for long laid our rules. More for to the point short rules.
I will look at doing a fix for that in the next update. Thanks for the feedback. Thanks again |
#27
|
|||
|
|||
If your rule is more than a few words you could try this alternate method of displaying the template:
Code:
<if condition="$vbulletin->options['eagle_sigrule_on']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="tcat"> $vbphrase[sig_rules] </td> </tr> <tbody> <tr> <td class="alt1"> <div class="smallfont"> <div style="float:$stylevar[left]; margin-right:10px"> <menu> <div><LI type="circle">$vboptions[eagle_sigrule_1]</div> <div><LI type="circle">$vboptions[eagle_sigrule_2]</div> <div><LI type="circle">$vboptions[eagle_sigrule_3]</div> <div><LI type="circle">$vboptions[eagle_sigrule_4]</div> <div><LI type="circle">$vboptions[eagle_sigrule_5]</div> <div><LI type="circle">$vboptions[eagle_sigrule_6]</div> </div></menu> </td></tr> <tr><TD class="alt1" COLSPAN="2"> <div style="float:$stylevar[left]; margin-right:10px"> <div> <strong>**$vbphrase[eagle_add_notes]</strong> $vboptions[eagle_sigrule_7]</div> </div> </td> </tr> </tbody> </table> </if> <br /> (the edit is common sense...but its for the benifit of those who don't do HTML ) |
#28
|
|||
|
|||
Good point for those that want to use it. But that will also stretch your rules down in a single column and make the rules block longer. I went for a compact look.
I am sure someone will use it. Thanks for posting it. |
#29
|
|||
|
|||
Code:
<if condition="$vbulletin->options['eagle_sigrule_on']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="tcat"> $vbphrase[sig_rules] </td> </tr> <tbody> <tr> <td class="alt1"> <div class="smallfont"> <table border="1" width="100%"> <tr> <td valign="top"> <div style="float:$stylevar[left]; margin-left:1px"> <menu> <div><LI type="circle">$vboptions[eagle_sigrule_1]</div> <div><LI type="circle">$vboptions[eagle_sigrule_2]</div> <div><LI type="circle">$vboptions[eagle_sigrule_3]</div> </div></menu> </td> <td valign="top"> <div style="float:$stylevar[left]; margin-right:1px"> <menu> <div><LI type="circle">$vboptions[eagle_sigrule_4]</div> <div><LI type="circle">$vboptions[eagle_sigrule_5]</div> <div><LI type="circle">$vboptions[eagle_sigrule_6]</div> </div></menu> </td> </tr> </table> </td></tr> <tr><TD class="alt1" COLSPAN="2"> <div style="float:$stylevar[left]; margin-right:10px"> <div> <strong>**$vbphrase[eagle_add_notes]</strong> $vboptions[eagle_sigrule_7]</div> </div> </td> </tr> </tbody> </table> </if> <br /> All this will do is split the rules into 2 table cells forcing them to even up. |
#30
|
|||
|
|||
Updated to Version 1.6
OK this modification has been updated. The rules will now wrap. Thanks for the suggestion and pointing this out six58. Let me know how this works for you. |
#31
|
|||
|
|||
Good Work Mac!
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|