![]() |
me too... (
|
any idea if this works with 2.2.6 or 2.2.7 ???
|
Quote:
I wanna know also |
I didn't get it to work with 2.2.6. Use this instead, does the same things and more.
|
will this work on 2.2.9? if not can u make it so it can?
|
I've tried to install this hack but it doesn't work. Some people it impliments the restrictions and some it doesn't. How can i uninstall this hack and remove changed the hack.php did to it.
|
I just installed this hack and the Sig image size control hack on version 2.3.0 and both work perfectly. :cool:
*clicks install* |
I installed this and it is working fine on 2.3.0. I changed the code a bit to take into account the number of characters. Our board uses~70 characters per line. The logic isn't perfect, but it works.
Code:
if ($maxlinessig!=0) { |
I apologize, that code was really lame.... Here is some better code:
(I've read that some versions of PHP don't null terminate strings-if that is the case and $signature is not null terminated this code will run right off the buffer, so be sure to test this before deploying.) Code:
if ($maxlinessig!=0) { |
Okay, this is OUT OF CONTROL! One of our moderators tested this and noticed that the [size] tag could get around this and make a nasty sig. So I went a replaced Size=n with size=0. Unfortunately we agreed that this wasn't cool because some people wa nt to have a big size=6 signature and keep it down to a line or two. I came up with a solution but I really dislike it. Surely there is something more elegant
Code:
if ($maxlinessig!=0) { |
All times are GMT. The time now is 01:44 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|