The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SCANU - Forum description on title mouseover [as Xenforo] Details »» | |||||||||||||||||||||||||||||
SCANU - Forum description on title mouseover [as Xenforo]
Developer Last Online: Apr 2022
Description This modification show an elegant forum description when moving mouse over the forum title. Look at the screenshots for more! This is mod is temporary template modification of the future product that i'm working on. I've just released this "beta" for who wants to use this now. Installation Go in "Adimncp/Styles and Templates/Your style - Edit Templates/Forum Home Templates/forumhome_forumbit_level2_post/" and replace this codePHP Code:
PHP Code:
PHP Code:
PHP Code:
PLEASE VOTE THIS MOD FOR MOTM: CLICK HERE, AND CLICK MARK AS INSTALLED To get support:
Many thanks to haincha for the idea. If you like italian G-funk/rap please try out this music or this music If you like italian rap try out this music Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
It is not working when you use a description with color .. like:
Code:
<font color="#000000">forum description</font> |
#23
|
|||
|
|||
There is a small undesired effect from this modification. It's not so much of an issue, but I would call it undesirable.
It works without issue on the forum description as it was meant to (see screen shot 1), but if you move your mouse on a topic, toward the right, outside the forum, it's basically unreadable because the text is black and the background is clear (see screen shot #2) Any solution? |
#24
|
||||
|
||||
Ok perfect i've seen the problems,
I can fix many of those errors, but i can't help "HHelp1" sorry for many errors this is a beta version |
#25
|
||||
|
||||
Quote:
|
#26
|
||||
|
||||
Quote:
Quote:
|
#27
|
||||
|
||||
Quote:
PHP Code:
PHP Code:
|
#28
|
|||
|
|||
Quote:
PHP Code:
|
#29
|
||||
|
||||
Can you try again with the new code?
|
#30
|
|||
|
|||
Quote:
1) Color description: I have many forums, I changed the description color for some forums. How to reproduce this bug: - Add new forum - write any title i.e (test forum) - In description paste this: Code:
<font color="#00ffff">Test forum with blue color</font> After modified the template and add your code: 2) After update: After update the old code with new update, It is not working with me ! see the last screenshot. This is my (forumhome_forumbit_level2_post) Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post {vb:raw forum.statusicon} L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <vb:comment> <h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2> </vb:comment> <h2 class="forumtitle"><div id="scanutitle"><a <vb:if condition="$show['forumdescription']">title="<scanu>{vb:raw forum.description}</scanu>"</vb:if> href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2></div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script src="http://cdn.jquerytools.org/1.2.6/all/jquery.tools.min.js"></script> <script> $("#scanutitle a[title]").tooltip({ position: 'center right', effect: 'slide' }); </script> <style> scanu { background:black; color:white; padding: 5px 10px; -moz-border-radius: 8px; -webkit-border-radius: 8px; filter:alpha(opacity=68); -moz-opacity:.68; opacity:.68; } </style> <vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if> </div> <vb:comment><vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:comment> <vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']"> <div class="moderators"> <h4>{vb:rawphrase moderators}:</h4> <ol class="commalist"> <vb:each from="forum['moderators']" value="row"> <li><a class="username" href="{vb:link member, {vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.comma}</li> </vb:each> </ol> </div> </vb:if> <vb:if condition="$show['subforums']"> {vb:raw forum.subforums} </vb:if> <vb:if condition="$show['forumsubscription']"> <p class="unsubscribe"> <a href="{vb:raw vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a> </p> </vb:if> </div> </div> </div> <vb:if condition="$forum['statusicon'] != 'link'"> <h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4> <vb:if condition="$vboptions['externalrss'] OR $show['member']"> <ul class="forumactionlinks td"> <vb:if condition="$forum['allowposting']"><vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if> <vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if></vb:if> </ul> <vb:else /> <div class="forumactionlinks"></div> </vb:if> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats td"> <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li> <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> </vb:if> </div> <vb:if condition="$childforumbits"> <ul class="childsubforum"> {vb:raw childforumbits} </ul> </vb:if> </li> |
#31
|
|||
|
|||
Quote:
+1 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|