vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   CSS Signature Size Enforcer (https://vborg.vbsupport.ru/showthread.php?t=110401)

nervous 05-17-2006 06:22 PM

i solved the problem.If you use this (vBSEO :: Conditional Signatures ) plugin signature are not seen. sory my bad english :)

KubisForce 05-22-2006 02:32 PM

Good plugin. Thanks :)

arindra 05-26-2006 10:03 AM

very pretty and simple mod :)

bada_bing 06-28-2006 04:34 PM

Any updates on adding support for width?

noj75 07-03-2006 07:29 PM

Hi,

[high]* noj75 Clicks Install
[/high]

Just one thing. You may want to edit the product file:

Code:

                <phrasetype name="GLOBAL" fieldname="global">
                        <phrase name="sigsizecss"><![CDATA[<style>
<!--
.sizedsig {
max-height:{1}px;
height:expression(this.scrollHeight > {1}? "{1}px" : "{2}" );
overflow:{2};
overflow-x:hidden;
}
// -->
</style>]]></phrase>

The style needs a "type" attribute for xhtml validation:

Code:

                <phrasetype name="GLOBAL" fieldname="global">
                        <phrase name="sigsizecss"><![CDATA[<style type="text/css">
<!--
.sizedsig {
max-height:{1}px;
height:expression(this.scrollHeight > {1}? "{1}px" : "{2}" );
overflow:{2};
overflow-x:hidden;
}
// -->
</style>]]></phrase>

Took me ages to find what was breaking my xhtml validation. I eventually found it in your product file. Made the edit and re-uploaded and all is now xhtnl valid.
Hope that helps you. Thanks for a great hack.

Kindest regards.

sinn3d 07-11-2006 11:10 PM

Thanks for this nice plugin! Works perfectly.

The Notorious 08-10-2006 04:46 PM

This works for 3.6?

sinaluna 08-10-2006 10:19 PM

Checking on my test forum now. Ill get back to you in a day or so, but I think it should work.

The Notorious 08-11-2006 03:06 PM

Quote:

Originally Posted by sinaluna
Checking on my test forum now. Ill get back to you in a day or so, but I think it should work.

Thanks, will be waiting.

DimensionZero 08-17-2006 10:32 PM

This works like a charm on 3.6!
Thanks!

NeitherSparky 09-20-2006 12:45 AM

This is the greatest feature in the history of the universe. -_- I have had a hell of time policing sigs on my forum; I HATE huge sigs and my "no sig image over 100 pix high" and "only one image per sig" rules were making a few users grumble. THIS IS AWESOME. Thanks!!!

(Btw, using 3.6 and no problems.)

bada_bing 09-26-2006 07:30 PM

sinaluna

Did you add the Width size limit yet? This would be awesome of you can do this please ... Update us with a status as several posts ago you said you would take a look?

ShadowOne 10-14-2006 04:00 PM

Is There A Way To Have This Done For Width? Cuz It Just Cuts The Side Off... Instead Of A Side Scroll...

pcxmedia 10-16-2006 08:29 PM

works awesome on 3.6.2

Mysticales 10-17-2006 08:31 AM

Anyway to add usergroup support? Like I have a couple usergroups that are allowed larger sigs, I use the sig limit plugin, then paid subs get a larger size allowance, and then a buyable usergroup gets a bigger one yet.

How can I make it enforce based on the users usergroup?

GlitterKill 10-21-2006 11:44 PM

It works great! Thanks!

ShadowOne 10-31-2006 02:28 PM

No more Support?

El Orans 11-05-2006 09:29 AM

* Clicks Install *

bulbasnore 01-07-2007 01:28 PM

Functions on 3.6.4

dc pringle 01-08-2007 04:49 AM

does this plugin have a feature to allow members of certain usergroups to be an exception?

For example, is their a function on this plugin with which i can allow moderators to be exempt from the signature restrictions?

ximcix 01-19-2007 11:25 AM

Great product, but please update & allow us to specify "MAXHEIGHT" and "MAXWIDTH"

Yvgeniy 01-22-2007 01:43 AM

