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

Reply
 
Thread Tools
SCANU's Elegant Forum description on mouseover [as Xenforo] Details »»
SCANU's Elegant Forum description on mouseover [as Xenforo]
Version: 2.5, 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: 01-02-2012 Last Update: 09-15-2012 Installs: 113
Uses Plugins Auto-Templates
Code Changes Translations  
No support by the author.

Description

This modification shows an elegant forum description when moving mouse over the forum title. Look at the screenshots for more! This is the upgrade of my template modification SCANU - Forum description on title mouseover [as Xenforo].

Live Demo

If you want to see how great looks the jquery effect go here for the online demo.

Installation

Upload the product via admincp and go in Settings->SCANU's Forum description on tilte mouseover for customize the style.
For 2.2 version: go in "Settings->SCANU's Forum description on tilte mouseover", set lesscode to yes and put the id of your last forum to perform the script.
For the update just redownload and reupload the file, make sure that overwriting is set to Yes.

Translations

Please post your translation in a reply so everyone can uses it.

Restrictions
In the description your " will replaced with ' for example if you write "errare humanum est" you will see 'errare humanum est'.

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 Boofo for his basing php code, to haincha for the idea and to my brother Clear for the styling.

If you like italian G-funk/rap please try out this music or this music
If you like italian rap try out this music

Download Now

File Type: xml SCANU's Elegant Forum Description on mouseover 2.1.xml (7.8 KB, 116 views)
File Type: xml SCANU's Elegant Forum Description on mouseover 2.4.xml (8.5 KB, 148 views)
File Type: xml SCANU's Elegant Forum Description on mouseover 2.5.xml (9.6 KB, 386 views)

Screenshots

File Type: jpg Scanu Settings.jpg (72.3 KB, 0 views)
File Type: png Scanudesc.png (30.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
livenetc, nacaruncr, Toorak Times

Comments
  #182  
Old 07-30-2012, 09:21 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No that's not the problem check if you have this code on the source code of your forum
Code:
<script>$("#scanudesc a[title]").tooltip({   
position: "bottom right",   
effect: "slide"   
});   </script>
Reply With Quote
  #183  
Old 07-31-2012, 02:40 AM
zakonline zakonline is offline
 
Join Date: Dec 2010
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, Thank you
Reply With Quote
  #184  
Old 08-09-2012, 06:04 PM
zascok zascok is offline
 
Join Date: Jul 2010
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scanu View Post
No that's not the problem check if you have this code on the source code of your forum
Code:
<script>$("#scanudesc a[title]").tooltip({   
position: "bottom right",   
effect: "slide"   
});   </script>

yes I do on the very bottom of the page
Reply With Quote
  #185  
Old 08-09-2012, 06:50 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zascok View Post
yes I do on the very bottom of the page
Search in the xml that and replace it with
Code:
<script>
jQuery.noConflict();
$("#scanudesc a[title]").tooltip({   
position: "bottom right",   
effect: "slide"   
});   </script>
Reply With Quote
  #186  
Old 08-10-2012, 07:24 PM
woffie's Avatar
woffie woffie is offline
 
Join Date: Jan 2009
Location: Michigan
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working with 4.2
Reply With Quote
  #187  
Old 08-10-2012, 08:04 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by qpurser View Post
Thanks. Looks great.
Works with 4.2.0
It works on 4.2 have you installed Forum Category Icons?
Reply With Quote
  #188  
Old 09-06-2012, 01:01 PM
initiald initiald is offline
 
Join Date: Mar 2012
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Setting this on mess up the arrow position of the breadcrumb? Can you take a look at it. vbulletin 4.2
Reply With Quote
  #189  
Old 09-06-2012, 01:17 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, can you post a screen or a link?
Reply With Quote
  #190  
Old 09-06-2012, 01:40 PM
initiald initiald is offline
 
Join Date: Mar 2012
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nvm I just test on my test forum. I figure out the problem. Due to a breadcrumb I used have a conflicting variable, so I just open up your mod and replace .arrow to .arrowhead or any other name variable and this would fix the position. Then reupload and overwrite.

I suggest rename the .arrow variable/class in your template.
Reply With Quote
  #191  
Old 09-06-2012, 05:09 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by initiald View Post
Nvm I just test on my test forum. I figure out the problem. Due to a breadcrumb I used have a conflicting variable, so I just open up your mod and replace .arrow to .arrowhead or any other name variable and this would fix the position. Then reupload and overwrite.

I suggest rename the .arrow variable/class in your template.
Glad to see that you get it working, as you suggested i'll change the name of the class, if you use it pls mar as installed
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 12:44 AM.


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.05249 seconds
  • Memory Usage 2,350KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (4)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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