View Full Version : Miscellaneous Hacks - jQt Suite (jQuery Tools Tooltips & Overlays)
gothicuser
03-02-2011, 10:00 PM
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 (http://www.vbbits.com/)
The Version for vB 4.1.3 is HERE (https://vborg.vbsupport.ru/showthread.php?t=267121)
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.
draver
03-03-2011, 06:47 AM
Thats looks cool but this was the wrong VBulletin version :)
gothicuser
03-03-2011, 06:49 AM
Thats looks cool but this was the wrong VBulletin version :)
What, wrong version for you?? :rolleyes:
I would like to do some of my mods for vB4, but that would have to wait a little longer I'm afraid.
jorge_kai
03-03-2011, 07:33 AM
thanks!!!
yilmaz
03-03-2011, 07:36 AM
a very good job
thanks!
vijayninel
03-03-2011, 11:07 AM
This is really awesome .. can you please add a thread preview in new posts/todays posts search. :)
gothicuser
03-03-2011, 12:17 PM
This is really awesome .. can you please add a thread preview in new posts/todays posts search. :)
That is one of the things I'm looking at this weekend :)
vijayninel
03-03-2011, 02:33 PM
Excellent .. Nominated for MOTM. :)
gothicuser
03-03-2011, 02:56 PM
Excellent .. Nominated for MOTM. :)
**gothic blushes** :o
Many thanks
der_chris
03-03-2011, 04:40 PM
compatible with vb4.1.2 ?
gothicuser
03-03-2011, 07:07 PM
compatible with vb4.1.2 ?
Not yet I'm afraid. Only 3.7.x to 3.8.x
grey_goose
03-03-2011, 09:12 PM
This is ticky-tack and a bit 'duh' but the uploads should go into the *forum* root, not the *website* root.
Very cool, though. I really look forward to seeing this develop!!
gothicuser
03-04-2011, 02:42 AM
This is ticky-tack and a bit 'duh' but the uploads should go into the *forum* root, not the *website* root.
I was trying to cover all my bases in putting it into the website root. That way the file paths will (should) always be found.
Ramsesx
03-04-2011, 10:57 AM
Nice job gothic. Thanks.
MoMan
03-04-2011, 10:18 PM
This is a very nice suite- however I would recommend, for those of us with larger sites or customized templates, to offer a version with manual template edits and all JS moved into files. This also speeds up performance.
Hornstar
03-05-2011, 02:39 AM
I'll keep an eye on this one ^^
gothicuser
03-05-2011, 03:51 AM
offer a version with manual template edits and all JS moved into files. This also speeds up performance.
I will be including a Doc with all manual template edits, as this is my own preferred method.
I did experiment with having the scripts as files originally, but ran into problems with the tooltips. However I haven't given up, and will further test this possibility.
Thankyou.
gothicuser
03-05-2011, 05:14 AM
This is really awesome .. can you please add a thread preview in new posts/todays posts search. :)
You can do the following manual edit to add tooltips to posts/todays posts.
(I will add this to the next release.)
Open your 'threadbits' template, then find:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
(near the top of the template)
and REPLACE with:
<td class="alt1 cornry" id="td_threadtitle_$thread[realthreadid]" title="<b>Started by: $thread[postusername], $thread[lastpostdate] $thread[lastposttime]</b><br /><br />$thread[preview]">
Hope that helps.
gothicuser
03-07-2011, 04:16 AM
I have updated the package.
See the first post for detail.
EddyMaxx
03-07-2011, 11:55 AM
Do you know what is causing the conflict with [DBTech] Profile Hover v1.x?
gothicuser
03-07-2011, 12:09 PM
Do you know what is causing the conflict with [DBTech] Profile Hover v1.x?
Yes, it's a script conflict.
I am currently working on a (noConfict) fix, but even though this will work in the majority of cases it won't be foolproof :(
Xexiu
03-08-2011, 05:26 PM
Im also working with jQuery on my vbulletin 3.8.6 on localhost.. if you need some help, just let me know.
P.D. the registration on your site doesn't work.. it gives me the error: "You have left a required field blank."
Thank you.
gothicuser
03-08-2011, 05:36 PM
Im also working with jQuery on my vbulletin 3.8.6 on localhost.. if you need some help, just let me know.
I most certainly will. There are some areas I could really do with bouncing around :)
P.D. the registration on your site doesn't work.. it gives me the error: "You have left a required field blank."
Just tested it with Safari, FF 3.6 & IE7 and it works fine :confused:
OldSchoolDSL
03-10-2011, 01:52 AM
I would really like to see this ported over into vBulletin 4
gothicuser
03-10-2011, 03:26 AM
I would really like to see this ported over into vBulletin 4
That is definitely on the cards, though not yet a while.
OldSchoolDSL
03-10-2011, 08:54 AM
That is definitely on the cards, though not yet a while.
Anything I can help with, which will speed up that process?
gothicuser
03-10-2011, 09:53 AM
Anything I can help with, which will speed up that process?
Thankyou for the offer, I'll get down to some serious thought on the subject after this weekend. I'm rather busy on a couple of other (Family related) tasks.
I'll PM you then.
OldSchoolDSL
03-12-2011, 03:22 PM
Thankyou for the offer, I'll get down to some serious thought on the subject after this weekend. I'm rather busy on a couple of other (Family related) tasks.
I'll PM you then.
Respectfully, I hope things are well for you and your family.
When you're ready to take on this task, please keep me and everyone else updated. There are others here who would be willing to help with this modification and provide a test location if needed.
gothicuser
03-14-2011, 05:09 AM
I only ever had vB4 installed for a couple of days before re-upgrading back to vB3 for all my sites.
For me to port this over will mean me installing 4 onto one of my dev machines here, and seeing how it works.
This is no problem, just a matter of time! I do plan to get on with this soon, probably by next weekend, but patience will be required I'm afraid.
Not only would I like to do this port, I also want to expand the areas of it's use. I'll keep you informed.
Juggernaut
04-30-2011, 07:50 PM
Tagged for Vbulletin 4 :)
cuco2000
05-02-2011, 06:15 AM
I can not make me work on my forum, I think it is problem of my navbar template
I would only use the registry and Logout
I share my navbar template (I have many changes on my site):
<br />
<if condition="THIS_SCRIPT != 'index'">
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td> </td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<if condition="$show['communitylink']">
<!-- community link menu -->
<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[community_links]</td></tr>
$template_hook[navbar_community_menu_start]
<if condition="$show['quick_links_groups']">
<tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>
</if>
<if condition="$show['quick_links_albums']">
<tr><td class="vbmenu_option"><a href="album.php$session[sessionurl_q]">$vbphrase[pictures_and_albums]</a></td></tr>
</if>
<if condition="$bbuserinfo['userid']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
</if>
<if condition="$show['memberslist']">
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
</if>
$template_hook[navbar_community_menu_end]
</table>
</div>
<!-- / community link menu -->
</if>
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
<div style="margin-top:$stylevar[cellpadding]px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</div>
</form>
</td>
</tr>
<if condition="$vboptions[threadtagging]">
<tr>
<td class="vbmenu_option"><a href="tags.php$session[sessionurl_q]" rel="nofollow">$vbphrase[tag_search]</a></td>
</tr>
</if>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
$template_hook[navbar_search_menu]
</table>
</div>
<!-- / header quick search form -->
</if>
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_contacts]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos1]
$template_hook[navbar_quick_links_menu_pos2]
<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_your_details]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos3]
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
$template_hook[navbar_quick_links_menu_pos4]
</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
</if>
</if>
<if condition="$show['member'] AND $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
$notifications_menubits
</table>
</div>
<!-- / notifications menu -->
</if>
<!-- $ ad _ location[ ad_navbar_below ] -->
<a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a>
so:
<a href="#" rel="#shuut" id="suu">$vbphrase[log_out]</a>
But it does not work: (
gothicuser
05-02-2011, 09:14 AM
I can not make me work on my forum, I think it is problem of my navbar template
I would only use the registry and Logout
I notice from the navbar template you show that the ad location at the bottom:
<!-- $ ad _ location[ ad_navbar_below ] -->
is commented out.
If you need to keep this as it is then you should follow the install instructions, but then manually add:
$template_hook[navbar_jqt_suite]at the very bottom of the navbar template.
Hopefully it will then work.
gothicuser
05-02-2011, 09:17 AM
Just a quick note for those hoping this will be converted for vB4:
I have done most of the conversion, BUT it slows the page loading to such a degree that in it's current state it is untennable.
I promise I am trying hard to find time between real-world things (job, familly etc) to code and develop this but it is slow :(
cuco2000
05-02-2011, 04:14 PM
I notice from the navbar template you show that the ad location at the bottom:
<!-- $ ad _ location[ ad_navbar_below ] -->
is commented out.
If you need to keep this as it is then you should follow the install instructions, but then manually add:
$template_hook[navbar_jqt_suite]at the very bottom of the navbar template.
Hopefully it will then work.
Is not working, you need paste here mi header template (that has the menu code) ?
cuco2000
05-03-2011, 01:21 AM
Sorry for the Double Post,
I tryed to install in the default template, and i have the same problem...
gothicuser
05-03-2011, 03:26 AM
Could you let me have the link to your website please?
(you can PM it to me if you prefer)
OldSchoolDSL
05-03-2011, 04:43 AM
Just a quick note for those hoping this will be converted for vB4:
I have done most of the conversion, BUT it slows the page loading to such a degree that in it's current state it is untennable.
I promise I am trying hard to find time between real-world things (job, familly etc) to code and develop this but it is slow :(
Completely understand that things in life can set you back. Take care of what you need to first. :)
But do keep us posted when you can, please ;)
maxlink
05-12-2011, 04:07 PM
Hope this mod will work with vb4 soon. By adding this mod, the way for login & registering look professionally.
jimsflies
05-19-2011, 01:34 AM
I'm trying to get this working on my site. The registration doesn't include the extra fields portion of the registration process. I noticed on your site, it also wouldn't let me register and kicked me into the normal registration page...and also gave me an error about missing information.
I'm trying to add all the extra stuff to the registration template, however, the issue I need to resolve is making the overlay itself scroll. I'm assuming this is somewhere in the css file?
cuco2000
05-19-2011, 02:26 AM
I'm trying to get this working on my site. The registration doesn't include the extra fields portion of the registration process. I noticed on your site, it also wouldn't let me register and kicked me into the normal registration page...and also gave me an error about missing information.
I'm trying to add all the extra stuff to the registration template, however, the issue I need to resolve is making the overlay itself scroll. I'm assuming this is somewhere in the css file?
You need added manually the fields in the quick_register template.
example:
<select name="userfield[field6]" id="csel_field6">
<option value="-1" selected="selected">Sex?</option>
<option value="1">Famale</option>
<option value="2">Male</option>
</select>
You need find de field number in your admincp -> extra fields, and see the numer of your select field
(sorry for my bad english)
gothicuser
05-19-2011, 04:15 AM
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
.description {
background:transparent;
font-size:11px;
padding:10px 10px;
}
change it to
.description {
background:transparent;
overflow:scroll;
font-size:11px;
padding:10px 10px;
}
That should make the registration scrollable.
jimsflies
05-19-2011, 01:23 PM
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.
gothicuser
05-19-2011, 02:16 PM
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
<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 :rolleyes:
abosaleh
08-03-2011, 05:08 PM
thanks very much
paul41598
08-12-2011, 01:05 PM
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
gothicuser
08-12-2011, 01:38 PM
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?
gothicuser
09-22-2011, 04:16 PM
Just updated to Version 2.0.
New bits, easier install/configuration, new theme(s) and more compatible.
A.Chakery
03-31-2012, 12:40 PM
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
gothicuser
03-31-2012, 03:05 PM
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
:o 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?
A.Chakery
03-31-2012, 03:12 PM
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 ...
gothicuser
03-31-2012, 04:18 PM
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 ...
Ah, without looking I think it may be the hook where the jquery is placed (maybe the header or headinclude) leave it with me overnight and I'll get back to you n the morning.
A.Chakery
03-31-2012, 04:22 PM
I placed all of my Js files in headinclude ...
ok please take your time.
and thanks for the support
gothicuser
03-31-2012, 07:37 PM
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 ...
May I ask which custom style you are using (unless it is hybrid) please?
A.Chakery
03-31-2012, 08:02 PM
no its not hybrid ...
this is my website :
http://www.vetarena.com/ ,
Which template codes do you want ? I can give it to you.
blind-eddie
03-31-2012, 09:20 PM
Hello Gothicuser...its been a long time...hope life is treating you and yours well.
I have Force Intro On Register (https://vborg.vbsupport.ru/showthread.php?t=165951&highlight=intro) on my live test site & I like using it...how ever, I really like your addon and can not get the two to play well together or I am missing something...
If you would not mind, in your free time will you look a the product of the Force Intro On Register & help me figure out what I need to edit to get them both to play together.
Edit: I am also having an issue with Image verification showwing up on the register popup, sometime is shows other time it does not... Any ideas?
Also, can to rest of the registration process be added to this?
See SS below.
gothicuser
04-01-2012, 05:38 AM
I have Force Intro On Register (https://vborg.vbsupport.ru/showthread.php?t=165951&highlight=intro) on my live test site & I like using it...how ever, I really like your addon and can not get the two to play well together or I am missing something...
If you would not mind, in your free time will you look a the product of the Force Intro On Register & help me figure out what I need to edit to get them both to play together.
Edit: I am also having an issue with Image verification showing up on the register popup, sometime is shows other time it does not... Any ideas?
Also, can to rest of the registration process be added to this?
See SS below.
I will look at this in the next couple of days. Got to re-familiarise myself with the (abysmal) code. Wish I'd used the TMS on this one :o
gothicuser
04-01-2012, 05:41 AM
no its not hybrid ...
this is my website :
http://www.vetarena.com/ ,
Which template codes do you want ? I can give it to you.
I had a look, and the only possible issue is that there are other jQuery scripts present.
Could you tell me please, what exactly happens when you try to add the tooltips to threadbit and postbit, do you get anything at all (like either a garbled tooltip or literally nothing)?
blind-eddie
04-01-2012, 07:42 AM
I had a look, and the only possible issue is that there are other jQuery scripts present.
Could you tell me please, what exactly happens when you try to add the tooltips to threadbit and postbit, do you get anything at all (like either a garbled tooltip or literally nothing)?
I have a few other jQuery scripts running...most just added to header. I will remove them when I get in from work.
When I add tooltips to postbit my page blows up, no tooltips. This happens in every style I have.
Thank you for looking into this for me.
A.Chakery
04-01-2012, 08:04 AM
I had a look, and the only possible issue is that there are other jQuery scripts present.
Could you tell me please, what exactly happens when you try to add the tooltips to threadbit and postbit, do you get anything at all (like either a garbled tooltip or literally nothing)?
I have only 1 additional java script call file in my headinclude (except the vb js files) , here it is :
vetarena.com/clientscript/gradualfader.js
is it possible to insert the call for js files manually in headinclude ?
thanks
A.Chakery
04-01-2012, 08:16 AM
ok now I noticed a new issue ,
I put a conditional command for the threadbit template edit, I mean I edited the threadbit template like this:
<if condition="$show['guest']">
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1 jqt_threadbit_tooltip_trigger" id="td_threadtitle_$thread[realthreadid]" title="<table class="threadbit_tooltip">
<tr>
<td class="avatar_blok">
<img src="$thread[avatarurl]" border="0"style="max-width:80px;min-width:60px; max-height:90px;" />
</td>
<td class="user_detail">
<p class="borderbottom"><i>Preview</i></p>
<p class="details2">$thread[preview]</p>
<h5>Started by: $thread[postusername], $thread[lastpostdate] $thread[lastposttime]</h5>
</td>
</tr>
</table>">
</if>
now when I visit the threads .. (with having the hack enabled and obviously when I am logged in) , thread pages are blank ...
so I disabled the hack temporary ...
gothicuser
04-01-2012, 08:54 AM
I have only 1 additional java script call file in my headinclude (except the vb js files) , here it is :
vetarena.com/clientscript/gradualfader.js
When I do a firebug I see:
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js">
<script src="http://js2.vetarena.net/yui/yahoo-dom-event/yahoo-dom-event.js?v=387" type="text/javascript">
<script src="http://js2.vetarena.net/yui/connection/connection-min.js?v=387" type="text/javascript">
<script type="text/javascript">
<script src="http://js2.vetarena.net/vbulletin_global.js?v=387" type="text/javascript">
<script src="http://js2.vetarena.net/vbulletin_menu.js?v=387" type="text/javascript">
<script src="http://jquery.vetarena.net/1.3.2/jquery.min.js" type="text/javascript">
<script src="http://yui.vetarena.net/1.5.3/jquery-ui.min.js" type="text/javascript">
<script src="http://js2.vetarena.net/gradualfader.js" type="text/javascript">
and that shows on all pages
is it possible to insert the call for js files manually in headinclude ?
thanks
That is what I was going to get round to telling you.
How much of the mod do you want to use? I can generate a 'mini' version for you maybe.
A.Chakery
04-01-2012, 10:00 AM
yes for sure.... it would great ...
I only wanna use this mod for my members and I need the Tooltip in Threadbit, postbit and log out .
It's really kind of you.
thank you very much
A.Chakery
04-01-2012, 10:03 AM
and about this :
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js">
<script src="http://js2.vetarena.net/yui/yahoo-dom-event/yahoo-dom-event.js?v=387" type="text/javascript">
<script src="http://js2.vetarena.net/yui/connection/connection-min.js?v=387" type="text/javascript">
<script type="text/javascript">
<script src="http://js2.vetarena.net/vbulletin_global.js?v=387" type="text/javascript">
<script src="http://js2.vetarena.net/vbulletin_menu.js?v=387" type="text/javascript">
<script src="http://jquery.vetarena.net/1.3.2/jquery.min.js" type="text/javascript">
<script src="http://yui.vetarena.net/1.5.3/jquery-ui.min.js" type="text/javascript">
<script src="http://js2.vetarena.net/gradualfader.js" type="text/javascript">
all of these items ( except the last line) are related to vbulletin ... but I have hard codded them to be served via my CDN, thats why they looks like js2.vetarena.net , and such.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.