here is Make Favourtie Topic code ...enjoy ..if u find any bug plz reply here ..
Make Favourtie Topic (Lavalair Mods)
Collapse
X
-
on users topic list shows private post on all topics..
edit/. sorry it works, but 1st topic shows as Private Post
edit.edit./ nope, i've added 4 topics. 3 from forum (one showd up) un one from club, but only shows one
Code:Private Post Private Post WEB design 21 07 09-17:28:39 [x] Private Post 1/1 Limited Profile *Home
Nous Ne Dansos Pas, Nous Sommes Le Danse.!
-
$vp = mysql_fetch_array(mysql_query("SELECT tid FROM ibwf_favtopic WHERE uid='".$uid."'"));
if($tid==$vp[0])
{
echo "<a href=\"genproc.php?action=delfav&sid=$sid& tid=$tid\">Delete From Favourite list</a><br/>";
}else{
echo "<a href=\"genproc.php?action=makefav&sid=$sid& ;tid=$tid\">Make Favourite </a><br/>";
}
-Edit! 100 PERCENT WORKING! Thanks!Last edited by robzky; 21.07.09, 15:08.
Comment
-
Originally posted by Vayne View Poston users topic list shows private post on all topics..
edit/. sorry it works, but 1st topic shows as Private Post
edit.edit./ nope, i've added 4 topics. 3 from forum (one showd up) un one from club, but only shows one
Code:Private Post Private Post WEB design 21 07 09-17:28:39 [x] Private Post 1/1 Limited Profile *Home
Comment
-
Originally posted by need4speed View Postbugs fixed... plz chk now
edit./ same as you did ;DDLast edited by Vayne; 21.07.09, 15:44. Reason: i must check new files, before i write in topic (blush)Nous Ne Dansos Pas, Nous Sommes Le Danse.!
Comment
Comment