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

Reply
 
Thread Tools
e-steki Featured threads 1.0.1 Details »»
e-steki Featured threads 1.0.1
Version: 1.0.1, by Lea Verou Lea Verou is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.8 Rating:
Released: 08-14-2007 Last Update: 08-14-2007 Installs: 66
DB Changes Uses Plugins Template Edits
 
No support by the author.

What does this do?
This hack lets mods/admins to choose some threads as featured, enter a description (if no description entered the first post will be used) and they will be displayed at forumdisplay, in the position that the admin selected. Refer to the Features section below for more information.

Features
Admin Features
  1. Absolutely NO template modifications and you even get to control where the table will be placed in Forumdisplay with a simple setting!
  2. Fully phrased.
  3. Ability to set a cutoff limit, so that if the featured threads are more than X, the rest will not show.
  4. Ability to specify whether the featured threads will be ordered by the date they were featured, their last post date or their creation date.
  5. Ability to specify whether html, bbcode, [img] tags or smilies will be shown in the description (or the first post if no description has been entered).
  6. When featuring/un-featuring a thread, the action is logged in the moderator log.
  7. A nice, usable and extensive manual instead of an ugly readme.txt ;-)
End user / moderator Features
  1. Moderators can enter a fully formatted description with bbcodes and everything (if allowed by the admin)
  2. The table is collapsible, and if it has nothing to display it doesn't show.
  3. Thread elements that are displayed: Thread icon, Title, Link to the thread, creation date and time, number of replies (clickable), thread poster.
Don't forget to Mark as Installed!
Support will be provided only for a few days after each release.
Installation instructions and a FAQ are in the manual.

Show Your Support

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

Comments
  #62  
Old 11-01-2008, 11:04 AM
haytham's Avatar
haytham haytham is offline
 
Join Date: Jan 2003
Location: USA-Egypt-UAE
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One question before I install. Does this show on the main forum home or inside the forums? I need one that shows outside on the main forum home not that if your mod doesn't would that mean it's not a good mod. It's just what I need at the moment. Thanks.
Reply With Quote
  #63  
Old 01-22-2009, 05:40 AM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Couple of questions.
How do you mark a thread as being featured? If it's a change to the thread table then might it not be better to add an additional table? Not a good idea to alter main tables IMO.
Also how difficult would it be to make it so that members can make a paypal payment to feature their thread for a certain period of time or when the thread is moved to a different forum?
Reply With Quote
  #64  
Old 02-04-2009, 06:14 PM
Akademiks's Avatar
Akademiks Akademiks is offline
 
Join Date: Sep 2007
Location: New York
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

update for 3.8 please
Reply With Quote
  #65  
Old 03-05-2009, 01:37 AM
gedsta gedsta is offline
 
Join Date: Feb 2006
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I too have suffered from this issue, however, if you disable it it goes away. But if you uninstall it, you get database errors.

Any ideas on how to solve the database errors?

Code:
Invalid SQL:

SELECT 
forum.title as forumtitle,
forum.forumid,
thread.threadid,
thread.title as threadtitle,
thread.postuserid as posterid,
thread.postusername as poster,
thread.dateline,
thread.replycount,
thread.isfeatured,
thread.fdesc,
thread.iconid,
post.pagetext
FROM vb_thread as thread
LEFT JOIN vb_forum as forum ON(forum.forumid = thread.forumid)
LEFT JOIN vb_post as post ON(post.postid = thread.firstpostid)
WHERE 
thread.isfeatured = 1
ORDER BY  DESC;

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 'DESC' at line 19
Reply With Quote
  #66  
Old 05-11-2009, 10:27 AM
Fergal C Fergal C is offline
 
Join Date: Dec 2004
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For VB 3.8.2 - I added "Featured Threads" to my forum using the Notices Feature (Admin CP - Notices).

You can change the title from "Notices" to "Featured Threads" in the Phrase Manager (Admin CP - Language & Phrases - Phrase Manager - Phrase Type - Global - Notices).

Simply Add New Notice when you want to feature a thread.

Works for me on my business forum !
Reply With Quote
  #67  
Old 01-19-2011, 04:32 PM
StrangeMusicInc StrangeMusicInc is offline
 
Join Date: Jan 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.0 or 4.1?
Reply With Quote
  #68  
Old 03-09-2011, 06:22 PM
brandon515 brandon515 is offline
 
Join Date: Nov 2006
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here. Anything like this for VB 4 ?
Reply With Quote
  #69  
Old 04-09-2011, 05:32 AM
bilal.ahmed bilal.ahmed is offline
 
Join Date: Sep 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any hack for vb 3.8.4 or 4 ?
Reply With Quote
  #70  
Old 09-09-2011, 08:26 PM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would love to see this for vB4!
Reply With Quote
  #71  
Old 07-24-2014, 02:52 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working in 3.8, already found a major bug.

It changes the URLs of "New Thread" buttons in main forums to one of the subforums.
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 07:41 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.05615 seconds
  • Memory Usage 2,304KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_code
  • (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
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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