vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - jQt jQuery Suite for vB4 (https://vborg.vbsupport.ru/showthread.php?t=267121)

gothicuser 07-19-2011 10:00 PM

jQt jQuery Suite for vB4
 
1 Attachment(s)
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:
  • Separate Log-In and Registration Dialogues, Including Human Verify and D.O.B. but NOT required fields.
  • OR Log-In / Register Slide-Down
  • Log Out Dialogue
  • Mark Forums Read Dialogue
  • Mini-Stats
  • Display Chat/Shout box in slide-down
Tooltips:
  • vBAdvanced Recent Threads, including threadstarters avatar.
  • Forum Display (threadbits), including threadstarters avatar.(upgraded)
  • Postbit / Postbit_legacy, including avatar and post/activity details.
  • Forum Home Description
  • Search Results page (search_threadbit)
I now use and HIGHLY RECOMMEND TMS (Template Modification System) as it automates the template edits for the default theme and simplifies the edits for custom themes.


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],'

Quote:

The offset property fine tunes the tooltip position specified with the position property. For example, the value [10, -20] moves the tooltip position 10px downwards and 20px to the left. The first value modifies the vertical positioning from the top edge of the tooltip and the second value modifies the horizontal positioning from the left edge of the tooltip. Positive values move the tooltip downward and to the right, while negative values move the tooltip upward and to the left.
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

nacaruncr 07-20-2011 06:37 AM

awesome men, thank you very much ... I will install and then tell you how I was.

thanks men :D

archet1337 07-20-2011 07:27 AM

This mod sounds very interesting!

But I have a custom style on my board, and the header template is not the same. I cannot find where to make the template edits.

Would appreciate if anyone could look at my header template code and tell me where to add the mod code.

My header template:
Code:

<div id="pageWrapper">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="headerWrap">
                <div class="headerBox">
        {vb:raw ad_location.ad_header_logo}
        <a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
                                <vb:if condition="$show['registerbutton']">
                        <div class="registerBox">
                                <div class="registerBoxLeft"><div class="registerBoxRight">
                                        <div class="registerBoxWrap">
                                                {vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}.  Please login below or <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">register now.</a>
                                        </div>
                                </div></div>
                        </div>
                                </vb:if>
        <div class="memberBox">
        <vb:if condition="$show['member']">
        <div id="toplinks" class="toplinks">
                        <ul class="isuser">
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                                <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                                </vb:if>
                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
                                <li class="popupmenu nonotifications" id="myprofile"><a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_profile}</a>
                                <ul class="popupbody popuphover">
                                                <li>Profile Options</li>
                                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                                                <li><a href="profile.php?{vb:raw session.sessionurl}do=editavatar">{vb:rawphrase edit_avatar}</a></li>
                                                <li><a href="profile.php?{vb:raw session.sessionurl}do=editsignature">{vb:rawphrase edit_signature}</a></li>
                                                <li><a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a></li>
                                                <li><a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a></li>
                                               
                                        </ul>
                                <vb:if condition="$notifications_total">
                                <li class="popupmenu notifications" id="notifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                                        <ul class="popupbody popuphover">
                                                {vb:raw notifications_menubits}
                                        </ul>
                                </li>
                                <vb:else />
                                <li class="popupmenu nonotifications" id="nonotifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                                        <ul class="popupbody popuphover">
                                                <li>{vb:rawphrase no_new_messages}</li>
                                                <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
                                        </ul>
                                </li>
                                </vb:if>
                                <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>
                        </ul>
            {vb:raw template_hook.header_userinfo}
                        <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>               
        </div>
        <vb:else />
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                <div class="loginLeft">
                                <ul>
                                        {vb:raw facebook_header}
                                </ul>
                                </div>
                                </vb:if>
                <div class="loginLeft">
                <!-- login form -->
            <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
            <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                                       
                <ul>
                <vb:if condition="$show['registerbutton']">
                        <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="notreg">{vb:rawphrase register}</a></li>
                </vb:if>
                        <li ><span class="loginTxt">Login:</span></li>
                        <li class="inputPad"><div class="loginBoxInput"><input type="text" class="loginInput" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /></div></li>
                        <li class="inputPad"><div class="loginBoxInput"><input type="password" class="loginInput" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /><input type="text" class="loginInput" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></div></li>
                        <li class="rememberMe"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label></li>
                        <li class="inputPad"><input type="image" src="images/styles/Aesthetica/style/loginButton.gif" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
                </ul>

                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" name="do" value="login" />
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                        <script type="text/javascript">
                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                        vB_XHTML_Ready.subscribe(function()
                        {
                        //
                                YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                                YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                                YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                                YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
                        });
                       
                        function navbar_username_focus(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                                {
                                //
                                        textbox.value='';
                                        textbox.style.color='{vb:stylevar toplinks_form_input.color}';
                                }
                        }

                        function navbar_username_blur(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '')
                                {
                                //
                                        textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                                        textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
                                }
                        }
                        function navbar_password_hint(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                                YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                                YAHOO.util.Dom.get('navbar_password').focus();
                        }

                        function navbar_password(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                if (textbox.value == '')
                                {
                                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                                }
                        }       

                        </script>
                <!-- / login form -->
                        </div>
        </vb:if>
        </div>        </div>
               
                </div>
