Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader > Mods & Themes
Reply
  #1  
Old 5th September 2008, 17:00
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Default Replace avatar of warned user with warned image
Replace the avatar of the user alerted by a warning avatar in the block login.Perfect
Open login_block and search code..
PHP Code:
print ("<center><img width=80 height=80 src=$avatar></center><br>" DOWNLOADED ": $userdownloaded<br>" UPLOADED ": $useruploaded<BR>" ACCOUNT_PRIVACY_LV ": $privacylevel<BR>"RATIO .": $userratio"); 
Replace with
PHP Code:
if ($CURUSER["warned"] != "no") {
    
$warnedd "<center><img width=128 height=128 src=images/warned_users.png border=0><br><blink><font color=#ff0000><b>Warning By Staff !</b></blink></font></center>";
    print (
"$warnedd");
} else {        
    print (
"<center><img width=80 height=80 src=$avatar></center>");
    }    
    print (
"<br>" DOWNLOADED ": $userdownloaded<br>" UPLOADED ": $useruploaded<BR>" ACCOUNT_PRIVACY_LV ": $privacylevel<BR>"RATIO .": $userratio"); 
Uploader image warning in the root site folder images.

screenshoot
Attached Thumbnails
screen.png  
Attached Images
 
__________________
Hello All
Reply With Quote
The Following 2 Users Say Thank You to Grom For This Useful Post:
davydx (20th October 2011), gogo999 (6th September 2012)
  #2  
Old 8th October 2008, 05:35
Dragan3591's Avatar
Dragan3591 Dragan3591 is offline
Senior Member
 
Join Date: Oct 2008
United States
Posts: 168
Default
I've seen some people asking about this for tbdev. This will work for it. I might not find a whole row but it will at least look similar.
Reply With Quote
  #3  
Old 8th October 2008, 11:38
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
Quote:
Originally Posted by Grom View Post
Replace the avatar of the user alerted by a warning avatar in the block login.Perfect
Open login_block and search code..
PHP Code:
print ("<center><img width=80 height=80 src=$avatar></center><br>" DOWNLOADED ": $userdownloaded<br>" UPLOADED ": $useruploaded<BR>" ACCOUNT_PRIVACY_LV ": $privacylevel<BR>"RATIO .": $userratio"); 
Replace with
PHP Code:
if ($CURUSER["warned"] != "no") {
    
$warnedd "<center><img width=128 height=128 src=images/warned_users.png border=0><br><blink><font color=#ff0000><b>Warning By Staff !</b></blink></font></center>";
    print (
"$warnedd");
} else {        
    print (
"<center><img width=80 height=80 src=$avatar></center>");
    }    
    print (
"<br>" DOWNLOADED ": $userdownloaded<br>" UPLOADED ": $useruploaded<BR>" ACCOUNT_PRIVACY_LV ": $privacylevel<BR>"RATIO .": $userratio"); 
Uploader image warning in the root site folder images.

screenshoot
Nice addon m8
Reply With Quote
  #4  
Old 21st December 2009, 03:27
ArcticWolf ArcticWolf is offline
Senior Member
 
Join Date: Oct 2008
Posts: 41
Default
Cool addon now to make one staff sees hehehe:)
Reply With Quote
Reply

Tags
avatar , image , replace , user , warned

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
admin cp in login block movizdb Torrent Trader 16 6th September 2012 14:36
Group image in user profile cop1976 Mods & Themes 0 17th February 2010 03:57
Warned Storm6699 Free Torrent Source 1 15th January 2010 09:46
[FTS 1.0] Send message to user on login failure elvira Mods & Themes 0 9th January 2010 00:00
cant login as sysop or user gigasb TBDev 1 15th July 2008 10:32



All times are GMT +2. The time now is 11:43. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.