The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm beginning to get a little confused by something. Maybe my query needs to be changed for this.
In a nutshell, what is the difference between : PHP Code:
or PHP Code:
when compared to: PHP Code:
The problem is $taglist=""; in the template isn't calling the loop -- only the first result of the loop, while echo=""; calls everything in the loop fine and as it should. I need the looped results to display in the template using $taglist - but apparently I'm doing something wrong here. PS. Moved and erased this from another thread - was off-topic to that particular thread. |
#2
|
||||
|
||||
![]() PHP Code:
|
#3
|
|||
|
|||
![]()
Use this to output via templates
PHP Code:
|
#4
|
|||
|
|||
![]() PHP Code:
![]() Pretty much the reason was like NTLDR had stated, the concatenation is what adds the new info to the variable each time the loop passes. Once you add the concatenation to the variable there'll be no difference btw the three examples in general. Just using the variable allows placement in the template whether then echo'ing data before the tempate is output. Cheers, g-force2k2 |
#5
|
||||
|
||||
![]()
You guys are wonderful.
![]() Thank you all! ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|