PDA

View Full Version : [RELEASE] Topper / Untopper


11-06-2000, 07:20 PM
This is my first PUBLIC hack for VBB.

Please give me any comments about this hack...


This hack will place threads you choose on the top of the forum listings.

http://mycomp.virtualave.net/cgi-bin/files/topper.zip

11-06-2000, 09:39 PM
Is there a demo somewhere? And do only Admin/Mods can do this or anybody? Please tell a bit more about it!

11-06-2000, 10:02 PM
sorry, i don't have public server running with it

and yes, this function can only be done by Mods/Admins

11-08-2000, 12:04 PM
I like the idea of the hack, will read zip file for instructions... but hope it is only admins/moderators who can set it!

11-08-2000, 10:10 PM
Please explain what this hack is.

Or am I supposed to download your zip file to find out what it is?

11-08-2000, 11:16 PM
This hack will make threads that you select always on the top of the forum. It doesn't matter how old post is, it will always be on the top of the forum until you untop it.

11-10-2000, 01:49 AM
just a question, are you working with this hack on 1.1.3 beta 3 or 1.1.4 ?

11-18-2000, 10:32 PM
i just tried this hack on 1.1.4 and it didn't work.. i kept getting a blank page when i clicked on the topper/untopper link..

any ideas ?

12-03-2000, 06:12 PM
I need this for 1.1.4, i am allmost ready to just delete what i did for .4 and go back to .3 since most hacks seem to work for it better.

12-06-2000, 07:13 PM
Please update this to 1.1.4

12-06-2000, 09:06 PM
sorry, i wasn't around much lately

we moved and i don't have internet at home yet, i will make sure it works then i get internet

12-15-2000, 09:46 AM
Please don't forget, I need this badly..

12-16-2000, 04:43 PM
no u can wait for 2.0
then u try it ones again

12-17-2000, 02:46 AM
I think 2.0 and and 1.1.4 are very simulair.... once they are relased, minus the DOZEN of new options. :D

12-17-2000, 04:33 AM
If we wait for 2.0, then we are talking months...

02-16-2001, 08:07 AM
Originally posted by Shak
I need this for 1.1.4, i am allmost ready to just delete what i did for .4 and go back to .3 since most hacks seem to work for it better.



1.1.5

step

@==========@ forumdisplay.php/php3
====>Find:
$threads=$DB_site->query("SELECT thread.iconid, icon.title AS icontitle, thread.poll as poll, icon.iconpath,threadid,thread.title AS title,
open,lastpost,replycount,postusername,lastposter,n otes,views,userindex
FROM thread
LEFT JOIN icon ON (icon.iconid = thread.iconid)
WHERE forumid=$forumid AND visible=1 $datecut
ORDER BY lastpost
DESC LIMIT $limitlower,$perpage");
====>Replace it with:

$threads=$DB_site->query("SELECT thread.iconid, icon.title AS icontitle, thread.poll as poll, icon.iconpath,threadid,thread.title AS title,
open,lastpost,replycount,postusername,lastposter,n otes,views,userindex
FROM thread
LEFT JOIN icon ON (icon.iconid = thread.iconid)
WHERE forumid=$forumid AND visible=1 $datecut
ORDER BY topped DESC,lastpost
DESC LIMIT $limitlower,$perpage");
====>

02-16-2001, 08:44 AM
Just upgrad to 2.0 as it has this option called Sticky which does the same thing...

theprof
04-10-2001, 10:55 AM
This doesnt seem to work with 1.1.4

I get all kinds of errors, and forumdiosplay.php does not load. Help please?

theprof
06-08-2001, 01:02 PM
I'm having a problem with this. The topped threads seem to expire and are no longer shown. Is there a way to fix this?