The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
query with left join and grouping.
I have two tables, "custom_droplinks_cat" and "custom_droplinks".
Below is the tables' layout. I hope it is easy to understand. Code:
---------------------------------------- | Table: custom_droplinks_cat ---------------------------------------- | catid: 1 | title: Test Category 1 ---------------------------------------- | catid: 2 | title: Test Category 2 ---------------------------------------- ---------------------------------------- | Table: custom_droplinks ---------------------------------------- | linkid: 1 | title: Test Link 1 | catid: 1 ---------------------------------------- | linkid: 2 | title: Test Link 2 | catid: 1 ---------------------------------------- | linkid: 3 | title: Test Link 4 | catid: 2 ---------------------------------------- | linkid: 4 | title: Test Link 4 | catid: 2 ---------------------------------------- I don't want to ask more than I need to so I'll just ask "How do I make "Test Category" bold then place "Test Link" immediately after followed by a break (br />)? PHP Code:
I want the result to be Code:
Test Category 1 Test Link 1 Test Link 2 Test Category 2 Test Link 3 Test Link 4 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|