Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Kind of posts Details »»
Kind of posts
Version: 1.00, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 03-30-2004 Last Update: Never Installs: 9
 
No support by the author.

Released on : http://www.vbulletindev.net

Complete description of the hack : http://www.vbulletindev.net/forums/h...hack&hackid=46


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


With this hack, you manage in your admincp a complete icon's system for threads in wanted forums. You can activate the option, if it's turned on, when you create a new thread (or edit), you can select an icon which will appear nex to the thread's title in forumdisplay (and search.php)

You can use it to show whick ind of thread it is, humour, info, photos ... by creating icons you want.

Moreover of this, it adds a box in forumdisplay where you can choose according to which kind of icons you want to show threads. If you choose a category, only threads with this icon will be shown

Edit for Boofo : I can now look at your hack

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-31-2004, 04:55 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works fine with multi forums, go and see on vbulletindev.net, installed in 'Hacks Request' and 'Demande de hacks'
Reply With Quote
  #13  
Old 03-31-2004, 05:27 PM
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #14  
Old 03-31-2004, 05:55 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #15  
Old 03-31-2004, 06:15 PM
Gizmo's Avatar
Gizmo Gizmo is offline
 
Join Date: Apr 2003
Location: Grenoble, France
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lol, I agree, nobody see them except you
Reply With Quote
  #16  
Old 03-31-2004, 07:47 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #17  
Old 03-31-2004, 08:04 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #18  
Old 04-01-2004, 12:20 AM
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #19  
Old 04-01-2004, 12:33 AM
ap0c's Avatar
ap0c ap0c is offline
 
Join Date: Mar 2003
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice work on this
Reply With Quote
  #20  
Old 04-01-2004, 04:33 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #21  
Old 04-01-2004, 04:42 PM
gmarik's Avatar
gmarik gmarik is offline
 
Join Date: May 2002
Location: Mocsow
Posts: 1,288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks promissing...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04630 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete