The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBExternal v1.6 Details »» | |||||||||||||||||||||||||
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
|
Comments |
#262
|
|||
|
|||
Ok.....
I'v got it now to work! WAhoooooo !!:banana: "Banana Dance" This may not be a bit complicated - but someone super smart may know this... How would i make it show the thread itself i.e the text (news story) - and have it truncated (cut off) after 200 words? So we would have: Title Story (only show 200 words) Posted by Can anyone help me out here? Webs |
#263
|
|||
|
|||
I tried using it on my homepage but got the error
Quote:
|
#264
|
|||
|
|||
This works well if the external file - is on the same server as the forum...
What if I wanted to pull the news onto another website - not located on the vb server? i.e i have www.vbinstallion.org/forum/ and I actually want to pull the headlines so they appear on www.news-site.org ? (these forums are examples not my actual fsites) - how does this work with vBExternal? - is it even possible? Webs |
#265
|
||||
|
||||
I've got this to work via many mods and changes posted throughout the 18pages. So good work team! keep it up!
I've got a new sugesstion though. Is is posible to have forum stats? Such as 'total posts, total members, total threads' Maybe in the following format? Quote:
|
#266
|
|||
|
|||
running vb 3.5.4
Installed ok.. following error message: Warning: main(./includes/db_mysql.php): failed to open stream: No such file or directory in C:\xxxxxxxxxxx\forum\vBExternal.php on line 67 Fatal error: main(): Failed opening required './includes/db_mysql.php' (include_path='.;c:\php4\pear') in C:\xxxxxxxxxx\forum\vBExternal.php on line 67 -------------------------------------------------------------------- it seems the file '/includes/db_mysql.php' is not even in the install of vb 3.5.4 , any suggestions? **** Note was informed by Jel this hack needs to be upgraded for use with 3.5.4 |
#267
|
|||
|
|||
Quote:
|
#268
|
|||
|
|||
Quote:
In the download in this thread the vbexternal.php file containes this: ---------------------------------------------------------------------------------------- <?php /*================================================= =====================*\ || ################################################## ################## || || # vBExternal v1.6 By Zero Tolerance [http://gzevolution.net] || || # This file may not be redistributed, copied in whole or part || || # without written permission. || || # Copyright (C) 2005 Inferno Technologies. || || ################################################## ################## || \*================================================ ======================*/ // --------------------------------------------------- // Start Set PHP Environment // --------------------------------------------------- error_reporting(E_ALL & ~E_NOTICE); // --------------------------------------------------- // End Set PHP Environment // --------------------------------------------------- // --------------------------------------------------- // Start Define Important Constants // --------------------------------------------------- define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'vBExternal'); // --------------------------------------------------- // End Define Important Constants // --------------------------------------------------- // --------------------------------------------------- // Start Cache Of Any Needed Templates/Phrase's // --------------------------------------------------- $phrasegroups = array(); $specialtemplates = array( 'options', ); $actiontemplates = array(); $globaltemplates = array(); // --------------------------------------------------- // End Cache Of Any Needed Templates/Phrase's // --------------------------------------------------- // --------------------------------------------------- // Start Call DB & Establish Connection // --------------------------------------------------- if(!file_exists('./includes/config.php')){ echo "includes/config.php does not exist. Cannot continue."; exit; } require('./includes/config.php'); define('TABLE_PREFIX', $tableprefix); define('COOKIE_PREFIX', (empty($cookieprefix)) ? 'bb' : $cookieprefix); define('DEBUG', 0); define('DB_EXPLAIN', false); define('DB_QUERIES', false); require_once('./includes/db_mysql.php'); <----------- there it is... ---------------------------------------------------------------------------------------- So maybe i need another download link? |
#269
|
|||
|
|||
Re-download that I think was 3.0 I just downloaded from this thread and it does not contain that I would try CTRL-F5
|
#270
|
|||
|
|||
Quote:
I did, that was from the link on this page... do you know another link? |
#271
|
|||
|
|||
I just updated my post try it if it doesn't work I'll PM you the code I have.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|