The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[ITech] vBExternal Lite Details »» | |||||||||||||||||||||||||
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 chdir('../VB'); require_once('vBExternal.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 Show Your Support
|
Благодарность от: | ||
lange |
Comments |
#102
|
|||
|
|||
<sigh>
...bupkis, nothing, nada... I assume this must have something to do with the fact that I am trying to display the information on the same page as the forum -and so you'd be right about it be a linkage (or directory) problem. I also have a main page built in Joomla, and it will display there ok. -of course the head code for that page is: <?php chdir('./forum'); require_once('./vBExternal.php'); ?> because it's a different directory. but I drop in the php output code on that page and it works just fine. but nothin' doin' on http://n81street.com/forum/index.php hrmmm... |
#103
|
|||
|
|||
I'm no master, but I don't think you need the chdir at all if you're including vBExternal.php in the same directory.
|
#104
|
|||
|
|||
Got this working in a nuke module.
in modules/mymodule/index.php PHP Code:
in vBExternal.php change each instance of $db to $vbdb Not sure if this is the right thing to do but it works Anyone know how to list a preview of each tread? |
#105
|
|||
|
|||
Quote:
Congrats on getting it working steveneff, I'm jealous, tried changing the $db to $vbdb and that didnt seem to help either. |
#106
|
|||
|
|||
I've managed to get the post text displayed with the code below but would now like to add the parent forum.
PHP Code:
Anyone done this already? |
#107
|
|||
|
|||
What has to be edited to control the length of the thread title? I dont see an option and I havent seen it pointed out.
Also anyone get this working with VBSEO? |
#108
|
|||
|
|||
Quote:
PHP Code:
|
#109
|
||||
|
||||
I liked this, its really good! And easy to code, thanks ^^
Oh I don't know if anyone else has posted but I added a printable option and to reply to the post. Add reply Code:
<a href='{url}/newreply.php?do=newreply&noquote=1&p={threadid}'> Comments: {comments}</a> Code:
<a href='{url}/printthread.php?t={threadid}' target='_new'> <small>Print Article</small></a> |
#110
|
||||
|
||||
Dude! You just made my year with this hack!
Goodbye vBAdvanced!.... you boxy, boooooring POS! |
#111
|
|||
|
|||
Finally got it to work, thanks mate.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|