Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Thread Status System LITE Details »»
Thread Status System LITE
Version: 1.0.0, by nhawk nhawk is offline
Developer Last Online: May 2021 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.1.10 Rating:
Released: 02-18-2013 Last Update: Never Installs: 41
 
No support by the author.

THIS ADD-ON IS NO LONGER AVAILABLE AND IS NOT SUPPORTED

Allows users to set the status for a thread via the Thread Tools menu in forums selected by admin configuration.

Features..
  • Allow thread starter to change thread status.
  • Allow usergroups to change thread status.
  • 6 Admin configurable thread statuses.
  • Select whether or not to auto close thread for each thread status.
  • Configure the color of each thread status as shown in forum and thread display.
  • Select which forums should use the thread status system.
  • Select whether or not thread status will be displayed on Forumhome page.
  • Select which usergroups can view the thread status.
This add-on has been tested on vB 4.1.10 and 4.2.0 PL 3.

The PRO version of this mod is available from my site..
Thread Status System PRO


* INSTALLATION *
-----------------------
1) Import the product XML file (product-thrdstatus.xml) into the Product Manager in AdminCP.

2) Go to ACP->Settings->Options->Thread Status Settings

3) Set the options as you would like them to be.


* History (Changelog) *
------------------------------
1.0.0 (February 19, 2013)
- Initial Release


Available Language Packs:
German

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
psd_hunter

Comments
  #22  
Old 03-16-2013, 06:59 PM
psd_hunter psd_hunter is offline
 
Join Date: Aug 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfect in 4.2.0
Great and very useful AdOn! Thanks a ton to the Coder(s) :up:
Reply With Quote
Благодарность от:
nhawk
  #23  
Old 03-16-2013, 07:19 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bluefin221 View Post
No idea why but it doesn't work for me, I set up two options, then four options, set the usergroups who could see it, set the forums you could see it on, I even deleted my thread prefixes to make sure it wasn't them that was clashing. Does this mod clash with any other mod (known to).

Had a play around, it works in the vb default theme and also works in another theme I use, however it doesn't work in the forums theme I have selected, is there manual edits I can make so that it works properly in my theme?
At this time, there aren't any known clashes with other mods.

So far as the theme you have, thread status looks for this specific code in the following templates...

SHOWTHREAD template :
Code:
<span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span>
Code:
h6><a class="popupctrl" href="javascript://">{vb:rawphrase thread_tools}</a></h6>
				<ul class="popupbody popuphover">
FORUMDISPLAY template:
Code:
<option value="title" {vb:raw sort.title}>{vb:rawphrase thread_title}</option>
If those specific lines of code aren't in your templates, then thread status won't work.
Reply With Quote
Благодарность от:
iask
  #24  
Old 03-16-2013, 07:33 PM
Bluefin221 Bluefin221 is offline
 
Join Date: Jul 2008
Location: Scotland
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nhawk View Post
At this time, there aren't any known clashes with other mods.

So far as the theme you have, thread status looks for this specific code in the following templates...

SHOWTHREAD template :
Code:
<span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span>
Code:
h6><a class="popupctrl" href="javascript://">{vb:rawphrase thread_tools}</a></h6>
				<ul class="popupbody popuphover">
FORUMDISPLAY template:
Code:
<option value="title" {vb:raw sort.title}>{vb:rawphrase thread_title}</option>
If those specific lines of code aren't in your templates, then thread status won't work.
I've just checked all of these are within the appropriate places so it must be clashing with a mod, I will report back when I find out which one it is. It can't be a mod as it works on every other template so its template specific, I have never edited those files though so I'm unsure what I should be looking for.
Reply With Quote
  #25  
Old 03-16-2013, 07:43 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bluefin221 View Post
I've just checked all of these are within the appropriate places so it must be clashing with a mod, I will report back when I find out which one it is. It can't be a mod as it works on every other template so its template specific, I have never edited those files though so I'm unsure what I should be looking for.
The code I gave must be exactly as shown. If there is a missing space, or any different at all then it won't work.
Reply With Quote
  #26  
Old 03-16-2013, 07:53 PM
Bluefin221 Bluefin221 is offline
 
Join Date: Jul 2008
Location: Scotland
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nhawk View Post
The code I gave must be exactly as shown. If there is a missing space, or any different at all then it won't work.
Damn, my:

Code:
<h6><a class="popupctrl" href="javascript://">{vb:rawphrase thread_tools}</a></h6>
				<ul class="popupbody popuphover">
Had 4 spaces in front of it, removed them and it works perfectly.
Reply With Quote
Благодарность от:
nhawk
  #27  
Old 03-19-2013, 11:06 AM
Nano_ Nano_ is offline
 
Join Date: May 2006
Location: Rio de Janeiro - Brasil
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nhawk View Post
The PRO version has been released. I believe it does just about everything you want...

Thread Status System PRO
PRO Link send me to Google. This link is correct?
Reply With Quote
  #28  
Old 03-19-2013, 11:41 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice mod, installed
Reply With Quote
Благодарность от:
nhawk
  #29  
Old 03-19-2013, 12:12 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nano_ View Post
PRO Link send me to Google. This link is correct?
If you're coming into my site by proxy or through a server site, it may send you to Google. Use your actual provider to access my site.
Reply With Quote
  #30  
Old 03-23-2013, 01:40 PM
iask iask is offline
 
Join Date: Jan 2010
Location: Home
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

remove
Reply With Quote
  #31  
Old 03-23-2013, 01:54 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iask View Post
Go to SHOWTHREAD
search to

Code:
<vb:if condition="$show['fb_likebutton']">
			{vb:raw fblikebutton}
		</vb:if>
	</div>
Instead there under

Code:
<vb:if condition="is_member_of($bbuserinfo, 6,2,7,11,22,16,19)"><span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span>
</script></vb:if>
The numbers you need to customize the id of your User Groups
I don't understand. What are you talking about?

There are no manual edits required with this mod.
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 09:55 AM.


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.04528 seconds
  • Memory Usage 2,330KB
  • 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
  • (9)bbcode_code
  • (7)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (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
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete