vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - News Cast for Forumhome (https://vborg.vbsupport.ru/showthread.php?t=230470)

vbenhancer 12-17-2009 10:00 PM

News Cast for Forumhome
 
1 Attachment(s)
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.

cindy helmond 12-18-2009 11:49 AM

great installed !! :)

Vackrick 12-18-2009 12:27 PM

n1 man i installed it look great

apiasto 12-18-2009 05:41 PM

will it shows images as well?

vbenhancer 12-18-2009 05:49 PM

it shows the post, so it is supposed to show the images as well... i don't remember having deleted that part, but it's easy to edit the bbcode filtering to add images if i forgot it.

Nickfrikscape 12-18-2009 10:16 PM

nice! installed!

Ice-Maiden 12-18-2009 11:39 PM

Installed and working fine, will come in very handy for members who tend to miss alot of the new posts, thanks for the work! :)

Ice-Maiden 12-18-2009 11:42 PM

Quote:

Originally Posted by vbenhancer (Post 1933029)
it shows the post, so it is supposed to show the images as well... i don't remember having deleted that part, but it's easy to edit the bbcode filtering to add images if i forgot it.

what do i need to do the get the image to show, the mod itself is working great but im getting the link not the image, any help would be appreciated! Thanks! :)

vbenhancer 12-19-2009 02:16 AM

hum, any help, on my site, as clearly indicated on the description... but everything is possible, it's all vBulletin.

hatiramolsun 12-19-2009 02:47 PM

picture looks bad link

Do not show image links ?
help pls..

vbenhancer 12-19-2009 03:31 PM

it does not show up images links properly, i'll see to that...

COL NIL SATIS 12-19-2009 03:52 PM

installed but nothings showing on my forum??any ideas

vbenhancer 12-19-2009 03:54 PM

possible causes:

1- obsolete theme, you need all the needed hooks
2- did you setup the system like shown in the screeny?

COL NIL SATIS 12-19-2009 04:07 PM

i think so mate..i will recheck now !!!

BillieJoe 12-29-2009 02:10 PM

hi there. i tested it today and anytime a user reports a bad post it shows up in the news cast.
but i only set one forum for the news-cast and it's not the one reported posts are going in.
any suggestions to solve it?

greets

billiejoe

betts02 12-30-2009 03:47 AM

got this installed and working fine, dont use any images for this so dont know about that 1.
anyway in the tthread that i post up for this, is there a way so when it is posted and shown up that a URL will work ?
it shows the URL but its not clickable, if you know what i mean
anyone know how to do this ?
cheers

vbenhancer 12-30-2009 01:21 PM

hum, no idea... that has nothing to do with my hack, i suppose something goes wrong with something else installed on your site...

BillieJoe 12-30-2009 01:37 PM

hm ok, i'll let you know what was wrong if i'm able to fix it.

vbenhancer 12-30-2009 02:03 PM

As you can see in the first screenshot, there is now an option to Activate BBCode Parsing.. as requested!

TheLastSuperman 12-30-2009 06:45 PM

Thanks for the Update Nex ;)

apiasto 12-30-2009 09:11 PM

great,thankzzz

betts02 12-30-2009 09:43 PM

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

vbenhancer 12-31-2009 02:25 PM

with that update, the link is supposed to be active... if you understand bbcodes.

betts02 12-31-2009 09:10 PM

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

but will update it mate and cheers for the responce

SMosher 01-01-2010 02:02 PM

Great addition nexia. Above the rest!

betts02 01-01-2010 02:19 PM

works a treat now mate, many thanks

a great addition to keep members informed of certain threads/posts

jiffylb1 01-01-2010 05:39 PM

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

vbenhancer 01-01-2010 08:15 PM

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...

cozmin 01-17-2010 09:31 AM

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

vtck 01-18-2010 03:53 AM

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.

Frank Sinatra 02-13-2010 04:12 AM

Thanks works really nice.
Any chance to put the info in other place like a new created template ? would be great

HW Nation 08-11-2011 07:59 AM

\I do not understand why I see strange characters: https://vborg.vbsupport.ru/external/2011/08/40.jpg

mirko185 08-25-2012 11:23 PM

https://vborg.vbsupport.ru/external/2012/08/33.png

the image doesn't work...


All times are GMT. The time now is 02:38 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.01124 seconds
  • Memory Usage 1,774KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete