The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
I dont understand how to achieve this...
Hi,
I have a db table called "links". There are three different columns in there (l_id, l_name, l_url). I also have another table called "sublinks" with the columns: s_id, s_name, s_url, s_head. I want the values from these tables to show up like this: HTML Code:
<table> <tr> <td>Head links</td><td>Sublinks</td> </tr> <tr> <td>headlink#1 (l_name)</td>sublink#1, sublink#2 (s_name with the s_head value of l_name)</td> </tr> <tr> <td>headlink#2 (l_name)</td>sublink#3, sublink#4 (s_name with the s_head value of l_name)</td> </tr> etc... </table> Thanks in advance Niklas |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|