vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Newspro + VBulletin Question (or any other good program) (https://vborg.vbsupport.ru/showthread.php?t=7164)

01-23-2001 07:17 PM

At http://pluh.com - I have newspro set up on my site with vbulletin as the forums.

I've seen Ratorasniki's hack for newspro and vbulletin, which is really cool and I'm looking to add couple of features, or if I have to work on coding them myself, I would love a good point in the right direction.

Basically, I would like to be able to post a news item, it being under a certain category (as you can see on my site, I have categories for news posts), and for the news topic to post in the forums along with the content from the topic, where people can comment on there.

Not only that, but it will also read from the forums and say something in the news topic on the main page like, "X comments" - x being the number of comments on that news post in vbulletin.

That, and the category thing, is my main concern. Any good news programs out there that can do this for me?

Remember: News + News Categories + dynamic comment count + vbulletin = Yay.

Thanks!

01-23-2001 07:41 PM

Search in the forums here for BFC_WEBLOG. It does what you want.

If you can't find it post here and I will make it available.

01-23-2001 11:12 PM

I searched and the link is dead...can you post it? Thx.

01-23-2001 11:38 PM

im working on a new version of the newspro+vb integration thang that does most of what you want. i dont have the # of comments thing down just yet, but im working on it =D

in the meantime you can make a script like this, and plop it in your vb dir:
Code:

<?
//Newspro link to vB forum thread finder
//vbGenGetThread.php
<?
require("global.php");

$title="News: ".$subject;
//echo "$title";
$threads = $DB_site->query("SELECT threadid FROM thread WHERE title='".addslashes($title)."'");
while ($thread = $DB_site->fetch_array($threads)) {
//echo "$thread[0]";
$url="http://www.tribalwar.com/forums/showthread.php?threadid=".$thread[0];
//echo "<a href=$url>test</a>";
if(!$thread[0]){header("Location: http://www.tribalwar.com/");}
header("Location: $url");
}
?>

obviously if you use a prefix other then News: you'll have to change that part, and adjust the links to showthread.php and nocomment.shtml (or whatever you want to take them back to if theres no comment thread)

theres some problems with it (like it selects the last thread to be posted w/ that name, so if you have 2 identically titled news posts that you want active comment threads for you're SOL for now) but it works nicely for me :D

see it in action @ http://www.tribalwar.com/

also, so far as only doing it for each category, in newspro set your category in question to use a different doHTML subroutine, and then copy your current doHTML, name it what you told the category to use, and add something like
Code:

<a href="http://www.tribalwar.com/forums/vbgenGetThread.php?subject=$newssubject">Comments&gt;&gt;</a>
wherever you want for a Comments link. again, use your link to your script, but that should work (except for the number of comments, but as i said i havent really figured how to go about that yet)

[Edited by Ratorasniki on 01-23-2001 at 08:50 PM]

01-24-2001 12:03 AM

Actually I was looking for BFC_WEBLOG. I am a Alpha Tester for NewsPro (now named Coranto) and suggest you wait on the integration with vb as the coding has been redone from the ground up. There is nothing code wise from version 3.7.5 or earlier in Coranto!

01-24-2001 02:24 AM

I will post BFC_WEBLOG tomorrow. It is on my other PC.

01-24-2001 02:51 PM

Weblog and 'Coranto?'

What sort of changes are in coranto from Newspro, being an Alpha tester and all? :)

And I'm interested like crazy to see how weblog works.

Thanks guys!

01-24-2001 04:52 PM

You can find it at:
http://www.vbulletin.org/hacks/hacks...=gethack&id=41

I had thought about NewsPro integration. However I want to get away from PERL and have a completely integrated system in one language.


All times are GMT. The time now is 10:47 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.01086 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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