The Arcive of vBulletin Modifications Site. |
|
|
#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 | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|