Quote
Actually, when a user is banned, there is no timeframe guideline. As far as I'm concerned, razorblitz07 was abusing the forums and shoutbox and demanding too much attention, disrespectfully at that. No, I didn't ban him, but I stand behind the admin who did.
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_visibility<='".iUSER."' AND link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
$i = 1;
while($data = dbarray($result)) {
if ($data['link_url']!="---") {
$link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
echo "<td width=\"100\" height=\"32\" align=\"center\" background=\"".THEME."images/button.jpg\"><a href='".$data['link_url']."'".$link_target." class='header'>".$data['link_name']."</a></td>";
} else {
echo "<td width=\"100\" height=\"32\" align=\"center\" background=\"".THEME."images/button.jpg\"><a href='".BASEDIR.$data['link_url']."'".$link_target." class='header'>".$data['link_name']."</a></td>";
}
}
if ($i != dbrows($result)) { echo "<td width=\"17\" height=\"32\" align=\"center\" background=\"".THEME."images/buttonb.gif\"></td>"; } else { echo "\n"; } $i++;
}
}
Quote
thokra wrote:
eh... wasn't Razorblitz banned, why is there a new profile on him only new email and a new username?
Damn stupid to post in a thread where you display you self.. ha ha
Quote
blitzkrieg07 wrote:
i did put that part of the coding into my theme.php and I replaced that part of the theme.php that I had on my site with yours. So I had in my theme.php, in that coding area, your code. I saved it and updated. Well the buttons didn't show up, looked kinda messy really. I ought to show youa screenshot of what it looked like.
I had a backup of my site's theme.php and so I put it back up. I am patient, I just don't like it when people ignore questions. I'll wait as along as I have to for a reply.
Category Forum
General DiscussionLabels
None yet
Statistics
9 participants
Notifications
You are not receiving notifications from this thread.
Related Questions