vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   [RELEASE] Topper / Untopper (https://vborg.vbsupport.ru/showthread.php?t=4470)

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

Quote:

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?


All times are GMT. The time now is 06:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01495 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete