vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Better signature limiting options (https://vborg.vbsupport.ru/showthread.php?t=61239)

sully02 02-18-2005 12:06 AM

I'll sign again. Looks like someone is taking it upon themselves to do it. Perhaps if we had a copy of the phpBB mod we could make some progress on it?

Zain Jaffer 03-06-2005 11:09 AM

I agree ... this is a very useful hack.

This can be done by my friend, but he has no time and I think that we should all come together and offer a financial incentive to the author..

Who's in!?

SupraT 03-06-2005 01:42 PM

Quote:

Originally Posted by Zain Jaffer
I agree ... this is a very useful hack.

This can be done by my friend, but he has no time and I think that we should all come together and offer a financial incentive to the author..

Who's in!?

I did open a Paid Services ticket and got no takers.

https://vborg.vbsupport.ru/showthread.php?t=72366

msimplay 03-06-2005 02:46 PM

Quote:

Originally Posted by SupraT
I did open a Paid Services ticket and got no takers.

https://vborg.vbsupport.ru/showthread.php?t=72366

hmm maybe one of the most requested hacks that no hacker wants to make :S

SupraT 03-06-2005 03:39 PM

Quote:

Originally Posted by msimplay
hmm maybe one of the most requested hacks that no hacker wants to make :S

Yea haven't figured this one out yet. Maybe too challenging for the coders, wish I was a coder, I would certainly give it a go.

Cassidy 03-06-2005 08:16 PM

This is so strange =/ such a demanded hack and yet no one is bothering to take the time to code it. God bless whoever does seriously. This should come with VB anyway without having to hack ._.;

msimplay 03-06-2005 08:57 PM

Quote:

Originally Posted by Cassidy
This is so strange =/ such a demanded hack and yet noone is bothering to take the time to code it. God bless whoever doesseriously. This should come with VB anyway without having to hack._.;

I agree because it was one of the requests i made for vb3 gold :P

However no bbs includes this as standard so vb3 can be forgiven for not having it as standard also

However i'm hoping vb3.1 is something special as a lot of the requests that were not included in vb3 gold were slated for vb3.1

Zain Jaffer 03-08-2005 08:13 PM

Geez, Why don't the owners of Jelsoft take a look at this and do something about it - besides, we PAY for vbulletin - we deserve to be heard - this is no problem for the rich dudes @ JS!

Just posted a thread on vbulletin.com, let's hope it get's noticed by the top doggs @ Jelsoft.

ludachris 03-08-2005 10:53 PM

I'd love to see the Sig Settings list expand per usergroup. At the very least, it would be nice to be able to limit the:

1. Number of images
2. Size of images
3. BB and HTML tags that can be used
4. Image weight (file size)
5. Censor various text combos (like "http" or ".com") for those of us who don't want URL's posted in sigs
6. Be able to take away signature access on a per-user basis

I don't want a terribly complex hack, just one that is better than what we have now. In time, people might find ways to get around it. But it won't be as much hassle as it is right now removing the sig violations constantly. Being able to prevent users from editing their sig would be key. This way, if they get their hand slapped, you can take away their editing access if they screw up again.

kgeronilla 03-14-2005 06:03 PM

This is a simple template and CSS mod to restrict sig to a 500x120 centered box. It works for IE6 and firefox. I haven't tried any other browsers.

Go to your admincp

Styles & templates => styles manager => click [<<>>] => find Postbit Templates => double click postbit or postbit_legacy(depends on which you are using if you don't know it doesn't hurt to make modification to both)

Find code:
Quote:

<!-- sig --> <div>
Replace with:
Quote:

<!-- sig --> <div class="smallsig">
Push save button.

Next,
Styles & templates => styles manager => Select Main CSS and push go => Scroll to bottom.

Add this to bottom of "Additional CSS Definitions"
Quote:

.smallsig {
width: 50%;
margin-left: auto;
margin-right: auto;
max-height:120px;
height:expression((document.documentElement.client Height) > 120? "120px" : "100%");
max-width:500px;
width:expression((document.body.clientWidth) > 500? "500px" : "100%");
overflow:hidden;
}


All times are GMT. The time now is 11:52 AM.

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.01144 seconds
  • Memory Usage 1,744KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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