vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - EG - Custom Signature Rules (https://vborg.vbsupport.ru/showthread.php?t=139562)

mac27 02-17-2007 02:04 AM

I am sorry for the problems.

I am glad it is working for you now. :D

stwilson 02-17-2007 02:21 AM

Thanks Mac27....that update is exactly what I was looking for!!! Sweet MOD.

mac27 02-17-2007 02:25 AM

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.

six58 02-17-2007 05:27 AM

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 :)

mac27 02-17-2007 05:50 AM

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

MThornback 02-17-2007 11:29 PM

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 />

I found that it left a gap between rule 3 & 4 and this looks alot cleaner for me.

(the edit is common sense...but its for the benifit of those who don't do HTML :p)

mac27 02-17-2007 11:34 PM

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.

MThornback 02-17-2007 11:53 PM

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 />

A TEMP work around till the author comes up with something better :p this is a hackjob at best.

All this will do is split the rules into 2 table cells forcing them to even up.

mac27 02-18-2007 01:49 AM

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.

cybrnetico 02-18-2007 02:12 AM

Good Work Mac! :)


All times are GMT. The time now is 03:00 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01863 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete