PDA

View Full Version : Edit Everyones Signature!


Cloud Strife
08-11-2002, 01:28 PM
Ive seen this hack at another board, but ive looked everywhere on this board to find it and I cant...

Basically what it is, is that I can add a link to everyones signature, and when somone clicks on it, it opens in a new window... Also they can change their signature, but cant edit that bit out of it...

Does anyone know where it is?

Thanks
Cloud

Lesane
08-11-2002, 01:48 PM
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=32086" target="_blank">https://vborg.vbsupport.ru/showt...threadid=32086</a>

Cloud Strife
08-11-2002, 01:59 PM
Thanks I saw that already, but will that enable me to change everyones signature all at once???

Lesane
08-11-2002, 02:11 PM
No

Cloud Strife
08-11-2002, 02:16 PM
Do you know where I can get a hack that will alow me to just add something to everyones signature all at once???

MrLister
08-11-2002, 03:39 PM
There isn't one out.

Xenon
08-12-2002, 12:28 AM
open functions.php

section getpostbit:
find this:
$post[signature]=bbcodeparse($post[signature],0,$allowsmilies);

replace with:
$post[signature]=bbcodeparse($post[signature]."\n\nClick here",0,$allowsmilies);

That should work

Cloud Strife
08-12-2002, 11:08 AM
It works perfectly!
Thanks alot!