</div>

Appreciate your time :)

gothicuser 07-20-2011 08:03 AM

Quote:

Originally Posted by archet1337 (Post 2222748)
Would appreciate if anyone could look at my header template code and tell me where to add the mod code.
Appreciate your time :)

In your template, a short term fix would be to change the line:
PHP Code:

<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="notreg">{vb:rawphrase register}</a></li

to:
PHP Code:

 <vb:if condition="$show['registerbutton']">
            <
li><a href="#" rel="#sheet" id="see">Log In/Register</a></li>
        </
vb:if> 

This will change the 'Register' button only.

Then, at the very bottom of the template add:

PHP Code:

{vb:raw template_hook.logreg_display

Though I would back up the template somewhere safe first.

archet1337 07-20-2011 08:21 AM

Thank you :)

Dr.osamA 07-20-2011 11:41 AM

thank you

under test installed

m3lek 07-20-2011 12:09 PM

Not working with my

Please explain how installation again

Thanks.

Manoel J?nior 07-20-2011 12:57 PM

Functionally in 3.8?

Thanks!! 5 stars for you!

daveaite 07-20-2011 01:01 PM

Nice functionality, I think it has a lot of potential specially in the area of design.

yahooooh 07-20-2011 01:28 PM

thanks , what about required fileds? i add required options by adding new field

gothicuser 07-20-2011 01:37 PM

Quote:

Originally Posted by yahooooh (Post 2222844)
thanks , what about required fileds? i add required options by adding new field

At the moment I have not included the optional (required) fields, sorry.
This may be catered for in a future release.

Edit: This looks to be easy, will see what I can do.

gothicuser 07-20-2011 01:39 PM

Quote:

Originally Posted by Manoel J?nior (Post 2222834)
Functionally in 3.8?

Thanks!! 5 stars for you!

The Version for 3.8 can be found HERE

p.s. thankyou for the stars :D

doctorsexy 07-20-2011 06:14 PM

Problem trying to install on 4.14.. i get this on the first template edit

The following error occurred when attempting to evaluate this template:
Unclosed Tag
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

any ideas... thanks

gothicuser 07-20-2011 06:30 PM

Quote:

Originally Posted by doctorsexy (Post 2222972)
Problem trying to install on 4.14.. i get this on the first template edit

The following error occurred when attempting to evaluate this template:
Unclosed Tag
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


any ideas... thanks

The only thing that springs to mind is if the second part of the template edit was missed which closes the <vb:if> tag.

doctorsexy 07-20-2011 06:44 PM

its on the first part of the template edit.. on the header template

gothicuser 07-20-2011 06:55 PM

Quote:

Originally Posted by doctorsexy (Post 2222982)
its on the first part of the template edit.. on the header template

Parts 1 & 2 do the header template edit. You did both?
Another thing may be that vB4.1.4 may have a slight difference in the header template, not having looked at that version yet I don't have an answer.
I'll try my best to see if there is a problem in the morning.

Just had a look at the 4.1.4 header, no changes that would affect my edits. Installed just fine.
The only thing I recommend is to 'Revert' the header template and try adding the 2 template edits again.

By the way, was this on a modified header template??

doctorsexy 07-21-2011 12:50 PM

Got it to work. sort of..but non of the images show up and the home page the logon/register

screen is all to the right but ok everywhere else .. no recaptcha.. for some reason not working,

