Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
Thread Tools
  #1  
Old 4th August 2012, 15:03
blaz blaz is offline
Member
 
Join Date: Jun 2012
P2P
Posts: 8
Default Center Tag
Hellow i need little hlep, how i make them center so uploaders name show in center in torrent list.
Quote:
//Uploaders nick details
if ($SHOW_UPLOADER && $data["anonymous"] == "true")
$torrents[$i]["uploader"]=$language["ANONYMOUS"];
elseif ($SHOW_UPLOADER && $data["anonymous"] == "false")
$torrents[$i]["uploader"]="<a href=\"index.php?page=userdetails&amp;id=" . $data["upname"] . "\">".StripSlashes($data['prefixcolor'].$data["uploader"].$data['suffixcolor'])."</a></td>";
Thanks
Reply With Quote
  #2  
Old 5th August 2012, 01:09
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Code:
$torrents[$i]["uploader"]="<center><a  href=\"index.php?page=userdetails&amp;id=" . $data["upname"] .  "\">".StripSlashes($data['prefixcolor'].$data["uploader"].$data['suffixcolor'])."</a></center></td>";
Reply With Quote
  #3  
Old 5th August 2012, 09:16
blaz blaz is offline
Member
 
Join Date: Jun 2012
P2P
Posts: 8
Default
Quote:
Originally Posted by Timisoreanul View Post
Code:
$torrents[$i]["uploader"]="<center><a  href=\"index.php?page=userdetails&amp;id=" . $data["upname"] .  "\">".StripSlashes($data['prefixcolor'].$data["uploader"].$data['suffixcolor'])."</a></center></td>";
thanks for reply m8 but i already did that & result when anyone upload Anonymous it not show in center & torrent list look very bad look so how i set Anonymous in center also.
thanks
Reply With Quote
Reply

Tags
center , tag


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



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