Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   phpMy BitTorrent Signature (http://www.bvlist.com/showthread.php?t=6723)

wMan 8th July 2011 18:49

phpMy BitTorrent Signature
 
Signature mod for user profiles and that can be used in forums as well:drink:

joeroberts 9th July 2011 05:24

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>\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

wMan 9th July 2011 11:39

Quote:

Originally Posted by joeroberts (Post 28936)
if you have installed the PMBT forum

where in root user folder editprofile.pho ? DONE SORTED IT


All times are GMT +2. The time now is 09:32.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.