The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi all, I have the following:
PHP Code:
PHP Code:
PHP Code:
But to make it properly I have to type: Nothing, TownName1, TownName2, TownName3.. how to make it plus 1 before it goes to the while or something? thank you! |
#2
|
||||
|
||||
![]() Code:
$towns = explode(",", $vbulletin->options['towns']); foreach ($towns as $town) { // do something with $town. } |
#3
|
|||
|
|||
![]()
thanks Analogpoint I'll try that!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|