The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple Concantation Question
Why won't this work?
Code:
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=" & $data[userid]>$banusername</a></span></td> |
#2
|
|||
|
|||
You don't need to concatenate anything.
HTML Code:
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=$data[userid]>$banusername</a></span></td> |
#3
|
|||
|
|||
Oh okay thank you!
|
#4
|
|||
|
|||
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=$data[userid]">$banusername</a></span></td>
I forgot a closing quote. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|