there is one mr.montego. but i really want to have a one like in ur site. i search but i couldn't find one. my old php-nuke 8.0 block doesn't work in this.
tnx raven but i need a normal block. something except for the collapsing part . i try to convert a block i had after reading some posts here. i dont know what i did wrong but its not working. can u check what i did wrong?
that i changed
Code:
<?php
if (eregi("block-fiapple-Forum.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$result2 = $db->sql_query("SELECT username, user_id FROM ".$prefix."_users where user_id='$topic_poster'");
list($username, $user_id)=$db->sql_fetchrow($result2);
$avtor=$username;
$sifra=$user_id;
$result3 = $db->sql_queryy("SELECT poster_id, FROM_UNIXTIME(post_time,'%m/%d/%Y at %H:%i') as post_time FROM ".$prefix."_bbposts where post_id='$topic_last_post_id'");
list($poster_id, $post_time)= $db->sql_fetchrow($result3);
$result4 = $db->sql_queryy("SELECT username, user_id FROM ".$prefix."_users where user_id='$poster_id'");
list($username, $user_id)= $db->sql_fetchrow($result4);
Joined: Aug 29, 2004 Posts: 9070 Location: Arizona
Posted:
Wed Mar 31, 2010 6:06 am
Sorry zacklk, when you said "Just like in this site front" in your original post, well, I was thinking you wanted the same block that Raven mentioned. But, sounds like you are all sorted now.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum