Version: , by Scott MacVicar
Developer Last Online: Mar 2016
Version: 2.2.x
Rating:
Released: 11-02-2001
Last Update: Never
Installs: 131
No support by the author.
A nice link in the post which allows moderators, super moderators and admins to edit the signature of other users. There is also protection to stop the user changing the signature of other admins and moderators. A nice tick box is also present to allow you to suspend the signature without having to type in the message.
Hack suggested by Matt.
Last updated 21st January 2002 14:25 GMT
Updated to allow the original admin, ie the person with userid 1 to edit the sigs of any user via this interface instead of having to go to the admin panel. Sorted a bug with this that only let the person with userid 1 update.
Please everyone download the file and apply the changes to moderator.php again
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Um, I get an error on the page when I go to edit the sig.... The part I have trouble with is this part... I'm new to Vb so I don't really know how to fix it myself...
Trouble
l
\/
The important part is <a href="javascriptpeneditsigwindow(490,320,'$sessi on[sessionhash]','$post[userid]')">Edit Sig</a> you have to add this somewhere in the postbit template.
I don't know exactly where to put that. and for this... you said there was a space between edit and sig so it looked like this
edit sig... well I can't find that, so is it already corrected? well thanks
showthread
-------------------------
below
function aimwindow(aimid) {
window.open("member.php?action=aimmessage&aim="+ai mid,"_blank","toolbar=no,location=no,menubar=no,sc rollbars=no,width=175,height=275,resizeable=yes,st atus=no")
}
add
function openeditsigwindow(x,y,sessionhash,userid) {
window.open("moderator.php?action=editsig&s"+sessi onhash+"&userid="+userid, "EditSig", "toolbar=no,scrollbars=yes,resizable=yes,width="+x +",height="+y);
}
I thought this was something else, I am glad to see what it actually is, I am doing my final postbit edit, I will get back to u in a sec becuase I modified a few files to the users benefit
By the way, thanks so much PPN for this extrodinary hack! I used to have members having little f*** you smilies in their sig, things insulting other members and it got so annoying I just let it go. When I finally took the time to read your hack, I noticed how easy it would make my job, so I typed up a quick rules script and made an edit to editsig_suspend template.
Anyway, if you have any rules or anything you want displayed, and you want their username displayed, you can replace your current editsig_suspend template with the following code:
PHP Code:
//SUSPEND SHENLONG EDIT
$bbuserinfo[username]'s signature has been suspended because it violated one of the Signature Codes. The codes can be found <a href="http://teleblaze.com/docs/sig.php?userid=$bbuserinfo[username]" target="new">here</a>.
//SUSPEND SHENLONG EDIT