The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Access Nested Arrays in Templates
Hello,
I am working on a way to display the complete Forum heirarchy in the search results and have it mostly working (vb3.0.8). My last problem is that my data is in an array and I need to index it via another array (in a template): PHP Code:
I'll post the code as soon as I have something working! Cheers, Ryan |
#2
|
||||
|
||||
You should avoid nested arrays in Templates.
However, if it absolutely necessary: Code:
<td>{$forum_links["$thread[forumid]"]}</td> |
#3
|
|||
|
|||
Perfect. Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|