The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding Articles to a Widget
I would like to create a widget as a navigation menu on my page but cannot find info on the php required to add desired articles to a widget. If someone could point me in the right direction it would be much appreciated.
Cheers. |
#2
|
||||
|
||||
If you just want to list some articles, then just make an html widget and list the that way:
<a href="content.php?r=xxx">Article 1</a> <a href="content.php?r=yyy">Article 2</a> <a href="content.php?r=zzz">Article 3</a> |
Благодарность от: | ||
sLaeYa |
#3
|
|||
|
|||
Quote:
Thanks again. |
#4
|
||||
|
||||
A PHP widget could be written if you need to query the database for what articles to show, but if you know what articles you want to show, why waste resources doing a query? Just write it out as html instead!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|