vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Kind of posts (https://vborg.vbsupport.ru/showthread.php?t=63230)

VBDev 03-31-2004 04:55 PM

It works fine with multi forums, go and see on vbulletindev.net, installed in 'Hacks Request' and 'Demande de hacks'

Bad Bunny 03-31-2004 05:27 PM

Quote:

Originally Posted by VBDev
It works fine with multi forums, go and see on vbulletindev.net, installed in 'Hacks Request' and 'Demande de hacks'

Ah, that's pretty cool, except that there are no icons in the Hack Request forum...

VBDev 03-31-2004 05:55 PM

I don"t understand, nobody see them
I'm the only one, I don't understand, there is no condition in templates nor in files ...

I don't understand, I look for it

Gizmo 03-31-2004 06:15 PM

Lol, I agree, nobody see them except you :p

VBDev 03-31-2004 07:47 PM

If you have already installed this hack, find :


PHP Code:

    $threads $DB_site->query("
        SELECT 
$votequery $previewfield
            thread.threadid, thread.title AS threadtitle, lastpost, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
            lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach
            " 
iif($vboptions['threadsubscribed'] AND $bbuserinfo['userid'], ", NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed") . "
            " 
iif(!$deljoin", NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, type_post 

and replace with :

PHP Code:

    $threads $DB_site->query("
        SELECT 
$votequery $previewfield
            thread.threadid, thread.title AS threadtitle, lastpost, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid, type_post,
            lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach
            " 
iif($vboptions['threadsubscribed'] AND $bbuserinfo['userid'], ", NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed") . "
            " 
iif(!$deljoin", NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, 

It should now be OK, try it here :


http://www.vbulletindev.net/forums/f...splay.php?f=27

lasto 03-31-2004 08:04 PM

VBdev not sure wot the above code in your post is for but your hack works fine

ive been messing with it and everything is spot on once i suzzed it :)

Bad Bunny 04-01-2004 12:20 AM

Quote:

Originally Posted by lasto
VBdev not sure wot the above code in your post is for but your hack works fine

ive been messing with it and everything is spot on once i suzzed it :)

Looks good now. Groooooovy! Hmmmm.....Some kind of dropdown menu like the ones already in vb would be extra extra groovy as an alternative to the basic dropdown thingy.

ap0c 04-01-2004 12:33 AM

very nice work on this

VBDev 04-01-2004 04:33 AM

Quote:

Originally Posted by Bad Bunny
Looks good now. Groooooovy! Hmmmm.....Some kind of dropdown menu like the ones already in vb would be extra extra groovy as an alternative to the basic dropdown thingy.

Which mean ? You mean to say that the dropdown box on the forumdisplay doesn't look like other vB dropdown list ?

gmarik 04-01-2004 04:42 PM

Looks promissing...


All times are GMT. The time now is 01:28 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.01175 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete