Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
SCANU - Forum description on title mouseover [as Xenforo] Details »»
SCANU - Forum description on title mouseover [as Xenforo]
Version: 2.00, by Scanu Scanu is offline
Developer Last Online: Apr 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 12-12-2011 Last Update: Never Installs: 37
Template Edits
Code Changes Translations  
No support by the author.

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 code
PHP Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2
With this
PHP Code:
<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="scanudesc">
<
<vb:if condition="$show['forumdescription']">
title='<div id="container"><div id="scanu">{vb:raw forum.description}</div><span class="arrow"></span></div>'</vb:if> href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></div></h2>

<
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>   
$(
"#scanudesc a[title]").tooltip({   
position"bottom right",   
effect"slide"   
});   
</
script
<
style>
/*styling and positioning of the arrow*/
 
.arrow {
    
border-right5px solid black;
    
border-top5px solid transparent;
    
border-left1px none black;
    
border-bottom5px solid transparent;
    
positionabsolute;
    
top7px;
    
line-height0px;
    
width0px;
    
height0px;
    
left: -5px;
    
filter:alpha(opacity=68);
    -
moz-opacity:.68;
    
opacity:.68;
    
_displaynone;
}  
#scanu { 
    /*styling of the box */
    
background:black;   
    
color:white;   
    
padding5px 10px;   
    -
moz-border-radius8px;   
    -
webkit-border-radius8px;   
    
filter:alpha(opacity=68);  
    -
moz-opacity:.68;  
    
opacity:.68;   
}   
#container {
    /*positioning of the arrow and the box*/
    
positionrelative;
    
top: -10px;
    
left10px;
    
max-width440px;
}
</
style
Then replace this code
PHP Code:
<vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if> 
with this
PHP Code:
<vb:comment><vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:comment
Enjoy and wait for the product with many features and options!

PLEASE VOTE THIS MOD FOR MOTM: CLICK HERE, AND CLICK MARK AS INSTALLED

To get support:
  1. Mark this mod as Installed
  2. Copy/Pasted errors or screenshots
  3. URL/link to site

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

File Type: png preview.png (15.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 01-08-2012, 01:54 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
uninstalled and replaced with the above upgrade.

( Thank you )

Tagged for future use, should plug in conflict (ever)
You should check out the plugin thread.

Fixed my issues.

Here are the useful posts:
https://vborg.vbsupport.ru/showpost....9&postcount=46
https://vborg.vbsupport.ru/showpost....1&postcount=49
Reply With Quote
  #73  
Old 02-08-2012, 07:57 PM
prandah's Avatar
prandah prandah is offline
 
Join Date: Jun 2010
Location: Indonesia
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

problem with vBSEO
Reply With Quote
  #74  
Old 02-11-2012, 01:00 PM
Toorak Times's Avatar
Toorak Times Toorak Times is offline
 
Join Date: Jan 2011
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by prandah View Post
problem with vBSEO
Cheers, will deleta nd load plug in thanks for this mate
Reply With Quote
  #75  
Old 02-14-2012, 01:14 AM
saihat saihat is offline
 
Join Date: Nov 2008
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<div align="left">Does it work 3.xx
</div>
Reply With Quote
  #76  
Old 02-14-2012, 10:11 AM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You would have to convert the vbcode
Reply With Quote
  #77  
Old 10-29-2012, 07:22 PM
ibrahimkoky ibrahimkoky is offline
 
Join Date: Apr 2012
Location: California
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello
I tried the MOD but it changed the forum links mouse hover color? and also I have the Forum Category Icons (Advanced) installed on my forum. After the the changes i made to forumbit_level2_post template the Forum Category Item disappeared. i changed everything back in the template and still the forum icon wont show and the forum link mouse hover color did change back??


why is that??
---------------------------
Edit
i reverted the template and I go the forum icons to show up again.

thanks
Reply With Quote
  #78  
Old 11-08-2012, 07:19 PM
tanzeelniazi tanzeelniazi is offline
 
Join Date: Apr 2012
Posts: 375
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working perfect in VB 4.2.0
Reply With Quote
  #79  
Old 04-24-2013, 06:34 AM
thang28101993 thang28101993 is offline
 
Join Date: Feb 2010
Location: fdsaf
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No things change for me after added those codes!
Vbb 4.2.1
Reply With Quote
  #80  
Old 04-28-2013, 01:24 PM
Salvo Salvo is offline
 
Join Date: May 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In vB 4.2.1 it doesn't work, it breaks the page layout.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:45 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09032 seconds
  • Memory Usage 2,353KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete