1
qwik420
How to disable signatures?
  • 2008/3/28 17:11

  • qwik420

  • Just popping in

  • Posts: 38

  • Since: 2003/9/11


How would I go about disabling signatures on all member accounts? Or, if that can't happen, where can I limit the amount of characters used in the sig?

2
hervet
Re: How to disable signatures?
  • 2008/4/4 17:47

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


To remove the signature, in /xoops/userinfo.php remove this :
$xoopsTpl->assign('user_signature'$myts->makeTareaData4Show$var01) );


You will have to modify the template called system_userinfo.html

in /xoops/edituser.php, remove this :
$edituser->setVar('user_sig'xoops_substr($_POST['user_sig'], 0255));


and this :
$sig_tarea = new XoopsFormDhtmlTextArea('''user_sig'$xoopsUser->getVar('user_sig''E'));
    
$sig_tray->addElement($sig_tarea);


etc

Login

Who's Online

195 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 195


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits