The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
X Amount of Columns per Row
Hi all,
I've ran into a bit of a showstopper here, I've looked through the code over and over again and it seems legit (for my beginner standards ). What it is essentially trying to do is list 6 thumbnails 2 per row, i.e.: image1 image2 image3 image4 image5 image6 Plugin Code: PHP Code:
HTML Code:
<a href="$threadurl"><img src="$imageurl" border=0></a> Many thanks in advance for any help you can provide. Cheers |
#2
|
|||
|
|||
Still seeking assistance with this issue Thank you to anyone who can be of help...
|
#3
|
|||
|
|||
Try:
PHP Code:
|
#4
|
|||
|
|||
Thank you Opserty, I really appreciate. I guess I don't understand why it's not outputting the echo statements as I'm still getting just the template output (i.e. <a href...<img src...). My code has been updated to this:
PHP Code:
Cheers |
#5
|
|||
|
|||
Change every echo to $highlights .= (don't forget the period before the equals sign!)
|
#6
|
|||
|
|||
Thank you again Opserty it's outputting now. Just need to figure out how to get it 2 per line instead of only 1. Currently doing <tr>record1</tr> instead of <tr>record1record2</tr>.
|
#7
|
|||
|
|||
Hmmm I'm probably missing something somewhere but I cannot see it. Don't forget your table cell tags (in your template).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|