vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - e-steki Featured threads 1.0.1 (https://vborg.vbsupport.ru/showthread.php?t=155299)

haytham 11-01-2008 11:04 AM

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.

Spinball 01-22-2009 05:40 AM

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?

Akademiks 02-04-2009 06:14 PM

update for 3.8 please

gedsta 03-05-2009 01:37 AM

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


Fergal C 05-11-2009 10:27 AM

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 !

StrangeMusicInc 01-19-2011 04:32 PM

4.0 or 4.1?

brandon515 03-09-2011 06:22 PM

Same here. Anything like this for VB 4 ?

bilal.ahmed 04-09-2011 05:32 AM

any hack for vb 3.8.4 or 4 ?

angeljs 09-09-2011 08:26 PM

Would love to see this for vB4! :)

dutchbb 07-24-2014 02:52 PM

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.


All times are GMT. The time now is 03:28 AM.

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.01064 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete