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)

smirkley 12-08-2011 02:57 AM

Sorry for the late post, but I just discovered that Login/Logout does not work on CMS builds.

Havent tested register yet.

gothicuser 12-08-2011 04:13 AM

Quote:

Originally Posted by smirkley (Post 2275770)
Sorry for the late post, but I just discovered that Login/Logout does not work on CMS builds.

Havent tested register yet.

Eh?
Do you mean on version 4.1.9?
If so I haven't tested yet, though I did see that they have included a new jQuery library :eek:

EDIT: Nope, not that, just upgraded one of my dev boxes to 4.1.9 and all seems to work fine. No errors.

smirkley 12-08-2011 04:46 AM

I am still on 4.1.8 until 9 comes out of beta.

But I click on the register link, or logout link,...and nothing happens.

Other pages completely ok.

gothicuser 12-08-2011 07:00 AM

Quote:

Originally Posted by smirkley (Post 2275786)
I am still on 4.1.8 until 9 comes out of beta.
But I click on the register link, or logout link,...and nothing happens.
Other pages completely ok.

Ah, you're saying those links are not working on VBCMS page(s) but ok on all other pages.
Interesting, I'm not having a problem here BUT I have seen that the execution order can have an effect on that.
What you could try (bit heavy handed, I know) is to pop into AdminCP/Plugins & Products/Manage Products/jQt Login/Register/jQt Suite Parse the MarkRead Template
Set execution order to something like 100
then AdminCP/Plugins & Products/Manage Products/jQt Login/Register/jQt Suite Parse the Logout Template and set it's execution order to maybe 120 (this has to be higher than markread)
Let me know if that[s] kills your forums[/s] works or not.

smirkley 12-09-2011 12:29 AM

Did as suggested,... everything works on CMS except Logout.

gothicuser 12-10-2011 10:17 AM

Update itself is ready. All I have to do now is the documentation, and a couple more test installs.
Possibly tomorrow morning.

p.s. Smirkley, we really need to talk :rolleyes: I was on your site and see a couple of possible issues.

gothicuser 12-11-2011 06:54 AM

Finally, I have posted the upgrade. Fully tested with new docs.
Oh dear, the docs need fixing :(

smirkley 12-15-2011 06:56 PM

Thank you for this mod. I have just upgraded and also used the IE fix js file. I love the improvements.

After considerable testing the following are bugs/wishlist stuff. The bugs are carryovers from the last so they are nothing new. The wishlists are just things that seem to add to its value. I know you have implied that at least one of the bugs are a problem or conflict on my site, but I have disabled all mods and the problems persist on a default vB theme.



Bugs:

[S]search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting.[/S] fixed in v2.1

[S]On CMS, logout login/reg overlay does not work on any CMS page.[/S]
Human verification does not show on CMS using IE and Firefox in register overlay, and does not show on any site page using Internet Explorer.

template edit below seems to have fixed this for FF, still no human verify using IE9 in reg.login




[S]On the Register overlay, the term "(checkbox) I agree to" should also have added " all Terms & Conditions"[/S] to be fixed in next update - I edited to include a link and the rest of the phrase for now in the product xml.
fix: find:
{vb:raw vboptions.bbtitle}}

add after:
<u><a href="{vb:raw vboptions.tosurl}" target="_blank">{vb:rawphrase terms_of_service}</a></u>



in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video? You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.





Wishlist:

[S]forumhome forumlist tooltip - would like the image in tooltip to be the forum statusicon image instead of the default.[/S]

found fix solution!!:

replace in :
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post


find:
{vb:stylevar imgdir_statusicon}/users.png

replace with:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png





I, after testing out all the above items, wanted to try to add a register floater image on all pages, and link it to the login/register overlay. I am successful except for the fact the image links properly, but now the Login/Register link in the header no longer works. Is it not possible to have two instances of the login/register overlay on any given page?

I know you are busy, I look forward to your reply. Thanks.

gothicuser 12-15-2011 08:07 PM

Quote:

Originally Posted by smirkley (Post 2278087)
Bugs:

search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting.

I will look further into this, I may try to separate the script controller for this (search) tooltip.
Quote:

On CMS, logout login/reg overlay does not work on any CMS page.

Human verification does not show on CMS using IE and Firefox in register overlay, and does not show on any site page using Internet Explorer.
I have to say that I have not seen these problems at all, having tested with all popular browsers (Chrome, FF, IE7,8 & 9 and Safari) All overlays work on all the pages on the three vB4 forums I administer with this mod installed.

Quote:

On the Register overlay, the term "(checkbox) I agree to" should also have added " all Terms & Conditions"
Thanks, that will be added :o

Quote:

in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video? You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.
I see what you mean. I have z-indexed that to 9999, but it still underlays the google video which I cannot explain. I will add that to my todo list
Quote:

Wishlist:

forumhome forumlist tooltip - would like the image in tooltip to be the forum statusicon image instead of the default.

found fix solution!!:

replace in :
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post


find:
{vb:stylevar imgdir_statusicon}/users.png

replace with:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png
I, after testing out all the above items, wanted to try to add a register floater image on all pages, and link it to the login/register overlay. I am successful except for the fact the image links properly, but now the Login/Register link in the header no longer works. Is it not possible to have two instances of the login/register overlay on any given page?

I know you are busy, I look forward to your reply. Thanks.
Is it not possible to have two instances of the login/register overlay on any given page?=No. I ran into that problem before on another of my mod attempts. It's the way jQuery works. You CAN have two instances but only with different trigger and element designations (change the names) which would effectively defeat the object. You see they rel="" using the ID's of which only one is allowed on any page. If I was able to utilise the 'class="" then you could have as many on one page as you want.

p.s. if you understood that lot you are a better person that me :eek:

smirkley 12-15-2011 08:14 PM

Quote:

Originally Posted by smirkley (Post 2278087)
search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting.

Solution found:


I didnt see the changes in the search result template editfor the new version - fixed!


All times are GMT. The time now is 08:10 AM.

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.02242 seconds
  • Memory Usage 1,759KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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