![]() |
[ITech] vBExternal Lite
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:
Installation Information:
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 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 |
awesome...ill check this out and get back once ive tested it out.
|
Looks Good Zero :)
|
so does this able you to put like phrases and stuff in external sites?
|
Thanks a lot. Working good with 3.6.5. This may come in very handy.
|
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? |
Quote:
Quote:
Code:
<?php Acid Burn - Inferno Technologies Developer |
[high]* projectego clicks install :)[/high]
|
i have to upgrade to this version, i'd like to see something else added like 'show polls'
:S thanks |
I am thinking of adding one or two more features into this (so keep an eye out for an update). But we are also going to be releasing a full version which shouldn't cost much that will have many more features available.
Acid Burn - Inferno Technologies Developer |
this sounds great :)
|
hey could someone list the possibilities of using this, or provide a demo link of this in action, or a screen shot ^^ I think i know what i want to use this for, but just not certain. thanks.
|
It is all listed within the first post by be, for the information if you click the link back to the original then you can get the info from there
Acid Burn - Inferno Technologies Developer |
like www.devilsmania.com it takes latest forum threads and some news(dedicated areas)
(still building/editing) |
Is there a way to also include the date of the post that's exported to the news page?
|
Thank you, installed :)
|
Is it easy or fairly easy to get it to look good in the non vb page (like get it to match in with the colours etc.)
and how long away is the pro version, and what features will it have? |
i have one questions
what happnes if i dont have a /forum and for example my forum are at mysite.com/ not mysite.com/forum and i would like to make my custom page have this info how would i edit my config? <?php chdir('../VB'); require_once('vBExternal.php'); ?> |
<?php
require_once('vBExternal.php'); ?> that should do it for you. Acid Burn - Inferno Technologies Developer |
Thanks a lot working
|
Quote:
Acid Burn - Inferno Technologies Developer |
Is there any way to make pictures in the post appear on the website when you use the "Displaying News"?
|
Hi
How would i do this if theres 2 different domains involved.# forum: www.bashys-place.com/forums i would like info to show site: www.bashys-hosting.com Is there out special i need to do for this or some setting i need please? or is it just: Code:
chdir('http://www.bashys-place.com/forums'); |
Question: Are the two domains on the same server and/or same hosting account?
Acid Burn - Inferno Technologies Developer |
Hi m8
There on the same server but different account. |
unfortunatly due to security reasons on yourserver you wouldnt be able to use it cross site due to php security
Acid Burn - Inferno Technologies Developer |
typical lol, ok m8 cheers anyway, all the best :)
|
I currently have an IF command that shows a set of links to admins but not to normal members, but on the same page I want to display the latest news using vbexternal. I am unable to include global.php on the same page as vbexternal.php without it giving me this error;
Fatal error: Cannot redeclare class vbulletinhook in /home2/spacek/public_html/moonwings/includes/class_hook.php on line 29 And there doesn't seem to be a function (that I saw) to show admin/mod/usergroup only content... |
I am getting the same error:
Fatal error: Cannot redeclare class vbulletinhook in /home/user/public_html/forum/vBExternal.php on line 121 Someone else had this problem with 1.6 and said they fixed it by resolving some conflict. What conflict would be causing this? |
Awesome! I used this to make a new homepage for my website, very easy. Are we able to use <if condition="$..."> and stuff like that?
/me clicks install |
Quote:
Quote:
Acid Burn - Inferno Technologies Developer |
Great Hack!
One question: I want to display just a certain number of characters from the post on my news page... how? |
To Inferno Tech,
Installed ;) and could you integrate the Search Form too ? like this one : Code:
<form action="forum/search.php" method="post"> |
I will look at doing this for the pro version or maybe the lite, it depends on a few things.
@Harry 5: within vBExternal.php it is referenced all over in each function. Acid Burn - Inferno Technologies Developer |
Quote:
|
Quote:
|
Thinking about buying pro version, just hope there will be a discount for people who have rpg and shoutbox and for it to be a bargain ^^
however, im having problems using it right now. this is the error that is coming up on my homepage which im trying to put the users online on. Code:
Parse error: syntax error, unexpected '<' in /home/*******/public_html/right.php on line 176 <?php output_UsersOnline(); ?> I have included <?php chdir('./forums'); require_once('./vBExternal.php'); ?> at the top of the php file as well. Any ideas what is wrong? Edit again: i removed the users online, and checked to see if the code at the top was working, it was not, I changed the code at the top of the page to: Code:
<?php then put the code back in for online users to show up, and get this error Code:
Fatal error: Call to undefined function: output_usersonline() in /home/******/public_html/right.php on line 174 Any ideas whats wrong? Edit again: decided to keep trying to modify it, to see if i could get it working, and came up with a different error this time Code:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/***********/public_html/right.php on line 2 Code:
<?php Changed the top to: Code:
<?php Code:
There was an error while processing vBExternal: $template = "http://www.gamerzneeds.net/forums/vBExternal/{$template}"; I then get this error: Code:
There was an error while processing vBExternal: I have tried everything i can think of, will have to put back my old code, until you can help me solve this. Thanks. Final Edit: I finally had the idea to do this and change the code to: Code:
<?php I just now need to work out how to display it, so it looks nicer, more integrated into my homepage, and more like a vbulletin way of displaying it, if anyone could help, id like to display it in my footer here www.gamerzneeds.net I would also like to have the links vbseo links otherwise i will have duplicate content. Thanks. |
Ive also got it working on a different domain, but now ive been trying to get it to use vbseo url's ive included
Code:
## VBSEO SETTINGS ##################################################### I then tried editing the threadid part, and got lost again lol. anyway, i know its simple, and ill most likely get it when im not so tired. I just now need to learn how to make it look good and fit the layout better, because i appear to be hopeless at design. any tips would be appreciated. thanks. |
Great idea. I've been looking for something like this. I'll give it a crack.
|
vBEXternal was never intended to be used with vbSEO but i may and try to add it in for the Pro release, but there are no promises.
Acid Burn - Inferno Technologies Developer |
All times are GMT. The time now is 04:05 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:
|