Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Logician NEWS: Drag Any Message to Your Main Page Details »»
Logician NEWS: Drag Any Message to Your Main Page
Version: 1.00, by Logician Logician is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-30-2002 Last Update: Never Installs: 105
 
No support by the author.

This is a news script which will drag vb forum messages from your vb db to your non-vb main page/news page. There are a lot of good news script around but I needed a highly customizable main page news script with some special features and wrote it myself. I'm using it in my site's main page for a long time, but I was just too lazy to write installation/help documents to share it here, sorry!

FEATURES:

* This script simply pulls forum messages which you marked as "news" from your vb database and post them in your non-vbulletin (main/other) page.
* You can mark messages as "NEWS" in any forum you want (including private forums). You dont need to restrict your news to a specific forum.
* You can drag any message to your main page, regardless of its date. So news is NOT supposed to be the most recent messages in your board.
* You do NOT have to carry the whole message to your main page as news. You can import it all or simply take some part of it. So eg. you can drag a message's the first paragraph to your news page and link the thread for "Read More".
* Moreover you can insert invisible custom NEWS text which will be dragged to your main page to your board messages, but not shown in the original forum thread. So your original thread message and news text on your main page can be different than eachother.
* You can have sticky news in your main page (even if they are not sticky in your forum).
* News does NOT need to be the first message in the thread. You can tag any reply message as news and pull it to your main page either.
* Script parses ALL of your message icons/smilies (including your custom add-ons) and some of the important vBCode like: [url] [email] [img] [b] [i] [u]
* You can specify which members may post news.
* You can form your News' title seperately, apart from of the original thread/message title.
* You can set maximum number of news shown in your main page.
* You can set maximum number of characters that all shown news should not exceed. Some messages can be long and some can be short and if you set a character limit, the script will automatically compile enough news from your database to fit your web page's relevant part according to the limit you set.
* You can enable/disable:
News Poster Name
News Date
News Read Number
News 'Send to a Friend' Link
Comment number/Add comment button/Last commenter
Will viewing news increase the original thread's view count or not
News is sticky or not
for ALL your news INDIVIDUALLY.
* All news tags are invisible in the original thread. So forum readers do not notice any difference when you tag a message as news.
* Dragging a message to your main page as news is as simple as inserting a hidden [news]Title of My News[/news] tag to your forum message.

Well, these features are what I needed in my news script, so it should suffice to you too!

It's an easy to install script and will work with ALL vbulletin versions because it's an add-on, not a hack. I can give support as much as I have time, but please ask here, not via email or PM.

If you use the script, please click INSTALL. If you post the URL of your news page after installation, you can help other users see the script in action in different pages and in custom designs, thank you!

Logician

Show Your Support

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

Comments
  #32  
Old 06-10-2002, 12:34 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Till
But I am a little off with what field to modify, is it the "dateline" field? I can't really make out a field of type date or (unix)timestamp
Yep its "dateline field" that keeps the message dates in the database. As you've noticed times are unix timestamp so if you are not familiar with converting times to unix, you should regard using the hack I mentioned.
Reply With Quote
  #33  
Old 06-10-2002, 12:53 PM
Till Till is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Logician

Yep its "dateline field" that keeps the message dates in the database. As you've noticed times are unix timestamp so if you are not familiar with converting times to unix, you should regard using the hack I mentioned.
No, not a problem.

PHP Code:
SELECT FROM_UNIXTIME(lastpost,'%y/%m/%d %h:%i') AS threadPOSTED FROM thread 
Just in case anyone needs it.
Reply With Quote
  #34  
Old 06-10-2002, 12:54 PM
Till Till is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, or "dateline" of course!

Thanks for your help, Logician!

_till
Reply With Quote
  #35  
Old 06-14-2002, 06:32 AM
SWF SWF is offline
 
Join Date: Feb 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty simple to add this NEWS HACK

Great instruction........


_____________________________________
For those who would like to add there site
to my search engine the URL is

http://swf-empire.com
Reply With Quote
  #36  
Old 06-22-2002, 04:21 PM
FrankR310 FrankR310 is offline
 
Join Date: Jun 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have it installed and it's working well but i seem to be running into an issue marking a post as news:

-i have specified myself as being able to post news along with one other person.
-i can mark a post as news using the [news][/news] including my posts i have made in the past.
-i CANNOT mark other member's posts as news. I include the news codes but it does not show up on the homepage.
-i had the other person able to post news post a thread and then i tried to mark it as news and it didnot pull this either.

so is this correct? i must post the post in the forum myself to be able to mark it as news?

what i wanted to do was go thru the forums and find post that were interesting and drag these to the homepage regardless of who originally made the post. i figure i can do this by allowing everyone to post news in the config file but i would prefer to avoid this if possible.

thank you for the hack!

frank
Reply With Quote
  #37  
Old 06-22-2002, 04:56 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Frank the owner of the post that has been tagged with [news] tag must be recognized as a news poster in options of the hack. So you cant edit someone's post and insert news tag to drag that news into your main page (UNLESS that person is allowed to post news).

Unfortunately it cant be otherwise:The hack can not know who inserted the tags, you or the post owner so it just checks the post owner's news permission if it runs into a [news] tag in a post.

Possible solutions:
a) as you figured it out, you can grant all news posting rights (or disable to option to grant it to everybody). Of course this is not recommended but it is not so bad as it looks because most people wouldnt know how to post news even if they are granted this privilage in the options.
b) You can reply the thread yourself and use [summary] tag in this thread. So forum reader wouldnt know about the hidden news message in your post, but with summary tag you can drag any message text as you like to your main page. eg. you can put other users messages in between your summary tags.

