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

Reply
 
Thread Tools
jQt Suite (jQuery Tools Tooltips & Overlays) Details »»
jQt Suite (jQuery Tools Tooltips & Overlays)
Version: 2.0, by gothicuser gothicuser is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 03-02-2011 Last Update: 09-21-2011 Installs: 38
Uses Plugins Template Edits Auto-Templates
Re-useable Code Additional Files  
No support by the author.

The jQt Suite (jQuery Tools) will add jQuery Tools tooltips and overlays to a areas of your forums.

Updated to Version 2.0
1. Re-written Styling (CSS)
2. Added Tooltips to the Forumdisplay (Descriptions)
3. Added a new (minimalist) theme for it.
4. Re-designed the original themes.
5. Far more compatible
6. Far easier to install/configure.

Tooltips are added to:
Threadbits (Forum Home)
Forumdisplay (Descriptions)
Postbit & Postbit Legacy Avatar (see instructions)
vBAdvanced Recent Threads Module

Overlay's are added to:
Log In and Register Dialogue (Fully functional, with Human Verify and D.O.B. included)
Mark Forums Read
Log Out

DEMO: Visit here for a demo

The Version for vB 4.1.3 is HERE

I have included three (3) styles. The styling can be adapted/altered very easily from the included CSS files.

The Registration component is based heavily on the mod by ry215 'QuickRegister'

This product will currently NOT work with [DBTech] Profile Hover v1.x

In it's simplist form it is very easy to install.
Full installation instructions are included in the zip file.

Installation Instructions:
1. Upload the two folders, 'jqt_suite' and 'img' to your website root.
2. Import the product
3. Perform the small template edits in your 'navbar' template (the edits are found in the 'Main Instructions' which are in the 'Docs' folder of the zip file.)
4. Go to your AdminCP/vBulletin Options/jQuery Suite and configure from there.

I only visit here once a week, so if you're looking for support, please please be patient. Thankyou

To update the installation you need to uninstall the old jQt Suite first I'm afraid.
Then just upload the updated files (overwriting the original ones) and install the new product.

A couple of you have asked me to include the 'Additional Profile Field'.
I experimented with this for almost three days and have come to the conclusion that there are too many variables (how many do I add/adaptation of styling) for it to be possible, There is only so much room on the screen, where do I draw the line.
This won't happen I'm afraid. Sorry.

Download Now

File Type: zip jQt Suite v2.0.zip (1.56 MB, 194 views)

Screenshots

File Type: jpg 06-Log-In.jpg (50.0 KB, 0 views)
File Type: jpg 05-Logout.jpg (55.4 KB, 0 views)
File Type: jpg 03-Register.jpg (60.1 KB, 0 views)
File Type: jpg 01-vBA-Recentthreads.jpg (92.5 KB, 0 views)
File Type: jpg 02-Threadbits.jpg (77.6 KB, 0 views)
File Type: jpg 04-Postbit-Avatar.jpg (66.8 KB, 0 views)
File Type: jpg 07-Forumhome-desc.jpg (66.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
kotkerk

Comments
  #42  
Old 05-19-2011, 04:15 AM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimsflies View Post
I need to resolve is making the overlay itself scroll. I'm assuming this is somewhere in the css file?
In the 'style.css' file, look for
PHP Code:
.description {
    
background:transparent;
      
font-size:11px;
      
padding:10px 10px;

change it to
PHP Code:
.description {
    
background:transparent;
    
overflow:scroll;
      
font-size:11px;
      
padding:10px 10px;

That should make the registration scrollable.
Reply With Quote
  #43  
Old 05-19-2011, 01:23 PM
jimsflies jimsflies is offline
 
Join Date: Aug 2009
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the quick reply. Unfortunately that still didn't work. It did make it scrollable in the x direction, but not "y". I set it to

overflow-y:scroll;
overflow-x:hidden;

but still didn't have any luck in the y-direction.
Reply With Quote
  #44  
Old 05-19-2011, 02:16 PM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimsflies View Post
Thanks for the quick reply. Unfortunately that still didn't work. It did make it scrollable in the x direction, but not "y". I set it to

overflow-y:scroll;
overflow-x:hidden;

but still didn't have any luck in the y-direction.
If you don't have an issue with width you could mess with the widths set in style.css, line 45 (under '#sheet {') I set a 'max-width' which can be adjusted, and I hard coded a table/row width in the 'jqt_suite_logreg' template, look for
PHP Code:
<div class="description">
               <
table width="700px" align="center">
<
tbody
With regards to the overflow, I just seen on the CSS pages in Stackoverflow the following:
overflow-x: auto;
overflow-y: auto;
Try it
Reply With Quote
  #45  
Old 08-03-2011, 05:08 PM
abosaleh's Avatar
abosaleh abosaleh is offline
 
Join Date: Jul 2006
Location: ksa
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks very much
Reply With Quote
  #46  
Old 08-12-2011, 01:05 PM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get this to work because my navbar isn't used...I use a navbar in my header...so all the code in the product is wrong for me cuz it references navbar cache, etc... hmm
Reply With Quote
  #47  
Old 08-12-2011, 01:38 PM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by paul41598 View Post
I can't get this to work because my navbar isn't used...I use a navbar in my header...so all the code in the product is wrong for me cuz it references navbar cache, etc... hmm
I will send or post manual installation instructions (bit long winded I'm afraid) which will enable you to install to header as opposed to navbar.
It will have to be over the weekend I'm afraid, or if time is too tight, early next week. Hope thats alright?
Reply With Quote
  #48  
Old 09-22-2011, 04:16 PM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just updated to Version 2.0.
New bits, easier install/configuration, new theme(s) and more compatible.
Reply With Quote
Благодарность от:
Wonksta
  #49  
Old 03-31-2012, 12:40 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you for this great mod,

but I have a big issue with my style,

this mod is working great in default vb style but it does not work in my customized style at all.

do you have any idea on how to sort it out ?

thank you
Reply With Quote
  #50  
Old 03-31-2012, 03:05 PM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by A.Chakery View Post
thank you for this great mod,
but I have a big issue with my style,
this mod is working great in default vb style but it does not work in my customized style at all.
do you have any idea on how to sort it out ?
thank you
Oops.. almost forgotten about this one.
I'll have to download it and see how it works. In the meantime, is it the whole thing that isn't working properly in the customised style, or only certain parts?
Reply With Quote
  #51  
Old 03-31-2012, 03:12 PM
A.Chakery's Avatar
A.Chakery A.Chakery is offline
 
Join Date: Jul 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the reply,

well I believe its the whole thing .. for example I enabled the threadbit feature and postbit .. but no one is working ...
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:29 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.04732 seconds
  • Memory Usage 2,367KB
  • Queries Executed 28 (?)
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_php
  • (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
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)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_postinfo_query
  • fetch_postinfo
  • 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