vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   PluhNews 1.5 (https://vborg.vbsupport.ru/showthread.php?t=21875)

Sean 12-31-2001 12:21 PM

Sure.. Ok, now just change the path and stuff to the path to whatever PHP file you put this on:

Code:

<?
require("/path/to/global.php");
require("/path/to/admin/config.php");
//first load global.php & the vB config file

//use this if you want two variables at the top /?var1=blah&var2=blah

if (isset($var1) && isset($var2))  {include ("/path/to/var1.php");}
//You can also use var2 in the path, or use it to determine what conf file you want to load...

//Use this if you want one variable /?var1=blah
if (isset($var1))  {include ("/path/to/var1.php");}


//Ok, now on the page load the conf_$var1 file (specified above) than include the news.php file

include("/path/to/news/conf_$var1");
include("/path/to/PluhNews.php");

?>

Now, if their are any errors, let me relook the code, I sorta wrote the whole thing in here.. BTW: I am no PHP pro. i just know this stuff. :)

sianews 12-31-2001 12:28 PM

I must be dumbed then I thought :).

What/Where is "path/to/var1.php" and "path/to/news/conf_$var1"?

And I was replacing </path to pluhnews.php> with this script. Was that correct?

Sean 12-31-2001 12:31 PM

Oops, that was suppose to be a variable..

Alright..that "path.to/varl" is suppose to be "/path/to/$var1" This is determined by whatever the variable is... HOWEVER, you are not doing the same thing I am doing..let me re-write this for what you want to do.

Give me a few minutes. :)

Sean 12-31-2001 12:34 PM

Code:


<?
require("/path/to/global.php");
require("/path/to/admin/config.php");
//first load global.php & the vB config file

//Use this if you want one variable /?var1=blah
//conf_$var1.php is the different Configuration file for PluhNews...So, if you put this code in file.php,
//and loaded file.php like this: file.php?var1=news, it
//would load the configuration file called: conf_news.php
//(this would have the contents of PluhConfig.pgp in it.

if (isset($var1))  {include("/path/to/news/conf_$var1.php");
}  else  {}


//than include the news.php file

include("/path/to/PluhNews.php");

?>


BTW: You can $var1 to ANYTHING you want.. to load for example, or file, or news, or forums, or absolutly anything, as long as I starts with a letter and doesn't end with a _.. :)

Make sure you change them both if you do.

Sean 12-31-2001 12:39 PM

ALSO. After loading the different config file, you can load PluhHeadlines.php, and it will be different depending on your config file..

include this before or after the news.php include, or just replace it with this:

Code:

include("/path/to/PluhHeadlines.php");
I hope this all works for you.

Kayn 12-31-2001 02:20 PM

Categories...I have a weird way of working the categories when I wrote PluhNews initially.

I left it out though, mostly because it was a quick fix, but here's what I did.

Basically, when you post news, you select a certain icon that would represent the category.

See here: http://pluh.com/forums/newthread.php...read&forumid=1

If you look at the last four icons, they represent the categories: Gaming is the gaming category, Music is the music category, and so forth.

Could you all work with something like that? I did this so I wouldn't have to make any database changes or MAJOR code rewriting. :D

sianews 12-31-2001 02:22 PM

Isn't there a way to assign, say, "fourumid1" = "Category1", and so fouth?

sianews 01-07-2002 03:38 PM

Never did get that to work.

Still looking for a way to call news from multiple forums.

bobbydavro 01-08-2002 04:27 PM

I have installed this along with admins can bump without posting. However when you do bump a post without posting (in your news group) it brings the post to the top in the forum but not on the news page.

Any way to change this?

sianews 01-10-2002 12:48 PM

Quote:

Originally posted by sianews


Still looking for a way to call news from multiple forums.

bump


All times are GMT. The time now is 06:15 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.01418 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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