View Single Post
  #2  
Old 9th July 2011, 05:24
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
if you have installed the PMBT forum
open user/editprofile.php and find
PHP Code:
unset($themes);
echo 
"</select>\n";
echo 
"</p></td></tr>\n";
echo 
"<tr><td><HR SIZE=1 NOSHADE></td><td></td></tr>\n"
and add after
PHP Code:
    print("<tr><td>signature</td><td><textarea name=signature cols=50 rows=10>" htmlspecialchars($userrow["signature"]) .
      
"</textarea><br />\n <I>Max 150 Characters, " _btnohtml "</I></td></tr>");
echo 
"<tr><td><HR SIZE=1 NOSHADE></td><td></td></tr>\n"
Bow find
PHP Code:
        processload("downloaded",$down);
        } 
and add after
PHP Code:
        if (!isset($signature) OR $signature == ""$signature "";
        
processinput("signature",$signature); 
and save

Remember this is only if you have the new PMBT forum insatlled
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote