The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Combining several <? Include "link" ?> statements?
Ok I have several instanced os PSNews installed on my site due to the fact it is a very simple program that takes up roughly less then a MB per instance and as you see we have 6 instances on our site. We will probably upgrade to a better news script when we upgrade hosting next year.
As it is say I post something in Post 2-1 and the go to post something on Post5, well the post from 2-1 is still at the top of the list even though Post5 has the newer article. HTML Code:
<? include "http://www.xtremepain.net/news/post2-1/Data/topheadlines.txt" ?> <? include "http://www.xtremepain.net/news/post2-2/Data/topheadlines.txt" ?> <? include "http://www.xtremepain.net/news/post2-3/Data/topheadlines.txt" ?> <? include "http://www.xtremepain.net/post3/Data/topheadlines.txt" ?> <? include "http://www.xtremepain.net/post4/Data/topheadlines.txt" ?> <? include "http://www.xtremepain.net/post5/Data/topheadlines.txt" ?> I was thinking of something along the lines of: HTML Code:
<? include="<if condition=http://www.xtremepain.net/post4/Data/topheadlines.txt" AND "http://www.xtremepain.net/post4/Data/topheadlines.txt">
This is a major necessity to my site! Thank you so much to anyone that can help me ! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|