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)

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 10:11 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.02255 seconds
  • Memory Usage 1,745KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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