Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Advanced Thread Bit Details »»
Advanced Thread Bit
Version: 1.02, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.7.3 Rating:
Released: 09-22-2008 Last Update: 09-23-2008 Installs: 60
Uses Plugins Template Edits Auto-Templates
Re-useable Code Translations  
No support by the author.

Advanced Thread Bit

Mod Explanation: This mod modifies the view of the new subject. It can change tags can be shown or limited, thread starting date, a summery of the subject.

The mod is not working Why?: You may be using vBulletin 3.7.x or before. You may already made some modifications on threadbit template. Or another mod is making the problem.

Mod Details
--------------------------------
- Thread Tag show - limit.
- Thread starting date showing
- Showing the thread strater name with tags
- The summary of the subject up the thread..

Modifications Info

Plugin : 6
Phrases : 17
Template : 2
Setting : 7

v1.0 - First release
v1.0.1 - Database error fixed
v1.0.2 - Forum Permisson Added

Show Your Support

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

Comments
  #12  
Old 09-23-2008, 07:35 AM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by answers.com
Thesaurus: sine qua non

noun

Something indispensable: condition, essential, must, necessity, need, precondition, prerequisite, requirement, requisite.
oh yes its sine qua non
Reply With Quote
  #13  
Old 09-23-2008, 07:57 AM
dadoc's Avatar
dadoc dadoc is offline
 
Join Date: Apr 2008
Location: Australia
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am Having this problem when I Click on the username of the thread starter I get this messsage,

Quote:
This user has not registered and therefore does not have a profile to view.
Reply With Quote
  #14  
Old 09-23-2008, 08:16 AM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting :S
Reply With Quote
  #15  
Old 09-23-2008, 08:49 AM
dadoc's Avatar
dadoc dadoc is offline
 
Join Date: Apr 2008
Location: Australia
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Atakan KOC View Post
interesting :S

Exsample section... "My Site"
http://www.atabb.com/duyurular/

That does not show that you have it installed?


I to would like to have this choose by forum.
Reply With Quote
  #16  
Old 09-23-2008, 10:17 AM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not working for me T_T
Reply With Quote
  #17  
Old 09-23-2008, 10:49 AM
GWLiaR GWLiaR is offline
 
Join Date: Mar 2008
Location: Mersin/TR
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Good.Insrlled
Reply With Quote
  #18  
Old 09-23-2008, 11:34 AM
1Turk's Avatar
1Turk 1Turk is offline
 
Join Date: Sep 2007
Location: Turkey
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks...
Reply With Quote
  #19  
Old 09-23-2008, 12:07 PM
Calash's Avatar
Calash Calash is offline
 
Join Date: Jun 2006
Location: East Coast, USA
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the following error when I enable "Show Thread Visitor Counts"

Code:
Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT * FROM vb_session WHERE session.lastactivity > 1222172495;

MySQL Error   : Unknown table 'session' in where clause
Error Number  : 1109
Everything else seems to be working good.

Edit, found the problem, in the forumdisplay_start hook the query to the session table does not have the table prefix. This is the code I edited to make work

Code:
$getvisitors = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "session WHERE " . TABLE_PREFIX . "session.lastactivity > $datecut");
Great mod, thank you for sharing it
Reply With Quote
  #20  
Old 09-23-2008, 12:12 PM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Calash View Post
I am getting the following error when I enable "Show Thread Visitor Counts"

Code:
Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT * FROM vb_session WHERE session.lastactivity > 1222172495;

MySQL Error   : Unknown table 'session' in where clause
Error Number  : 1109
Everything else seems to be working good.
Problem fixed
Reply With Quote
  #21  
Old 09-23-2008, 03:24 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GaiLoan View Post
Thanks, im waiting for the updates, this kool mods
i would install as soon as per forum selection is implemented

tagged at the moment .. thanks for this
Reply With Quote
Reply

Thread Tools

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 09:07 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.04756 seconds
  • Memory Usage 2,303KB
  • 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
  • (3)bbcode_code
  • (5)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