The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
jQt jQuery Suite for vB4 Details »» | ||||||||||||||||||||||||||||||||||||||||
Completely Re-designed modular system, virtually all the code re-written.
Description: This mod will add jQuery enhancements to various areas of your vBulletin board using the renown jQuery Tools Library. jQuery Overlays:
This is the first release of this re-designed mod. I have re-written these scripts to be far more compatible with other add-ons, using the <noconflict> method throughout. I have used a 'modular' environment, meaning that you can select specifically the individual components you want to use. All of the modules are fully configurable from the AdminCP, and many of the style attributes are editable from the templates stylevar dialogue. UPGRADE: from any previous version to this, v4.0 there is NO UPGRADE PATH, you need to fully remove earlier versions, then follow the instructions for installation. I am very sorry for this inconvenience, but so much has been changed that incorporating upgrading became untenable. INSTALLATION: 1, Upload all the files/folders in the UPLOAD folder to your forum root. 2, Install the product 'product-jqt_suite-CORE.xml'. This is the only component that is COMPULSORY. This has to be installed for any of the others modules to work! 3, Install any of the other module(s) from the AdminCP, as you would any other product; jQt Suite Log-In-Register Module jQt Suite Log-In-Register Slider Module (you can only use ONE of the above, the first is the overlay) jQt Suite MarkForumsRead Module jQt Suite MiniStats Module jQt Suite Tooltips Module 4, If you have TMS (Template Modification System) installed the template edits have already been done for you. If not, then manually apply the template edits from the template edit pages found in the Docs folder of the archive. You only need to apply the template edits for the module(s) that you install. 5, Pop into your AdminCP and configure the product(s) 6, To enable the 'VSa Visitors in Last X Hours' block in the mini-stats you need to have that mod already installed (use the link) then edit the 'VSa - Visitors In Last X Hours' Product thus: Go to AdminCP/Plugins & Products/Plugin Manager/ and disable the Plugin 'VSa - VILXH - MN'. This transfers the results from the forum home page to the mini-stats block. TWEAKING TOOLTIP POSITION For those of you that would like to tweak the position of the tooltips, here is a quote directly from the original jQuery Tools Tooltip documentation describing what the numbers mean. Edit these positions by opening /jqt_suite/jqt_suite_black_css.js /jqt_suite/jqt_suite_minimal_black_css.js or /jqt_suite/jqt_suite_white_css.js and finding the line(s) 'offset: [-44, 90],' For those that use vBSEO and have some trouble with guests viewing the tooltips, you can turn OFF the vBSEO option "Remove Thread Preview Text For Guest Visitors" to fix it. All updates/future releases and support are now only available at jqt-suite.co.uk Download Now
Screenshots
Show Your Support
|
9 благодарности(ей) от: | ||
8thos, AttalaEA, doctorsexy, eTiKeT?, mohammadxxx, nacaruncr, OldSchoolDSL, reddyink, torrentacademy |
Comments |
#72
|
|||
|
|||
Quote:
Edit: Where is the javascript for the close (the "X" image) for the pop up? |
#73
|
||||
|
||||
Quote:
The scripting for the close button is in the main jQuery library itself. Called by the <a class="close"></a> Good to hear the 'fix' worked, thankyou for letting me know. |
#74
|
|||
|
|||
I really can't use that since I will be using the default image. Even if I were to change the CSS and image, the jquery is setting the position. I want to use a custom image to close but it seems to be not possible.
|
#75
|
||||
|
||||
Quote:
PHP Code:
This can be changed or omitted to suite your needs. |
#76
|
|||
|
|||
Quote:
Code:
.close { background-image:url(images/c.png); cursor:pointer; } Code:
<vb:if condition="$vboptions['jqt_suite_markread'] == '0'"> <script src="{vb:raw vboptions.bburl}/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script> </vb:if> <vb:if condition="$vboptions['storecssasfile']"> {vb:cssfile jqtsuite_yesno.css} <vb:else /> {vb:cssfile jqtsuite_yesno.css} </vb:if> <!-- Start of Logout Dialog --> <div id="shuut"> <div style="display: block;" class="pane" id="pane11"> <div class="lrtop"> <div class="mlr"> Log Out </div> <p style="text-align:center;">Do you really want to leave so soon? </p> <br /> <p style="text-align:center;" class="high"> <!--<input type="submit" value="Log Out?" class="rounded" /> --> <a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}"><img alt="Accept" src="images/a.png"></img></a> <a class="close"></a> </p> </div> </div> </div> <script> $(document).ready(function() { $("#myfirm").validator({ message: '<div><em/></div>', position: 'top left', offset: [3, 40] }); // overlay with masking. when overlay is loaded or closed we hide error messages if needed $("#suu").overlay({mask: '#000', speed: 'slow', fixed: false}).bind("onBeforeClose", function(e) { $(".error").hide(); }); }); </script> <!-- End of Logout Dialog --> |
#77
|
||||
|
||||
Give me a couple of minutes
|
#78
|
|||
|
|||
It seems to be the logregister template. Since that is also being called, the CSS for the close element positioning is being set.
|
#79
|
||||
|
||||
Quote:
I managed (with some fiddling) to position the close image pretty accurately, though remember that a: the '<a class="close"></a>' is kept, as that is what the jQt script is polling for, b: you must keep the 'absolute' and c: any changes to the CSS will effect all three templates. (logout, markread and logreg). Keeping that in mind I made changes along the lines of: position:absolute; right:80px; bottom:25px; Experiment and let me know. p.s. reading back over this glased my eyes, if you understand it, you're a better person than me |
#80
|
|||
|
|||
Quote:
Keep the '<a class="close"></a>' where it is, then I need to keep the absolute positioning in the CSS file and all changes that I make to the CSS file effects all three templates. Thanks for the help . |
#81
|
||||
|
||||
Quote:
You're welcome. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|