Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
News Cast for Forumhome Details »»
News Cast for Forumhome
Version: 1.5.0, by vbenhancer vbenhancer is offline
Developer Last Online: Nov 2012 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 12-17-2009 Last Update: 12-29-2009 Installs: 43
Uses Plugins
 
No support by the author.

A News Caster which grab the latest threads in forum X, listing them on Forumhome page, just below the navbar.

This was very popular for InvisionBoard since the begining, and as there is none on vB, as i needed one, i coded one...

Here are the settings, in: AdminCP >> vBulletin Options >> Nexia's Forumhome Newscast Settings

This engine will list all the latests threads, based on which forumid you put in the list. It generate only a single additional query on forumhome to grab the news, it have a simple display you can modify at will from the templates.

the engine is without template or file or database edits, just import this product file.

on december 30th 2009, version 1.5.0, added BBCode Parsing in the settings so you can show images/links or not.

Download Now

File Type: zip nex_news_forumhome.zip (3.3 KB, 203 views)

Screenshots

File Type: jpg nex_news_forumhome_demo.jpg (29.9 KB, 0 views)
File Type: jpg nex_news_forumhome_options.jpg (46.3 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 12-30-2009, 09:11 PM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great,thankzzz
Reply With Quote
  #23  
Old 12-30-2009, 09:43 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont know if you understood me correctly mate.

what i mean is if i post up some text with a link say :

todays weather can be found at www.url.co.uk

when its posted up in the news cast it just has the text, the url for the www.url.co.uk is not clickable

everything else works fine
Reply With Quote
  #24  
Old 12-31-2009, 02:25 PM
vbenhancer's Avatar
vbenhancer vbenhancer is offline
 
Join Date: Dec 2009
Location: Qu?bec city, Canada
Posts: 740
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

with that update, the link is supposed to be active... if you understand bbcodes.
Reply With Quote
  #25  
Old 12-31-2009, 09:10 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not really mate, just starting out with vb tbh, but getting there slowly.lol

but will update it mate and cheers for the responce
Reply With Quote
  #26  
Old 01-01-2010, 02:02 PM
SMosher SMosher is offline
 
Join Date: Jul 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great addition nexia. Above the rest!
Reply With Quote
  #27  
Old 01-01-2010, 02:19 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works a treat now mate, many thanks

a great addition to keep members informed of certain threads/posts
Reply With Quote
  #28  
Old 01-01-2010, 05:39 PM
jiffylb1's Avatar
jiffylb1 jiffylb1 is offline
 
Join Date: Aug 2006
Location: clearwater
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got this error when activating it
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount

FROM thread AS thread
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)

WHERE NOT ISNULL(thread.threadid)
AND thread.forumid IN (0,68,10,131,76,18,112,128,123,120,)
AND thread.visible = '1'
AND thread.open != '10'
ORDER BY thread.threadid DESC
LIMIT 0, 19;
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 ')
AND thread.visible = '1'
AND thread.open != '10'
ORDER BY thread.thre' at line 10
Error Number : 1064
Request Date : Friday, January 1st 2010 @ 02:38:07 PM
Error Date : Friday, January 1st 2010 @ 02:38:07 PM
Script : http://www.clearwaterbiker.biz/forums/index.php
Referrer : http://www.clearwaterbiker.biz/forum...ex.php?do=head
IP Address : 72.185.52.17
Username : admin
Classname : vb_database
MySQL Version : 4.1.22
Reply With Quote
  #29  
Old 01-01-2010, 08:15 PM
vbenhancer's Avatar
vbenhancer vbenhancer is offline
 
Join Date: Dec 2009
Location: Qu?bec city, Canada
Posts: 740
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

drop the final comma you have in the list of forumids you have in the system...

edit: i'll post a fixed version later, it's just a strip of pointless characters...
Reply With Quote
  #30  
Old 01-17-2010, 09:31 AM
cozmin cozmin is offline
 
Join Date: Feb 2009
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why don't you add some option where the news cast can be put ?

Some permission, for ex. unregistered users cannot see the news cast
Reply With Quote
  #31  
Old 01-18-2010, 03:53 AM
vtck vtck is offline
 
Join Date: Sep 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great work, :up:

if one is able to insert url where table of latest threads to be located, it would be better than current just select forum home - yes or no. Insert url in text box.

And instead of NewsCast, insert Title in text box.

Also looking for a table format of latest threads with buttons on the left and just title of the thread on the right hand side, such a table format of latest threads to be displayed on .php extensions.
Reply With Quote
Reply

Thread Tools

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 02:06 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.06198 seconds
  • Memory Usage 2,320KB
  • 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
  • (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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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
  • 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_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