Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
jQt Sliding Log-In & Register Details »»
jQt Sliding Log-In & Register
Version: 1.00beta2, by gothicuser gothicuser is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.1.11 Rating:
Released: 04-08-2012 Last Update: 04-20-2012 Installs: 28
Uses Plugins Template Edits Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

DESCRIPTION:
This mod will add a tabbed drop-down slider for both 'Log-In' and 'Register' dialogues based on the jQuery Tools Library.

UPGRADE:
This release only addresses a couple of compatibility issues. It will now play more friendly with other jQuery scripts.

The registration Human Verification component supports the 'Image Verification', 'Question & Answer' and the 'reCAPTCHA' modules, but NOT third party ones.
Please remember that if you have more than one mod that uses jQuery, they could conflict with each other.

You can see a demo HERE
(You need to select the 'Grey' theme from the drop-down 'Choose your theme..')

The next upgrade will include alternative styles amongst other things.

To Upgrade from Beta 1:
All you need to do is re-import the product file, allowing overwrite.

Installation:
Upload the content of the 'Upload' folder to your forum root, retaining directory structure.
If you already have TMS installed, the installation is a breeze, simply import the product file 'product-jqt_sliding_login.xml' in your AdminCP/Plugins & Products/Manage Products/

If you do not have TMS then in addition to importing the product file you will need to carry out the template edits found in the 'Template Edits.html' document. There aren't too many.

Configure the mod in AdminCP/Settings/Options/jQt Sliding Login

All updates/future releases and support are now only available at jqt-suite.co.uk

Download Now

File Type: zip jQt-Sliding-Register&Login-b2.zip (717.2 KB, 303 views)

Screenshots

File Type: jpg tabs.jpg (45.5 KB, 0 views)
File Type: jpg login.jpg (63.9 KB, 0 views)
File Type: jpg register.jpg (81.2 KB, 0 views)

Show Your Support

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

Comments
  #42  
Old 06-09-2012, 09:22 AM
fookaa fookaa is offline
 
Join Date: Dec 2009
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Gothic

I installed TMS and then your mod but it does not show up at all.

Any tips on what i might be doing wrong ?

I have enabled the mod in the options, i've messed around with the position ect but still no luck...

Thanks in advance
Reply With Quote
Благодарность от:
ChaseH
  #43  
Old 06-09-2012, 01:12 PM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I only got out of hospital yesterday after 49 days, 7 hours and a few minutes and will be convalescing for a few days before committing myself to any more support, sorry. My eyes are shot to pieces and really not up to much just yet.
I'll get back up to speed soon, so please be patient just a little longer. Thanks
Reply With Quote
Благодарность от:
nacaruncr
  #44  
Old 07-04-2012, 08:08 AM
nacaruncr nacaruncr is offline
 
Join Date: Nov 2010
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed + mark as installed + MOTM + 5 stars
thanks
Reply With Quote
  #45  
Old 07-06-2012, 09:37 PM
BExDeath BExDeath is offline
 
Join Date: Nov 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If any one is having problems seeing the whole page in vb 4.2 like i was, here is a temp fix until the plugin author fixes/updates the plugin again

Follow the Template Edits until you get to

PHP Code:
Find the following Text in Template header:
</
vb:if>
            </
ul
instead find:
PHP Code:
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> 
and add this under it:
PHP Code:
<vb:if condition="$vboptions['jqt_slider_active']">
</
noscript>
</
vb:if> 
Then find:
PHP Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> 
(NOTE: i couldent remember what was between <label> </lable>
so when replacing remove </label> form the original)

and replace it with:
PHP Code:
<label for="cb_cookieuser_navbar"><input type="hidden" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> </label
If you have connecting with facebook on:

Find this:
(last one down, not on top!)
PHP Code:
                <vb:if condition="$vboptions['enablefacebookconnect']">
                    {
vb:raw facebook_header}
                </
vb:if> 
And then replace it with this:
PHP Code:
<noscript>
                <
vb:if condition="$vboptions['enablefacebookconnect']">
                    {
vb:raw facebook_header}
                </
vb:if>
</
noscript
and continue with the rest of the template edits

hope this helps!
Reply With Quote
Благодарность от:
nacaruncr
  #46  
Old 07-07-2012, 11:27 AM
kushal kushal is offline
 
Join Date: May 2006
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In 4.2 I get the database error

MySQL Error : Not unique table/alias: 't1'
Reply With Quote
  #47  
Old 07-10-2012, 03:15 AM
BExDeath BExDeath is offline
 
Join Date: Nov 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kushal View Post
In 4.2 I get the database error

MySQL Error : Not unique table/alias: 't1'
if your on 4.2 and have TMS, thats your error.

Try removing TMS and adding the template edits your self, also i posted a fix right above you
Reply With Quote
  #48  
Old 07-15-2012, 12:45 PM
Vesparion Vesparion is offline
 
Join Date: Jul 2012
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installation it hides site's body if user is not logged in, how to turn this hiding off ?

After using BExDeath fixes, site shows up if user is not logged in but....whole forum width goes crazy its much wider and after loggin in it gets normal.

What causes whole forum body to get wider ?
Reply With Quote
  #49  
Old 07-15-2012, 01:20 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 Vesparion View Post
After installation it hides site's body if user is not logged in, how to turn this hiding off ?
Which version of vB are you using?
If it is 4.2 then I'm sorry, I haven't looked into that yet. I have been unable to do any coding for the last few months, but am slowly getting back into it now.
Will have an upgrade (or patch) for 4.2 by the end of this week I hope.
Reply With Quote
  #50  
Old 07-15-2012, 01:39 PM
Vesparion Vesparion is offline
 
Join Date: Jul 2012
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes its 4.2
Reply With Quote
  #51  
Old 07-16-2012, 03:39 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm curious how this handles links to register.php. Does the drop-down just load on the current page without going to register.php.?
Reply With Quote
Reply

Thread Tools

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 06:10 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.10126 seconds
  • Memory Usage 2,368KB
  • 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
  • (7)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)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