tried all the settings..

will be good when all the kinks are straightened out...

Randomm 07-22-2011 08:14 PM

tagged

FReeSTER 07-26-2011 02:33 PM

Damn, this is great.............. But my problem is that my style is custom and pretty much I have no codes at the header but pretty much is all attach at the Navbar.

If you can help me make the edits I will be glad to donate for your time...

gothicuser 07-26-2011 03:29 PM

Quote:

Originally Posted by FReeSTER (Post 2225206)
Damn, this is great.............. But my problem is that my style is custom and pretty much I have no codes at the header but pretty much is all attach at the Navbar.

If you can help me make the edits I will be glad to donate for your time...

Shouldn't be a problem at all. If you can wait until either Thursday or Friday I will be issuing an updated package with modified, far easier and more flexible instructions, along with a couple more features.

Hakan39 07-26-2011 04:42 PM

Thank you. Looks nice.

doctorsexy 07-26-2011 05:16 PM

Quote:

Originally Posted by gothicuser (Post 2225229)
Shouldn't be a problem at all. If you can wait until either Thursday or Friday I will be issuing an updated package with modified, far easier and more flexible instructions, along with a couple more features.

Smashin...

radiofranky 07-26-2011 10:23 PM

rev 4.14 patch 2 - not working. click on "register" still display regular registration form. No JQ

Code:

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
        <vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div><vb:else /><div>&nbsp;</div></vb:if>
        <div id="toplinks" class="toplinks">
                <vb:if condition="$show['member']">
                        <ul class="isuser">
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                                <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                                </vb:if>
                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                                <vb:if condition="$notifications_total">
                                <li class="popupmenu notifications" id="notifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                                        <ul class="popupbody popuphover">
                                                {vb:raw notifications_menubits}
                                        </ul>
                                </li>
                                <vb:else />
                                <li class="popupmenu nonotifications" id="nonotifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                                        <ul class="popupbody popuphover">
                                                <li>{vb:rawphrase no_new_messages}</li>
                                                <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
                                        </ul>
                                </li>
                                </vb:if>
                                <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>
                        </ul>
            {vb:raw template_hook.header_userinfo}
                        <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
                <vb:else />
                        <ul class="nouser">
                        <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                        </vb:if>
                                <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
                                <li>
                        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                        <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                                <fieldset id="logindetails" class="logindetails">
                                        <div>
                                                <div>
                                        <input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
                                        <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
                                        <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
                                        <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
                                                </div>
                                        </div>
                                </fieldset>
                                <div id="remember" class="remember">
                                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
                                </div>

                                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <input type="hidden" name="do" value="login" />
                                <input type="hidden" name="vb_login_md5password" />
                                <input type="hidden" name="vb_login_md5password_utf" />
                        </form>
                        <script type="text/javascript">
                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                        vB_XHTML_Ready.subscribe(function()
                        {
                        //
                                YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                                YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                                YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                                YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
                        });
                       
                        function navbar_username_focus(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                                {
                                //
                                        textbox.value='';
                                        textbox.style.color='{vb:stylevar toplinks_form_input.color}';
                                }
                        }

                        function navbar_username_blur(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '')
                                {
                                //
                                        textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                                        textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
                                }
                        }
                       
                        function navbar_password_hint(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                                YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                                YAHOO.util.Dom.get('navbar_password').focus();
                        }

                        function navbar_password(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                if (textbox.value == '')
                                {
                                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                                }
                        }
                        </script>
                                </li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>
                        </ul>
                </vb:if>
        </div>
        <div class="ad_global_header">
                {vb:raw ad_location.global_header1}
                {vb:raw ad_location.global_header2}
        </div>
        <hr />
</div>


FReeSTER 07-27-2011 02:56 AM

Quote:

Originally Posted by gothicuser (Post 2225229)
Shouldn't be a problem at all. If you can wait until either Thursday or Friday I will be issuing an updated package with modified, far easier and more flexible instructions, along with a couple more features.

Life saver, thanks

gothicuser 07-28-2011 04:37 AM

I have uploaded an updated package, hope it works :eek:

Included a couple of the other jQuery overlays from the original vB3 suite.
Still working on the damn tooltips.

gothicuser 07-28-2011 05:18 AM

Quote:

