Version: 1.00, by myluntan
Developer Last Online: Aug 2003
Version: 2.2.x
Rating:
Released: 04-22-2002
Last Update: Never
Installs: 19
No support by the author.
this is my fist hack
I cant find it anywhere,so I made it
I read some good post but next time I visit the forum ,I cant find it ,only i can do is seach ,it is terrible.
Use this hack ,users in your forum can add threads into their own Favorite folder ,they aslo can creat folders,move the threads from each other.
I enjoy you like it,install it is very simple ,i write a script ,the only thing is running it,then add 2 links in your template.it works great
on vb 22X.if you use vb 201 ,tell me ,I will write for you.version update to 2.5
all bug fixed ,add a new option:users can share their .
users can select if they share their Favoritein usercp
if they select yes ,other users can view their Favorite.
so good article can be gathered and shared. enjoy it
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
i replaced "new thread" button with "add to favourites" button in shwothread.php, hence "add to favourites" will be more prominent. here's my codew in showthread template
PHP Code:
<td><a href="favorites.php?action=add&threadid=$threadid"><img src="images/add-to-fav.gif" border="0" alt="Add to Favourites"></a><!--<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="{newthreadimage}" border="0" alt="Post New Thread"></a>--></td>
<td><normalfont> </normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>
Originally posted by WallStreat i replaced "new thread" button with "add to favourites" button in shwothread.php, hence "add to favourites" will be more prominent. here's my codew in showthread template
PHP Code:
<td><a href="favorites.php?action=add&threadid=$threadid"><img src="images/add-to-fav.gif" border="0" alt="Add to Favourites"></a><!--<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="https://vborg.vbsupport.ru/images/newthread.gif" border="0" alt="Post New Thread"></a>--></td>
<td><normalfont> </normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>
attached is the psd file for "add to favourites"
Nice...... can you give ezact instructions on how to do this?
The update seems to work okay, although sometimes for some reason the screen appears as a blank page. Shall let my members "beta" test it for me. Thanks.
How would you go about adding a custom error message if you try to view someones favorites but they chose not to share them? Currently, you get the default no permission msg...