Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBExternal v1.6 Details »»
vBExternal v1.6
Version: 1.00, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 1 Rating:
Released: 06-12-2005 Last Update: Never Installs: 213
 
No support by the author.

Well, this doesn't modify any php, nor use a plugin, so i wasn't sure exactly where to stick it

Anyhow, this is a port of the vBExternal for vb 3.0.7, so look at this thread for more information: https://vborg.vbsupport.ru/showthrea...threadid=81943

Enjoy

- Zero Tolerance

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #392  
Old 12-06-2006, 12:49 AM
Frugal Frugal is offline
 
Join Date: Nov 2001
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #393  
Old 12-10-2006, 02:43 AM
Atsuko Atsuko is offline
 
Join Date: Jan 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #394  
Old 01-02-2007, 10:08 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #395  
Old 01-05-2007, 03:33 PM
kungfumaster kungfumaster is offline
 
Join Date: Jan 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #396  
Old 01-23-2007, 12:57 AM
seidel seidel is offline
 
Join Date: May 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #397  
Old 01-23-2007, 02:43 AM
seidel seidel is offline
 
Join Date: May 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mhamdi View Post
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
Reply With Quote
  #398  
Old 01-23-2007, 02:57 AM
seidel seidel is offline
 
Join Date: May 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #399  
Old 01-26-2007, 02:44 PM
clr_75 clr_75 is offline
 
Join Date: Oct 2006
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #400  
Old 02-18-2007, 02:27 AM
Mysticales's Avatar
Mysticales Mysticales is offline
 
Join Date: Oct 2005
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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. =)
Reply With Quote
  #401  
Old 02-20-2007, 05:30 PM
upnorth upnorth is offline
 
Join Date: Jul 2003
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05015 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete