vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBExternal v1.6 (https://vborg.vbsupport.ru/showthread.php?t=83005)

blankoboy 08-02-2006 08:04 AM

edit

Xoxideforums 08-04-2006 01:29 PM

I'm using vBExternal and I've finally got it to the point in which it will pull the data into vbDrupal. When I'm in preview mode it displays the page perfectly. But when I go to submit the page looses the enitire formating.

While viewing source I have noticed it is not pulling the proper header.
It is leaving out my custom theme's CSS file but it is picking up the misc/drupal.css. My logic told me, since i'm using only 1 theme is to copy all my bluemarine CSS into the misc/drupal.css file. This did not work.

So i checked to see that the divs are being labeled with the proper id and class titles. They are.

Here's my setup:
vB 3.5.4
PHP 5
MySQL v??
vbDrupal 4.6.8
vBExternal 1.6

I would give you the link to the page in question but it is a company site and only the employees can view our forum. Any help would be great. Thank You!

Since you can't login, I am willing to supply you with any HTML or CSS markup if you feel that would help. Thanks

Marsupilami 08-05-2006 09:37 PM

Whatever said, this definately does not work on vb 3.5.4.

Tried it.. Rejected it..

Porky 08-06-2006 01:53 AM

anyone know how to make it work for 3.6 or know a similar script?

Tannerman 08-08-2006 01:22 PM

Quote:

Originally Posted by Marsupilami
Whatever said, this definately does not work on vb 3.5.4.

Tried it.. Rejected it..

Other installations differ with that opinion, but with the lack of support for this hack, I don't blame you for giving up.

Eagle Creek 08-09-2006 03:03 PM

Nice! Very nice!

wezoo 08-15-2006 05:35 AM

Anyone get this to work in 3.6 ?
please

irishblacknight 08-15-2006 05:48 AM

We have it working on one of our sites without having to make any extra changes after the upgrade to the latest version of vbulletin

wezoo 08-15-2006 11:14 AM

Hmmmmm how ?
I get a database error ?

I wish i could get this to work....

wezoo 08-15-2006 03:36 PM

no matter
I managed to get this working :)

helps if i actualy put it in the root of forum !!! ;)

workRelated 08-17-2006 04:21 PM

Had problems with this hack for 3.6

