Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Global Threads: The Next Generation for VB4 by BOP5 Details »»
Global Threads: The Next Generation for VB4 by BOP5
Version: 1.1, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 4.x.x Rating:
Released: 02-24-2012 Last Update: 06-13-2012 Installs: 119
Supported DB Changes Uses Plugins Auto-Templates
Additional Files Translations  

Brought to you by BirdOPrey5
www.Qapla.com

Version 1.0 - Initial Release
Version: 1.01 - Permissions for Administrators and Super-Mods now work with primary or secondary usergroups.
Version: 1.02 - Added logging actions to moderator logs.
Version: 1.03 - Documentation update only, to be consistent with Gold version.
Version 1.1 - Bug-fix for mod log. Added new option to disable checkbox on new posts.

This mod was inspired by an earlier Global Thread mod I received permission from randominity to update. It is free and is still available here.

That mod however was a port from a VB 3.6 version and was not optimized for VB 4.x. It included a somewhat complicated system of having to make a separate hidden forum for holding the global threads.

My solution was to create a new Global Threads mod, coded from scratch, designed especially for vBulletin 4.x. Therefore I have named this mod, Global Threads: The Next Generation.

This mod is NOT an upgrade from the old mod. You should uninstall the old mod if you will be using this one.

The purpose of this mod is to let an Admin or Super-Mod designate a thread to be a "Global Thread." Global Threads become listed in every forum. A sticky global thread will be sticky in all forums. Non-sticky global threads behave like any other thread, simply visible in every forum.

Clicking on a global thread will open the thread in the forum it is "native" to. An optional message will be displayed in the thread to alert users they are in a global thread.

There is an optional "globe" icon and thread prefix ( Global: ) that can be turned on and off as well as further ways to distinguish global threads from normal threads.

See a Live Demo:

Here is a Global Thread at Qapla.com
You will see it listed in the Demo forum.
But it's also visible in the News & Announcements forum
And in the Talk forum.

In fact it is in a number of Qapla.com forums if you care to look.

This is the free version. The Gold version is available at Qapla.com.

The GOLD version has all the features of the FREE version but 2 additional options:
1) You may choose specific users (by userid) to give Make Global Thread permissions.
2) You may select or restrict Global Threads to specific forums.


This mod is fully phrased for easy translation.

This mod was designed to run on VB 4.1.10 and above. Older versions may require some manual template edits (instructions included.) I have not tested this mod on any version below 4.0.8.

Instructions:

If you want to convert an existing thread to a "Global Thread" open the thread in your browser.

Go to the "Administrative" drop down menu at the top of the thresd.

Click on the option to "Make Thread Global" and click on "Proceed.:"

The thread will be made global and you will be returned to the thread.

To undo a global thread go to the same menu and choose the option "Undo Global Thread."


If you are creating a new thread or replying to an existing thread (using Advanced Reply) then you can make the thread global in one step.

Before submitting your message scroll down to "After you submit your message..." and the top option should be "Make Thread Global"

Check this box before submitting the message to make the thread a Global Thread.

If it's already a Global Thread then simply uncheck the box "Keep Threas Global" to undo the global status after submitting the message.

Note: This option is available only to Admins and Super-mods. Normal users never see the "Moderation Options" menu.

Please Mark as Installed if you use this.
Donations Always Appreciated. :up:

Download Now

File Type: zip (FREE) Global Threads - The Next Generation - By BOP5 VB4 v11.zip (10.7 KB, 481 views)

Screenshots

