vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Integrate PHPNuke with vBulletin (https://vborg.vbsupport.ru/showthread.php?t=2644)

08-23-2000 08:29 PM

i think they mean the comments go through vbulletin as threads if i am correct ?

08-23-2000 08:33 PM

not necessairly but possible. more important is tying in the user table. can the vb db and the nuke db be merged. none of the tables have the same name. etc...

h

08-23-2000 08:51 PM

Yes what i would like to see is the members be able to login with their username and password from VB so that way they would not have to have different usernames and passwords.

08-24-2000 08:13 AM

PHP-nuke is pretty good (patched up version of That-ware)

yet I always had problems with the header (the whole styles thing is buggy)

The best thing is still to make your own backend ;)

08-24-2000 09:22 AM

Just so you know, I've been running a modified PHPSlash integrated into Vbulletin (sorta -- it works for the most part) over at http://www.highervoltage.net/

Whenever a new article is create, an associated thread is created in my news forum, so when someone clicks on an article page, they can go directly to the thread for that particular article and start making comments.

--red

08-24-2000 09:31 AM

i am not sure what all these php news scripts can do, but is it possible to have a php news script posting news across several domain sites on the same server ? and different servers ?

the reason i ask is my vb is the forum for several of my domain sites related to anime. it would be nice to define categories (site domains) to post news... is that possible...?

i have 10 sites excluding the forum and another 8 in the works...

08-24-2000 09:40 AM

Since the data is stored from within a mysql database, it'd be easy to have different sites pull the data from the database.

Different servers -- yes.. but you'd have to consider the performance aspect.

--red

08-24-2000 09:47 AM

bascily you just install vbulletin in the same folder as php nuke
then in the following files:
index.php
search.php
forumdisplay.php
and so on...
just don't put it in newthreads.php and newreply.php,because those files seem to allready contain header information.
put
if(!isset($mainfile)) { include("mainfile.php3"); }
include("config.php3");
include("header.php3");

below the first line,then put
include("footer.php3"); just before the last line

that's just doing it quickly....
if anyone else takes the time to put it in all vbulletin pages without errors please post here :)

08-25-2000 06:13 PM

Is there a windows version available? I searched the site, and could not find one. I'm uploading via a computer that has win 98 to a cobalt raq3 server. Or are there any other programs like this one, that don't require a linux OS?

Thanks in advance

[Edited by steven on 08-25-2000 at 03:16 PM]

08-26-2000 03:52 PM

well php-nuke hasn't been tested on windows yet I think.But since it requires PHP and mySQL it should probably work.


All times are GMT. The time now is 06:00 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.01477 seconds
  • Memory Usage 1,728KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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