In my board I personally prefer to use summary tags to make a thread news thread.

Hope this helps a bit..
Reply With Quote
  #38  
Old 06-22-2002, 06:13 PM
FrankR310 FrankR310 is offline
 
Join Date: Jun 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea i decided to do just that..reply and then use summary tags...only VERY minor issue i noticed with this is that if the thread is more than 1 page..and i reply and the reply is on the "nth" page..then the homepage link is to my reply rather than the first page of the thread...even if i use the linkme tag...i guess this way is more flexible for the news poster.

what i didnt notice in your reply is the case in which there's two people allowed to post news in the config file.

one of these people posts into the forum WITHOUT using any tags. the other person then goes and adds the tags into the post previously made by the other individual.

i.e.
post A originated without news tags in post - news poster 1
news poster 2 adds news tags to post A
post A does not get dragged to news page

OH i just remembered one other thing i wanted to ask you! the message at the bottom of the page that says "Time to compile news .xxx secs" i have run time set to "0" but it is still showing the message.

Oh yea one more thing the phpheader.php file seems to include alot of sensitive server info/pw...is this safe? i haven't a clue...im still trying to figure out how to use vbcodes :dead:

thanks again!

frank
Reply With Quote
  #39  
Old 06-22-2002, 06:38 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FrankR310
yea i decided to do just that..reply and then use summary tags...only VERY minor issue i noticed with this is that if the thread is more than 1 page..and i reply and the reply is on the "nth" page..then the homepage link is to my reply rather than the first page of the thread...even if i use the linkme tag...i guess this way is more flexible for the news poster.
yep I know this but couldnt find a better solution. In many cases you would like the original thread to be noticed (like when you use summary tags) so directly going to tagged message could be awkard. So I designed it that way. Intentional behaviour.

Quote:
post A originated without news tags in post - news poster 1
news poster 2 adds news tags to post A
post A does not get dragged to news page
It should be. As I said the hack is not interested in the editor of the message. It checks 2 things:
* Does the post have news tags?
* Does the post owner has rights to use these tags?

So please double check the post owner (not the one who edited) is granted news posting priviliges in the options part. And make sure other restrictions do not apply to that post. Say if you set to have 5 news in your main page and if it is 6th, it may not be dragged. (Edit: Also check caps of the name. For example if the user's name in db is FRANK and if you configured it in the options as Frank, it wont work)

I dont think there is bug here but if you are sure, please let me know and I'll check.

Quote:
OH i just remembered one other thing i wanted to ask you! the message at the bottom of the page that says "Time to compile news .xxx secs" i have run time set to "0" but it is still showing the message.
Congratulations you catched a bug! How come nobody warned me before, surprising! I'll release the fix asap.

Quote:
the phpheader.php file seems to include alot of sensitive server info/pw...is this safe? i haven't a clue...
Since it's a PHP file, yep it's safe no worry. It's not possible to read/download a PHP file content, because server always parses it, if it's called. You can just try by calling it from your browser. You'll see it wont work.

Besides it's not the only sensitive .php file in your server. Check yourboard/admin/config.php.

Logician
Reply With Quote
  #40  
Old 06-22-2002, 06:52 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MINOR BUG FIX

Here is a small bug fix. Please fix it if you installed the hack prior to the date of this message. The option to enable/disable news compilation time does not work (always on) if you dont fix it. (minor issue). After the fix you will be able to disable its display by setting the variable to 0. Thx to frank for reporting this.

Edit phpheader.php, find:
PHP Code:
## Script Run Time
## if 1, script will post compile time with every news load like "This page has been compiled in 0.3433434 seconds"
## 0 disables this feature
$run_time=0
(it can be set to 0 or 1 according to your configuration)

Replace it as
PHP Code:
## Script Run Time
## if 1, script will post compile time with every news load like "This page has been compiled in 0.3433434 seconds"
## 0 disables this feature
$run_time_config=0
(Again set it to 1 or 0 according to your wish.)

Edit newsconfig.php
find:
PHP Code:
global $servername$dbusername$dbpassword$dbname$timeset$forumlocation$newstablesample$normalcolor$stickycolor$staticlink$readalltext$readresttext$linebreak$remove_news_tag$count_increase$news_char_number$max_news$news_forums$news_posters$lang,$run_time$installed_as
Replace it as:

PHP Code:
global $servername$dbusername$dbpassword$dbname$timeset$forumlocation$newstablesample$normalcolor$stickycolor$staticlink$readalltext$readresttext$linebreak$remove_news_tag$count_increase$news_char_number$max_news$news_forums$news_posters$lang,$run_time_config$installed_as
and find:
PHP Code:
if ($run_time
Replace it as:
PHP Code:
if ($run_time_config
Logician
Reply With Quote
  #41  
Old 06-22-2002, 08:46 PM
FrankR310 FrankR310 is offline
 
Join Date: Jun 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$run_time = (string)substr(($time_end - $time_start),0,6);

i noticed this line above the if {$run_time} line

do i have to change that line to $run_time_config={string....?

nevermind, the fix got rid of the message! THANK YOU!


frank

ps i am using vb 2.2.6 and the hack is working fine for me.
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 02:29 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.04871 seconds
  • Memory Usage 2,345KB
  • 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
  • (7)bbcode_php
  • (6)bbcode_quote
  • (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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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