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

Closed Thread
 
Thread Tools
[ITech] vBExternal Lite Details »»
[ITech] vBExternal Lite
Version: 1.00, by Inferno Tech Inferno Tech is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 05-15-2007 Last Update: Never Installs: 141
Additional Files  
No support by the author.

PLEASE REFER TO THE FOLLOWING THREAD FOR HELP/SUPPORT: https://vborg.vbsupport.ru/showthread.php?t=166791

----------------------------------
[ITech] vBExternal Lite
Created By Inferno Technologies (http://www.infernotechnologies.net)
Copyright 2004-2007
All rights reserved
Project Development Team: Zero Tolerance, Acid Burn
Project Lead: Iain "Decado" Kidd
----------------------------------

Ported from vBExternal 1.6 created by Zero Tolerance to work with vBulletin 3.6.x

Features:
  • Easy integration with your existing php scripts
  • No coding experiance needed to make it work
  • Full parsing for bbtags and emoticons/smilies + auto URL correction (no red-x's)
  • Lets you put forum information on your homepage/webpage
  • Users online
  • Latest Threads w/preview
  • More Information *Here*

Installation Information:
  • Template modifications: 0
  • Database changes: 0
  • Files added: 5
  • Files modified: 1 (website page)
  • Installation difficulty: 2/5
Installation Instructions:
1) Unzip the folder and upload the contents of UPLOAD into your root directory
2) Read Useage instructions.txt and then you are done

Version History:
None so far.

Frequently Asked Questions:
Q: So does this able you to put like phrases and stuff in external sites?
A: At the moment it allows you to Display Newest Members, Top Posters, Newest Threads, Newest Replies, News and Users Online onto a page outside of your vbulletin directory.

Q: I have a problem. My page is located at root/cms and my forum at root/forum. It's isn't possible for me to locate the forum in a subfolder of /cms.
Is there any solution for this problem?

A:Yes there is a solution try this piece of code instead of the one that the instructions says to use:
Code:
<?php
chdir('../VB');
require_once('vBExternal.php');
?>
Q: How would i do this if theres 2 different domains involved
A: If the two domains are on both the same server and the same domain account then call you need to do is chdir out of your current account folder (www/public_html/testsite/) to the other domain folder (www/public_html/site2/)

Screenshot:
https://vborg.vbsupport.ru/attachmen...4&d=1118677511
(Thanks to C.Birch)


Acid Burn - Inferno Technologies Developer

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
lange

Comments
  #122  
Old 01-09-2008, 03:06 PM
Pacman15 Pacman15 is offline
 
Join Date: Aug 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, I have a problem. I want to show 2 news(Threads) and then the next 5 headlines from the same forum. How can I do that so that the first 2 threads don't show up on the list?? Thank You.
  #123  
Old 01-10-2008, 03:31 AM
pewp pewp is offline
 
Join Date: Aug 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone know how to get itemstats

http://forums.eqdkp.com/index.php?showtopic=7221

to work with this?
  #124  
Old 01-14-2008, 04:19 AM
Jack Jones Jack Jones is offline
 
Join Date: Dec 2004
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help with this prob ... ?

It's working I guess, but stalls. I have it implemented on a CMS page, that uses the same db, but with a different prefix. My cms uses pro_ and vBExternal wants vb_ obviously.

The result is the following being displayed where is should be displaying data:

Quote:
an error occured when executing the following SQL functions:

select username,posts,userid from pro_vb_user order by joindate desc limit 0,5
Error: Table 'localspace.pro_vb_user' doesn't exist
Any advice greatly appreciated.
  #125  
Old 01-14-2008, 10:45 AM
marquisite marquisite is offline
 
Join Date: Dec 2006
Location: Australia
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod.

Will future lite versions of vBExternal include a feature to list the username that the person is currently logged into, or if not, the word 'Guest' ?

E.g. use $vbulletin->userinfo['username']

Previously I had a thing where it would say either 'Welcome, Guest | Register' or 'Welcome, {loggedinuser} | Logout'
  #126  
Old 01-15-2008, 06:36 AM
Shanj Shanj is offline
 
Join Date: Oct 2006
Location: Wales UK
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All I want [ ] is to display who's online - the names as links - so the last one on this mod's list of options.
But I want to put it in a side column box on vb itself.
I have Ultimate Side Columns installed, and its stuff is at the end of the navbar template. I then have a nice little interface in VB adminCP Options to edit the side menu boxes.

I put

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

into headinclude - wiith XXX as my vb dir

and put

<tr><td>
<?php
output_UsersOnline();
?>
</td></tr>

in my side column in its own row

My html all shows saying WHO'S ONLINE
but nothing shows under it where the code is

tried using gloabal start hook

Plugin Manager -> Add Plugin -> global_start
then put this code in the text:

require_once('./vBExternal.php');

anyone know how to make this work on all vb pages?
or is there another mod?
  #127  
Old 01-23-2008, 07:35 PM
kevinpowertv kevinpowertv is offline
 
Join Date: Jan 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to add attachments to this? I want to attach an image to a post and have it show up externally on my PHP website. Thanks!
  #128  
Old 01-24-2008, 03:46 PM
andy91287 andy91287 is offline
 
Join Date: Jul 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to display CERTAIN posts from a forum (like adding a category/new post field)? This is probably a completely different thing all together. I maybe should ask somewhere instead of bothering you.
  #129  
Old 01-24-2008, 08:28 PM
devilsmania devilsmania is offline
 
Join Date: Nov 2001
Location: Rome, Italy
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello there

i have a problem with Internet Explorer (6 and 7)

as you can see at http://www.devilsmania.com/ i am using 2 New Threads, 1 for english 1 for italian, the problem is that if i open the site with FIREFOX the 2 things are showing, BUT if i open it with IE (still used by most of people) only the first one is shown

how can i fix this problem on IE ? why doesnt he like 2 'output_NewestReplies'
  #130  
Old 01-24-2008, 08:57 PM
devilsmania devilsmania is offline
 
Join Date: Nov 2001
Location: Rome, Italy
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by devilsmania View Post
Hello there

i have a problem with Internet Explorer (6 and 7)

as you can see at http://www.devilsmania.com/ i am using 2 New Threads, 1 for english 1 for italian, the problem is that if i open the site with FIREFOX the 2 things are showing, BUT if i open it with IE (still used by most of people) only the first one is shown

how can i fix this problem on IE ? why doesnt he like 2 'output_NewestReplies'


ignore this fixed, following some infos :
https://vborg.vbsupport.ru/showthread.php?t=164003
  #131  
Old 01-24-2008, 09:48 PM
Lombardo Lombardo is offline
 
Join Date: Dec 2007
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you need to have External v1.6 to use this?
Closed Thread


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 06:00 PM.


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.06012 seconds
  • Memory Usage 2,317KB
  • 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
  • (1)bbcode_code
  • (2)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
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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