File Type: jpg gttng-free-settings-vb4.jpg (92.2 KB, 0 views)
File Type: jpg gttng-forumdisplay-vb4.jpg (71.1 KB, 0 views)
File Type: jpg gttng-newthread-vb4.jpg (53.7 KB, 0 views)
File Type: jpg gttng-showthread-vb4.jpg (99.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
8 благодарности(ей) от:
BCP Hung, bing11, BlueCheri, cshellworld, elsa23, mapleleaffans, tbworld

Comments
  #72  
Old 06-28-2012, 12:54 PM
John Lester John Lester is offline
 
Join Date: Nov 2004
Posts: 543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea I've been toying with it on the test site and I'll get it how I want it sooner or later
Reply With Quote
  #73  
Old 07-05-2012, 03:17 PM
ericwirtanen ericwirtanen is offline
 
Join Date: Jan 2002
Location: Massachusetts
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in 4.20

Quote:
Database error in vBulletin 4.2.0:

Invalid SQL:

SELECT COUNT(*) AS threads

FROM thread AS thread

/*
WHERE thread.forumid = 2
AND sticky = 0

AND visible IN (0,1,2)


AND lastpost >= 1338912865
*/ WHERE forumid IN (2) AND sticky = 0 AND visible IN (0,1,2) AND lastpost >= 1338912865OR bop_global = 1
/* AND sticky = 0 */

AND visible IN (0,1,2)


AND lastpost >= 1338912865;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'bop_global = 1
/* AND sticky = 0 */

AND visible IN (0,1,2)
' at line 13
Error Number : 1064
Request Date : Thursday, July 5th 2012 @ 04:14:25 PM
Error Date : Thursday, July 5th 2012 @ 04:14:26 PM
Script : http://www.nohomers.net/forumdisplay.php?2
Referrer : http://www.nohomers.net/forum.php
IP Address : 75.67.142.68
Username : eric
Classname : vB_Database
MySQL Version : 5.5.20-55
Reply With Quote
  #74  
Old 07-05-2012, 04:47 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you get that error repeatedly or just once?

I see the problem is there is no space between the number and the "OR" :

1338912865OR bop_global = 1

But it works with everyone else's...

In any case please go to the Admin CP -> Plugins & Products -> Plugin Manager

Edit the plugin: Get Global Threads Count [OK]

Find the line:

Code:
    $hook_query_where .= "OR bop_global = 1
and change it to:

Code:
    $hook_query_where .= "  OR bop_global = 1
I will put this fix into the next version, but I have a number of people using the free and paid versions and both have this exact code without errors. Weird.
Reply With Quote
  #75  
Old 08-28-2012, 06:50 AM
wilford brimley wilford brimley is offline
 
Join Date: Apr 2012
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when replying from a normal forum while using the simple postbit mod in the target forum it still shows the avatar. probably a postbit edit i made.
Reply With Quote
  #76  
Old 08-29-2012, 04:47 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure how that is possible... Once you click on a thread title you are brought into the thread- the thread is always in its native forum.
Reply With Quote
  #77  
Old 11-19-2012, 09:37 PM
Crimdog Crimdog is offline
 
Join Date: Dec 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this mod after migrating from VB3 to VB4 for a test site. Only thing we noticed was that the global threads we used were no longer "stuck" at the top as a global thread. They were still tagged as a global thread, but somewhere within each section.

I had to make the global thread a "sticky" in order for it to be the top thread in each section.

In addition, it broke my administration section where I have three sub-forums. Broke, meaning none of the threads will display in an administration section. You can however click on the latest thread link in the forum section and be taken directly to the thread.

Any ideas where I need to look? This mod is absolutely a requirement.
Reply With Quote
  #78  
Old 11-21-2012, 10:37 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod is not an upgrade from the VB3 version, it is a new mod- they work differently. The VB3 version requires a separate forum for Global Threads, this mod doesn't.

As for how any section "broke" I can only guess the issue is with the automatic template edits- I would suggest you try it of the default style and see if it works. If it does try disabling use of the icon and/or prefix in the mod options.
Reply With Quote
  #79  
Old 11-26-2012, 12:32 AM
Crimdog Crimdog is offline
 
Join Date: Dec 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.
Reply With Quote
Благодарность от:
BirdOPrey5
  #80  
Old 01-14-2013, 04:06 PM
Igor.Gabrielan Igor.Gabrielan is offline
 
Join Date: Jan 2013
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible with your mod to place a thread in several, but not all forums?


This is described for example here.
Reply With Quote
  #81  
Old 01-14-2013, 07:46 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As it is described in first post (it's a good thing to read at least first post of a thread. I see you're quite new here, this is your first post):

Quote:
The GOLD version has all the features of the FREE version but 2 additional options:
1) You may choose specific users (by userid) to give Make Global Thread permissions.
2) You may select or restrict Global Threads to specific forums.
So yes, with paid version you can define in which forums thread appears.
Reply With Quote
Благодарность от:
Igor.Gabrielan
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 10:25 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.04961 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
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_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete