![]() |
edit
|
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 |
Whatever said, this definately does not work on vb 3.5.4.
Tried it.. Rejected it.. |
anyone know how to make it work for 3.6 or know a similar script?
|
Quote:
|
Nice! Very nice!
|
Anyone get this to work in 3.6 ?
please |
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
|
Hmmmmm how ?
I get a database error ? I wish i could get this to work.... |
no matter
I managed to get this working :) helps if i actualy put it in the root of forum !!! ;) |
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'] ); |
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 |
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:
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. |
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 |
|
Any idea what I'm doing wrong? (bangs head.. knows it must be something simple)
|
can't figure it out either...
|
Quote:
Just tested this and it doesn't work. |
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?
|
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.
|
Thanks for the feedback, Xtrm2Matt. Anyone else?
|
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. |
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??
|
Running fine on 3.6.2
|
Could someone pos the attachment. This is what I am looking for.
|
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? |
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! |
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 |
any help?
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=132996 |
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 |
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. |
The error im getting is this
Code:
There was an error while processing vBExternal: |
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 |
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 |
Quote:
thanks |
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! |
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!
|
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. 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. =) |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|