the problem was with $db->connect the variables are out of order.
the replace the $db-connect with the following:

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['usepconnect'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['usepconnect'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['Mysqli']['ini_file']
);

DarioVinci 08-17-2006 11:20 PM

hi, everybody....this add-on is fantastic..i'm running it on a 3.5 version of vbulletin...can u tell me how can i show the number of the registered users?
ty very much
bye

Aunt Clara 09-01-2006 03:42 AM

Alright, I've read almost the whole thread and didn't find an answer to what I need: If I want to install this in forumdisplay (using the left-side bar)

Where do I add this:
PHP Code:

<?php
chdir
('./forums');
require_once(
'./vBExternal.php');
?>

Header or Forumdisplay template?

And second, since it is on the same folder as the page where I'll add it, what should I change the path to (chdir('./forums'); to what?)?

Thanks a lot.

lmongello 09-05-2006 06:34 PM

Trying to run this on 3.6 and get either database error, or if I make values " '/forums and/vBexternal', I get

Warning: chdir(): No such file or directory (errno 2) in /home/virtual/site1/fst/var/www/html/2.php on line 2

Warning: main(/vBExternal.php): failed to open stream: No such file or directory in /home/virtual/site1/fst/var/www/html/2.php on line 3

Fatal error: main(): Failed opening required '/vBExternal.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/2.php on line 3

Xtrm2Matt 09-05-2006 06:50 PM

Hi,

Running fine on my 3.6.0 as seen here; www.OpticalGaming.com

Regards,

Matt

lmongello 09-05-2006 06:54 PM

Any idea what I'm doing wrong? (bangs head.. knows it must be something simple)

azn_romeo_4u 09-22-2006 05:20 AM

can't figure it out either...

azn_romeo_4u 09-22-2006 06:42 AM

Quote:

Originally Posted by jugo
Change this line:

PHP Code:

        if($Forums){
        
$SQL " where forumid in({$Forums})";
        } 


To this:

PHP Code:

        if($Forums){
        
$SQL " where forumid NOT in({$Forums})";
        } 



Just tested this and it doesn't work.

Tannerman 10-03-2006 04:43 PM

For those of you who have had this hack working on 3.5 and then upgraded to 3.6, how did the transition go? Did you need to change anything in your configuration?

Xtrm2Matt 10-03-2006 05:20 PM

I've been running the same version since early 3.5.0. I've had no problems all through the 3.5.x series, and currently no problems on 3.6.1.

Tannerman 10-03-2006 05:21 PM

Thanks for the feedback, Xtrm2Matt. Anyone else?

SupremeWeapon 10-09-2006 05:40 PM

erm yea.

this needs revamped.

Database errors.
set to only be able to read newb directory structures
not coded to work with mysql over 3.23
coding errors in the php file.

Clicking uninstall untill the author fixes this.

lother 10-10-2006 05:16 PM

Just a small question, is it possible to reverse the newest member list so the newest members are down the list and the oldest are on top??

JamesX4334 11-03-2006 10:40 AM

Running fine on 3.6.2

ben07 11-10-2006 08:01 AM

Could someone pos the attachment. This is what I am looking for.

Milez 11-17-2006 11:34 AM

NeilFawcett: a couple pages back you mention a copy of vbexternal that parses more code and adds a cool [more] tag. I would love to check that out. Could I take a look?

Does anyone know how to make Vbexternal parse IMG tags properly?

mhamdi 11-23-2006 01:06 AM

Running fine in 3.6.3.
Just replaced:

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['MasterServer']['usepconnect'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['SlaveServer']['usepconnect'],
$config['Mysqli']['ini_file']
);

with

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['usepconnect'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['usepconnect'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['Mysqli']['ini_file']
);

Thanks WorkRelated!

Akronica 11-28-2006 04:05 PM

I am trying to use both vbExternal and UserLogin on non vb pages in the same test.php page.

Both work great separately but when I inlude the following in the test.php page for both then I get an error

<?php
require_once('./vBExternal.php'); // needed by vbExternal
require_once('./global.php'); // needed by logon
?>

error I get
Fatal error: Cannot redeclare class vbulletinhook in /homepages/39/d101533575/htdocs/QDeals/forum/includes/init.php on line 312

can soome help

thanks a lot

Akronica 11-30-2006 04:27 PM

any help?

mathias 12-04-2006 06:26 AM

Quote:

Originally Posted by Akronica (Post 1128803)
any help?

have a look here

https://vborg.vbsupport.ru/showthread.php?t=132996

Frugal 12-06-2006 12:49 AM

Well people have been asking this question for the last 18 months with no replies so I doubt I'll fare any better but hey, it's worth a go :)

Does anyone know how to modify this so that it will display the number of logged in users and the number of guests in the output_UsersOnline().

Cheers

Frugal

Atsuko 12-10-2006 02:43 AM

Hello!

My vBlluetin site is ABC.com, and the site which I want to show the infomation of this mods in ABC.org.

Both site using same server.

Can I use this module?
If so, please advice where I should rewrite.

Thank you.

Hornstar 01-02-2007 10:08 PM

The error im getting is this

Code:

There was an error while processing vBExternal:
System was unable to find the template 'vBExternal/newest_threads.html'

anyone else had this problem, and know a fix for it?

kungfumaster 01-05-2007 03:33 PM

Gto this working in 5 mins, follow instructions in USAGE file then amend the DB details (as mhamdi said) in the VBExternal.php.

I'm running a clean install of 3.6.4

seidel 01-23-2007 12:57 AM

Hi! vbexternal says this error:

Warning: main(./includes/db_mysql.php): failed to open stream: No such file or directory vBExternal.php on line 67

Fatal error: main(): Failed opening required './includes/db_mysql.php'

Whats wrong?

thanks!

I use 3.6.4

seidel 01-23-2007 02:43 AM

Quote:

Originally Posted by mhamdi (Post 1123364)
Running fine in 3.6.3.
Just replaced:

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['MasterServer']['usepconnect'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['SlaveServer']['usepconnect'],
$config['Mysqli']['ini_file']
);

with

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['usepconnect'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['usepconnect'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['Mysqli']['ini_file']
);

Thanks WorkRelated!

In what files modified this?

thanks

seidel 01-23-2007 02:57 AM

My problem was fixed using 2 important items:

1) Download this version https://vborg.vbsupport.ru/attachmen...chmentid=27032

The others versions does not work in 3.6.4

2) Use fix from WorkRelated


Regards!

clr_75 01-26-2007 02:44 PM

Is vbExternal.php available anywhere to include the HTML Markup tags for like the Admins, Super Mods, and Mods? Or does anyone the select statement to do this??? Thanks!

Mysticales 02-18-2007 02:27 AM

Hey cool! FYI, I just spent the past hour trying to get this and the Deluxe (Or Simple) external login support working together.
https://vborg.vbsupport.ru/showthread.php?t=108026

Well it was said that the login access and the vbexternal would not work together and that no luck figuring it out.
https://vborg.vbsupport.ru/showpost....8&postcount=11

Well.. I just did. Least i dont know if its been posted or not. This is tested on the 3.5.x forums. However, I would believe it should work on 3.6 as well since its including the main files that 3.6 uses.

The modification is this.
Code:

In the vBExternal.php file.

Find:

// ---------------------------------------------------
// Start Set PHP Environment
// ---------------------------------------------------

Then scroll down and find:

// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------

Highlight everything you just found and the inbetween and delete it.

Your file should start now with just:

        // ---------------------------------------------------
        // Start Globalized Function - LoadTemplate
        // ---------------------------------------------------

(Then the rest of its code below)

What you just did was get rid of the conflict between the login from the user access login and the standalone vbexternal. Now these will work together 100% and "should" be 3.6 safe.

The proof and demo is http://forums.qj.net/portal/

Im still working on alot more atm on that page.. but you can see that its working. Someone tell me if this makes sense the fix or if it works on 3.6 or if I need to explain more. =)

upnorth 02-20-2007 05:30 PM

I have this running on 3.6.4 but have one question.

I have a forum that all threads are moderated. I'm using vBExternal to show the posts on my home page. Problem is, is that when someone posts to this forum, vBExternal currently shows the thread even though the moderator hasn't approved it yet? How can I get the display of this thread to only occur after the threads have been approved?


All times are GMT. The time now is 08:58 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.01648 seconds
  • Memory Usage 1,830KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (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
  • (40)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