The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
|||
|
|||
If this was clarfied before I missed it as well, but i needed a way to change the color of the mouse over. For example I have the Power blue skin instaled as my default. The mouseover did not show up because Alt1 and Alt2 were the same.
I went through and changed Alt 2(in red) PHP Code:
|
#33
|
|||
|
|||
for some reason that mouseover effect does not work with the bo20 skin thats in this site. It only works for the default skin?
|
#34
|
||||
|
||||
did you make the appropriate changes in the bo20 skin's templates?
|
#35
|
||||
|
||||
Great, it also works for 3.0.x
Do you also have a way for recent threads (vBadvanced)? Code:
<if condition="$mods['modcol'] == 1"> <tr> <if condition="$mod_options['portal_threads_showicon']"> <td class="alt2"><if condition="$show['threadicon']"><img alt="" border="0" src="$thread[threadiconpath]" title="$thread[threadicontitle]" /></if></td> </if> <td class="alt1"> <if condition="$thread['subscribed']"> <span style="float:$stylevar[right]"><img alt="" class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" title="$vbphrase[you_are_subscribed_to_this_thread]" /></span> </if> <b><span style="font-size:11px"><a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]">$thread[title]</a></span></b> <if condition="$thread['rating']"> <span style="float:$stylevar[right]"><img alt="" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" title="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span> </if> <div class="smallfont"><span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span> </div> <if condition="$mod_options['portal_threads_showdate']"><div class="smallfont">$thread[postdate] $thread[posttime]</div></if> </td> <if condition="$show['lastpost']"> <td class="alt2"> <div class="smallfont" style="text-align:right; white-space:nowrap">$thread[lastpostdate] <span class="time">$thread[lastposttime]</span><br /><phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]"><img alt="" border="0" src="$stylevar[imgdir_button]/lastpost.gif" title="$vbphrase[go_to_last_post]" /></a></div> </td> </if> <td align="center" class="<if condition="$show['lastpost']">alt1<else />alt2</if>"><span class="smallfont">$thread[replycount]</span></td> <td align="center" class="<if condition="$show['lastpost']">alt2<else />alt1</if>"><span class="smallfont">$thread[views]</span></td> <if condition="$mod_options['portal_threads_showforum']"> <td class="<if condition="$show['lastpost']">alt1<else />alt2</if>"><span class="smallfont"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></span></td> </if> </tr> <else /> <tr> <td class="$bgclass"> <if condition="$show['threadicon']"> <img alt="" src="$thread[threadiconpath]" border="0" title="$thread[threadicontitle]" /> </if> <if condition="$thread['subscribed']"> <img alt="" class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" title="$vbphrase[you_are_subscribed_to_this_thread]" /> </if> <span class="smallfont"><strong><a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="<if condition="$thread[preview]">$thread[preview] </if>$vbphrase[by] $thread[postusername] <if condition="$mod_options['portal_threads_showdate']">$thread[postdate] $thread[posttime]</if>">$thread[title]</a></strong></span> <if condition="$thread['rating']"> <div style="margin-top:4px"><img alt="" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" title="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></div> </if> <if condition="$show['lastpost']"> <div class="smallfont" style="margin-top:4px"><a href="$vboptions[bburl]/showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]"><img alt="" border="0" src="$stylevar[imgdir_button]/lastpost.gif" title="$vbphrase[go_to_last_post]" /></a> $vbphrase[last_post_by] <a href="$vboptions[bburl]/member.php?find=lastposter&t=$thread[threadid]">$thread[lastposter]</a></div> <div class="smallfont">$thread[lastpostdate] <span class="time">$thread[lastposttime]</span></div> </if> <if condition="$mod_options['portal_threads_showforum']"> <div class="smallfont"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></div> </if> <div class="smallfont">$thread[replycount] $vbphrase[replies], $thread[views] $vbphrase[views]</div></td> </tr> </if> |
#36
|
||||
|
||||
is it possible to change the mouse over color where you can directly enter it into the template so i dont have to change my Alt colors?
|
#37
|
|||
|
|||
Quote:
Thats the only method i was able to find. Perhpas somone else can find a method to use hex codes, but I couldn't. |
#38
|
|||
|
|||
Thanks very much for this cool effect
|
#39
|
|||
|
|||
Quote:
|
#40
|
||||
|
||||
Very sweet, thank you. But with the new Opera 8.50 it's looking a little bit funny (screenshot)
|
#41
|
|||
|
|||
@Livewire..Didn't notice it (honestley). @Ramsesx - It looks like your Alt1 and Alt2 are the same color.(White) Use my method above to change the color.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|