The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I did some tinkering with my script and ended up removing a couple of lines that were not needed and it's all fixed now.
|
#12
|
|||
|
|||
I'm trying to do this EXACT thing.
I've messed with vbadvanced and don't like how it takes over the entire page. All I want is ti pull news articles posted to a certain forum and have it displayed on a custom built page. Bradly, can you provide the code you are using to accomplish this? |
#13
|
|||
|
|||
Quote:
|
#14
|
|||
|
|||
Bradley, are you calling for this information in a template? If so, what does your template code look like for the section related to pulling the post info?
--------------- Added [DATE]1198357665[/DATE] at [TIME]1198357665[/TIME] --------------- EDIT: nevermind, I see why your vbexternal is longer than the default. You are calling for multiple news postings. Also, you mentioned you edited some lines of the code that wern't needed. What did you take out that solved the problem you were having? |
#15
|
|||
|
|||
Well I can't remember exactly...I remember having to put a // infront of a line of code to deactivate it. Read through the vBExternal 1.6 Lite thread, it's somewhere in there.
And yes I am pulling like three or four different feeds so I had to copy the code for different templates. |
#16
|
|||
|
|||
Alright, I've gotten everything uploaded and installed. But when I add output_NewestReplies(5,"1,2,3"); to the PHP file nothing is displayed when I load it up in IE.
PHP Code:
$news ?? |
#17
|
|||
|
|||
well you don't need this line
Code:
eval('print_output("' . fetch_template('Index') . '");'); sample Code:
<?php output_News(100,56); ?> in my case . Code:
http://www.grandtheftcentral.com/forum/forumdisplay.php?f=56 also remember to include Code:
<?php chdir('./forum'); require_once('./vBExternal.php'); ?> and did you upload the relative files to your forum folder? vBExternal.php > forum main folder vBExternal folder > forum main folder let me know if this helps. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|