Originally Posted by FReeSTER (Post 2225206)
Damn, this is great.............. But my problem is that my style is custom and pretty much I have no codes at the header but pretty much is all attach at the Navbar.

Can you post or PM me a link to your site please?

doctorsexy 07-28-2011 09:57 AM

Still the same as last time ..no images and if you log in on the cms its all wonky... all out side the box. but on the forum its ok . just no images....

gothicuser 07-28-2011 11:59 AM

Quote:

Originally Posted by doctorsexy (Post 2225959)
Still the same as last time ..no images and if you log in on the cms its all wonky... all out side the box. but on the forum its ok . just no images....

The only reason the images won't show is (obviously) if they can't be found.
In the CSS I gave all images root path (../) which means the folder with the images has got to be in the website root (as in /home/yoursite/public_html/).
Paths I used in the code (to fetch the libraries etc. ) is {vb:raw vboptions.homeurl} which in the vast majority of cases will also be the website root. The only instance where this could be different is if your site is hosted on a sub-domain, in which case let me know, along with the directory tree and I'll knock up a copy for you.

FReeSTER 07-28-2011 01:17 PM

Quote:

Originally Posted by gothicuser (Post 2225919)
Can you post or PM me a link to your site please?

thank you mate, sent... :D

doctorsexy 08-03-2011 06:42 PM

Working... had to put the style sheet in additional css... thank you :D

Sam-TheMaster 08-08-2011 12:08 PM

I have installed on my board and works nice. still have some issue with post quote

I don't know how do it related with each other, but while uploading img folder to my forum's root. it asked me to overwrite transperant3.png or something similar to this.

Now I get black html background on quote in post and can not read any content.

see this image
https://vborg.vbsupport.ru/external/2011/08/61.png


This is same as background while we click on login/register button

gothicuser 08-08-2011 01:37 PM

Quote:

Originally Posted by Sam-TheMaster (Post 2230858)
I have installed on my board and works nice. still have some issue with post quote

I don't know how do it related with each other, but while uploading img folder to my forum's root. it asked me to overwrite transperant3.png or something similar to this.

Now I get black html background on quote in post and can not read any content.

see this image
https://vborg.vbsupport.ru/external/2011/08/61.png


This is same as background while we click on login/register button

Could you tell me which theme you are using please?

Sam-TheMaster 08-09-2011 04:06 AM

is Vbulletin Deafult 415 theme.

gothicuser 08-09-2011 04:23 AM

Quote:

Originally Posted by Sam-TheMaster (Post 2231197)
is Vbulletin Deafult 415 theme.

Hm, thats intriguing. I have made sure that none of the images/image names I supply clash with anything from vBulletin default installation.
Sorry to be a pain, but could you upload or PM me a screenshot please?

gothicuser 08-10-2011 05:05 AM

Just updated the package to Version 1.0
UPDATED:
1. Styling/CSS now fully compatible.
2. Two installation methods, simple and manual
3. Moved template specific <script> back into the templates for compatability.

ramil86 08-11-2011 05:23 AM

i have a user profile field in registration, a question. How to show it up in your code? It'll not let me register until the question is answere. Urgently need this , thank you

gothicuser 08-11-2011 05:35 AM

Quote:

Originally Posted by ramil86 (Post 2232115)
i have a user profile field in registration, a question. How to show it up in your code? It'll not let me register until the question is answere. Urgently need this , thank you

I have looked at applying additional fields, but have had a lot of problems while doing so, the styling issues I can overcome, but the coding side would take (me) some serious time to overcome.
Short answer: not for a while yet, sorry.

ramil86 08-11-2011 05:36 AM

great mode, installed and nominated

ramil86 08-11-2011 05:39 AM

ok got it working, used question as human verification, it works now. Thanks a lot for this great mode. One more question, how can i translate phrases?

gothicuser 08-11-2011 06:37 AM

Quote:

Originally Posted by ramil86 (Post 2232119)
ok got it working, used question as human verification, it works now. Thanks a lot for this great mode. One more question, how can i translate phrases?

I'm afraid you will have to translate them manually.
Open the file 'jQt_LogReg_Product.xml' and towards the bottom of the file find <phrases>
They are all there.
Or
Download the seperate langauge file from HERE (right-click, 'Save As') and edit them, then import them (over-writing the original).


All times are GMT. The time now is 05:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01836 seconds
  • Memory Usage 1,975KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete