The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
If I wanted to style ALT text
Which template or whatever its called, spews out the ALT text for a thread?
We wish to add a tooltip jquery class to the alt text, so want to wrap the alt text with a class. Can anyone help please, have asked once on here and once on vb.com. Not a single reply. See image below |
#2
|
||||
|
||||
In vB3....
vB uses the title attribute on the <td> for eg: HTML Code:
<td class="alt1" id="td_threadtitle_316" title="Hello, I'm very happy finding this great script. As I use Polish and want to translate site to Polish (but language doesn't actually matter) - I'd..."> <a rel="vB::AJAX"></a> <div> <a href="showthread.php?t=316" id="thread_title_316">translating DNP</a> </div> <div class="smallfont"> <span style="cursor:pointer" onclick="window.open('member.php?u=401', '_self')">asceta</span> </div> </td> And in that template, you're looking for: HTML Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
|
#3
|
||||
|
||||
Cheers Eric.
Will give it a whirl :up: --------------- Added [DATE]1269615586[/DATE] at [TIME]1269615586[/TIME] --------------- Bugger just realised I posted this in VB3 discussions. I am on vb4 lol The code I think is replacement update in vb4 from vb3 is: Code:
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|