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

Reply
 
Thread Tools
Feature Threads Details »»
Feature Threads
Version: 0.12, by Adrian. Adrian. is offline
Developer Last Online: Feb 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.1 Rating:
Released: 10-08-2006 Last Update: 10-10-2006 Installs: 127
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Feature Threads
By Adrian at Dreamit.co.uk
Tested on 3.6.1.


Note: This modification is v0.10, It seems to be working fine.
To see why it's not V1, scroll down to the Q&A.

About:
Feature Threads allows you to "Feature a thread", and that thread will then appear on the forumhome.

It's a very useful mod' to get those important, special threads noticed.

Installation:

Download Feature_threads.zip.
  • Upload feature.php and unfeature.php to your forums root folder.
  • Import product_feature.xml.

Template Edits:
Open Forumhome Templates > FORUMHOME
Find:

HTML Code:
<!-- main -->
Add after:

HTML Code:
$feature_threads
Save.

Open Showthread Templates > SHOWTHREAD
Find:

HTML Code:
	<tr>
		<td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
	</tr>
Add after:

HTML Code:
<tr>
		<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" 

alt="Feature Thread" /> $feature_status
<input type="hidden" value="$threadinfo[threadid]" name="tid"></td>
	</tr>
Save.

Done.

Easy to install.

Q&A
1. Why is it V0.10?
Well, when i started this mod', i had some good ideas with it, and i started to loose intrest after a while.

I got the "base" made, so i thought, "why not release it?"
So, i have. If i get enough installs, or a positive response to the mod', i will glady spend more time, adding the features i wanted.

2. Oooh...What new features?
Not too many features...things such as...

Featured Thread ordering
  • Order by thread date
  • Order by by date featured
  • Order by amount of replies
  • Custom ordering

The ability to show the featured threads on the forumhome, or on everypage.

Ability to show what information is displayed in the features thread box.

Yeh, these are pritty easy to do, i just don't have the dedication i need to make them, like i said, if i get a good response, expect to see them soon.

3. How many usergroups...?
The option, that allows you to choose certain usergroups to access this mod', is limited to 12 different usergroups.

Not because i'm being mean, i just did the usergroup permission, in my code useing explode and arrays.

Don't ask why, i just did. : /
That will be improved when/if V1 is released.

Changelog
0.10 - Release.

0.11 - Set default value on "Show x" option to 4, to stop confusion with mysql_errors

0.12 - Edited Enable/Disable option from Radio buttons, to a simple Yes / No boolean to avoid errors.

---

If you installed this modification, please click install.

Thanks.

Adrian

Show Your Support

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

Comments
  #32  
Old 10-18-2006, 07:30 PM
category category is offline
 
Join Date: Jul 2005
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nvm found it its in the plug in but you should put it in feature because i want to make rounded edges and each time i do something in the plug in my website doesnt respond
Reply With Quote
  #33  
Old 10-19-2006, 04:45 AM
boatdesign's Avatar
boatdesign boatdesign is offline
 
Join Date: Nov 2001
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What would it take to use this to show the featured threads on a non-vBulletin page of the site?
Reply With Quote
  #34  
Old 10-20-2006, 06:19 AM
farooqaaa farooqaaa is offline
 
Join Date: Aug 2006
Location: Pakistan
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed, what about if people can only see thier featured threads?
Reply With Quote
  #35  
Old 10-20-2006, 11:49 AM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed on 3.5...working fine
Reply With Quote
  #36  
Old 10-20-2006, 01:36 PM
Invalid ID's Avatar
Invalid ID Invalid ID is offline
 
Join Date: Apr 2006
Location: Karachi. Pakistan
Posts: 411
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Better than the previous one, installed and happy
Reply With Quote
  #37  
Old 10-20-2006, 07:08 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting this error-

Database error in vBulletin 3.6.2:

Invalid SQL:
ALTER TABLE thread ADD
(featured text not null, ftdescription text not null
);

MySQL Error : Duplicate column name 'ftdescription'
Error Number : 1060
Date : Friday, October 20th 2006 @ 09:07:36 PM
Script : http://www.unitedpunjab.co.uk/adminc...=productimport
Referrer : http://www.unitedpunjab.co.uk/adminc...?do=productadd
IP Address :
Username :
Classname : vb_database
Reply With Quote
  #38  
Old 10-20-2006, 08:15 PM
Adrian.'s Avatar
Adrian. Adrian. is offline
 
Join Date: Oct 2005
Location: South Yorkshire
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unitedpunjab
Getting this error-

Database error in vBulletin 3.6.2:

Invalid SQL:
ALTER TABLE thread ADD
(featured text not null, ftdescription text not null
);

MySQL Error : Duplicate column name 'ftdescription'
Error Number : 1060
Date : Friday, October 20th 2006 @ 09:07:36 PM
Script : http://www.unitedpunjab.co.uk/adminc...=productimport
Referrer : http://www.unitedpunjab.co.uk/adminc...?do=productadd
IP Address :
Username :
Classname : vb_database
Have you previously installed this mod'? or attempted.
Or installed another mod' which creates the table "ftdescription"

Adrian
Reply With Quote
  #39  
Old 10-20-2006, 08:31 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Adrian.
Have you previously installed this mod'? or attempted.
Or installed another mod' which creates the table "ftdescription"

Adrian
yes,installed & unistalled once.
i have checked the database but cant see table 'ftdescription'
Reply With Quote
  #40  
Old 10-21-2006, 04:32 AM
farooqaaa farooqaaa is offline
 
Join Date: Aug 2006
Location: Pakistan
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear Adrian,

is this possible to show feature threads to ur self. And no one can see ur threads. I mean every user will have his own featured thereds
Reply With Quote
  #41  
Old 10-25-2006, 07:30 PM
SF3D_Tech SF3D_Tech is offline
 
Join Date: Jul 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick question - is there a way to use this for thumbnails as well instead of just text? If so I'll definitely be doing an install asap!

Thanks and keep up the good work.
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 10:21 PM.


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.04840 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
  • (4)bbcode_html
  • (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
  • (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