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 |
#322
|
|||
|
|||
Ok, i where able to make it work, however, the problem is pretty strange.
Whenever I try to use the script from withing a PHP function it fails.... example. Code:
test(); function test() { chdir('../forum'); require_once('./vBExternal.php'); output_News(3,51); output_NewestThreads(5,''); chdir('../pages'); } Fatal error: Call to a member function query() on a non-object in F:\Webz Inicom\Web iniCom\forum\vBExternal.php on line 392 if i run it from a non function, ie on a root of a file it just work fine anyone can explain why or if there is any workaround? |
#323
|
|||
|
|||
I dont think its designed to work within other php code
|
#324
|
|||
|
|||
Temp Fix for using with vb 3.6 beta1
In vBExternal.php Find: require_once('./includes/class_bbcode.php'); Replace with: require_once('./includes/class_bbcode2.php'); Next you need to get the file class_bbcode.php from the vb3.5.4 and rename it class_bbcode2.php and then upload to includes folder. Basicy it just makes this hack read the old bbcode file so that it works. |
#325
|
|||
|
|||
If on 3.5.4 you get a database error that gives you no idea what the problem is check this
Search for: PHP Code:
PHP Code:
|
#326
|
|||
|
|||
I recently made a modification so you can run multiple forums off of one user table. I have now modified the code for vBExternal so that I can have a site that shows recent posts from each site. You can check it out here. The site is still kind of rough and I am still working on getting everything the way I want it but you get the idea.
|
#327
|
|||
|
|||
Is there any chance for news grabbing attachments and having them at the end?
|
#328
|
||||
|
||||
can you tell me how to show how many members AND guests there are only. So far i have got the members online working but it would also be nice to show the number of guests.
something like : Users online: 5 Members: James, Bob Guests: 3 |
#329
|
|||
|
|||
I made a file called portal.php in my public_html folder which I'm gonna use to set it up and then put it as my main page. I did everything it said on installation instructions and I copied all of the usage instructions codes onto the page with lots of gaps between them
I must have done something wrong, because I get this message when I go on www.lolage.co.uk/portal.php: Database error The database has encountered a problem. -------------------------------------------------------------------------------- Please try the following: Load the page again by clicking the Refresh button in your web browser. Open the www.lolage.co.uk home page, then try to open another page. Click the Back button to try another link. The www.lolage.co.uk forum technical staff have been notified of the error, though you may contact them if the problem persists. We apologise for any inconvenience. I have no clue about php, so could someone help me? Thanks |
#330
|
||||
|
||||
I was wondering if anyone has been successful in pulling information from MORE THAN ONE forum when using the News include. The instructions state:
Code:
################################################### # Displaying News <?php output_News(5,4); ?> # Change '5' to the amount you want to show # Change '4' to the forum id you want to pull # news from (must be set - only 1 forum id allowed) ################################################### |
#331
|
|||
|
|||
Quote:
Thanks a lot! that solved my database error :banana: |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|