Great hack! Now my mods and I don't have to spend so much time modding sig violations. It would be nice if you added a width option as well, however, because believe it or not but some people abuse that.

tobybird 01-22-2007 02:25 PM

Running 3.6.4

Works perfectly. Would absolutely love this functionality with width as well.

Thanks much! Clicked Install :)

bada_bing 01-22-2007 02:53 PM

vb 3.6.4 has this built in correct?

tobybird 01-22-2007 05:26 PM

Quote:

Originally Posted by bada_bing (Post 1165055)
vb 3.6.4 has this built in correct?

Not for external signature images.

Sol_Invictus 01-29-2007 06:00 AM

This works fantastic with 3.6.4. I've got it installed on my forums.

Abe Babe 05-06-2007 09:20 AM

I've been looking for something like this that actually works for around 4 years now. We have a rule for the maximum area that a sig can take up, and it's the biggest pain to enforce.

As my forum is a fixed with, I have already used a div with CSS overflow to restrict the width myself, but height was always an issue. I've found so many hacks in the past which claimed to do as yours does, but the problem was that they either didn't work, or they forced a specified height to be displayed, even if the user only had a small one line sig, leaving a gap below smaller sigs. Yours is the first one I've found which actually doesn't do that.

So I thank you so much for this hack ... this will save a lot of headaches. :D

Abe Babe...

ssandgirls 05-26-2007 03:04 AM

Hello, this will be the 1st mod Ive installed, I transferred over from phpBB only 5 days ago.

I have imported the XML file, and am wondering where I change the following:

Quote:

Step 2: Change the "maxsigsize" option to your desired maximum signature size. This number is in pixels. The default is "150".

Step 3: Change the "sigsizescroll" option to yes to add scroll bars to oversized signatures, or no to just clip the region with no scroll bars.

Where are those options found ?

Thankyou in advance, Im not sure where to change that and the instructions dont say.

Terrie

sinaluna 07-30-2007 11:39 PM

Quote:

Originally Posted by ximcix (Post 1162753)
Great product, but please update & allow us to specify "MAXHEIGHT" and "MAXWIDTH"

I have not discovered a way to make maxwidth work with fluid forums.

Quote:

Originally Posted by ssandgirls (Post 1254823)
Hello, this will be the 1st mod Ive installed, I transferred over from phpBB only 5 days ago.

I have imported the XML file, and am wondering where I change the following:



Where are those options found ?

Thankyou in advance, Im not sure where to change that and the instructions dont say.

Terrie

You can find those options under vBulletin Options / Signature Sizing

tobybird 08-09-2007 11:18 AM

Quote:

Originally Posted by sinaluna (Post 1305790)
I have not discovered a way to make maxwidth work with fluid forums.

To anyone looking for a quick fix... I just added the CSS property max-width directly to the plugin and it's working great. :)

TalkBolts 08-13-2007 09:18 AM

This is EXACTLY what I was looking for! Thx!

Forgott3n 01-05-2008 11:09 PM

A perfect mod for what I need. Some people just don't get the concept of easy reading.

Traxdata 01-08-2008 02:40 PM

does it work on vb3.7?

Polo 04-01-2008 12:36 AM

Awesome Hack! Thanks :) works perfectly on 3.7.0

Forgott3n 07-16-2008 06:44 AM

Working on 3.7.2 PL1

kiwivc 07-24-2008 01:03 AM

Works perfectly on 3.6.8 Patch Level 2

ViViD 04-26-2009 06:45 AM

Hello
This good hack works for 3.8.2

denman75 06-09-2009 05:32 PM

can u make for width also please :)

HG-ILUSION 07-10-2009 10:48 AM

Works fine in vBulletin 3.8.3

Thanks.

gonedigital 12-14-2009 04:18 AM

works in 3.8.4

my only complaint is I wish it didn't cut their sigs off, i wished it automatically re-sized the sig to the defined sizes (i.e 550x150 or whatever the parameters are set at).


All times are GMT. The time now is 01:34 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.01341 seconds
  • Memory Usage 1,792KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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