The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Additional Column in threadlist?
Hello,
I need some help :erm: I have to display a map and some icons in the threadlist, like here: http://www.campingforen.de/foren/cam...ichte-defahne/ I can program php and changed the script(s) so what I need is in the template-variable "$thread['zusicons']". I know how to give it out on the screen {vb:raw thread.zusicons} but I have no idea how to build this in the threadlist, because its no longer table-designed and I have no knowledge in css. Can someone please help me out of this. Many thanks in advance, Bernd |
#2
|
||||
|
||||
Here are the basics of what you need to do. You're gonna have to read up on CSS if you want to get this looking how you want.
Find: HTML Code:
<!-- status icon block --> <a class="threadstatus" rel="vB::AJAX" title=" <vb:if condition="$show['threadcount']"> {vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}} </vb:if> "></a> HTML Code:
<div class="zusicons"> {vb:raw thread.zusicons} </div> |
#3
|
|||
|
|||
Hi Lynne,
thank you very much. I just tried a little and now it looks like I want it to. Big virtual hugs Bernd |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|