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 01-18-2012 08:32 PM

I have added yet another potentially useful overlay to the suite which can be seen on my site HERE.
You need to be logged in to see it though, you can use the following credentials for temporary access.
USER: fred
PASS: george
You need to look for the button in the header named 'Online', this will provide an overlay of the Who's Online page (restricted output).
A couple of people had mentioned to me that it would be nice to have easier access to this useful feature.
It will be included in the next release, which in reality will be the release candidate (as I have had no problems reported within the current beta).

Marv 01-18-2012 09:10 PM

Hi Tony,

this is looking very promising. I haven´t read all the pages of this thread, but I´ld need required fields in the registration process. Your description says nothing about that but on the first page you´ve said you´ld have a look if this could be implemented later on. Is this now included already and the description is only incomplete?

GhostHunter2010 01-18-2012 11:01 PM

installed but not showin up on vb 4.1.9

gothicuser 01-19-2012 05:35 AM

Quote:

Originally Posted by Marv (Post 2289602)
Hi Tony,

this is looking very promising. I haven?t read all the pages of this thread, but I?ld need required fields in the registration process. Your description says nothing about that but on the first page you?ve said you?ld have a look if this could be implemented later on. Is this now included already and the description is only incomplete?

It isn't included I'm afraid.
I keep going back to that but there are always obstacles. I will have another look though, but after this one is released (2 days time)

gothicuser 01-19-2012 05:36 AM

Quote:

Originally Posted by GhostHunter2010 (Post 2289644)
installed but not showin up on vb 4.1.9

Works fine on all the 4.x series so far.
A little elaboration may help.

GhostHunter2010 01-19-2012 05:50 PM

not on mine thanks for ur reply anyways unistalled

blue6995 01-20-2012 06:29 AM

Installed and working great! How can I change the image on the left hand side of the Box that pops up when hovering mouse over forum title or thread?

Thanks

gothicuser 01-20-2012 07:07 AM

Quote:

Originally Posted by blue6995 (Post 2290124)
Installed and working great!

Really glad to hear that :)
Quote:

How can I change the image on the left hand side of the Box that pops up when hovering mouse over forum title or thread?
The three templates are 'forumhome_forumbit_level1_post', 'forumhome_forumbit_level1_post' and 'threadbit'
If you have TMS installed edit from in there, and what you need to look for is
In the first two:
PHP Code:

img src="{vb:stylevar jqt_forumhomedescription_icon}&quotborder="0"style="width:80px;height:80px;" /&gt

change the {vb:stylevar jqt_forumhomedescription_icon} to the full path to the desired image
In the third one look for:
PHP Code:

img src="{vb:raw thread.avatarurl}&quotborder="0"style="max-width:80px;min-width:60pxmax-height:90px;" /&gt

and again, change the {vb:raw thread.avatarurl} to point to your desired image.
You can use url or path thus
either
Code:

/public_html/images/image.png
OR
Code:

http://.www/freds-site.com/images/piccy.png
That should work, by the way, don't add any extra text marks/quotation marks etc. really screws the layout :eek:

blue6995 01-20-2012 09:26 PM

I am using 4.1.10 and I note that when this mod is active unread posts are no longer shown in Bold - is there a work around for this?

Thanks

blue6995 01-20-2012 09:59 PM

Since installing the latest upgrade the thread popup now shows this - see attachment

blue6995 01-20-2012 10:18 PM

I just installed he latest version and now, when hovering over the latest thread or even an old thread, all I get is a Box with lots of gobbledygook in it!

http://rwf-forum.co.uk/vBulletin/forum.php

gothicuser 01-21-2012 05:05 AM

Quote:

Originally Posted by blue6995 (Post 2290334)
I am using 4.1.10 and I note that when this mod is active unread posts are no longer shown in Bold - is there a work around for this?

Thanks

That shouldn't happen at all, I'll look into that this morning.

Quote:

Originally Posted by blue6995 (Post 2290360)
I just installed he latest version and now, when hovering over the latest thread or even an old thread, all I get is a Box with lots of gobbledygook in it!

The only other time I saw that happening it was caused by a clash with other script(s). If there is more than one jquery (type) or mootools script being loaded, only the first would be recognised. The workaround would be to use the <noConflict> method.

thecore762 01-21-2012 06:02 AM

I am having issues using this.
See this: www.47r-squad.com
Probably because I am using prototype.js
can you post a fix?

thecore762 01-21-2012 07:00 AM

1 Attachment(s)
Another issue I ran into is this:

gothicuser 01-21-2012 07:29 AM

Quote:

Originally Posted by thecore762 (Post 2290470)
I am having issues using this.
See this: www.47r-squad.com
Probably because I am using prototype.js
can you post a fix?

I am really sorry, but for me to use the noconflict fix would mean me re-writing the entire mod.
Even then I'm not sure it would work as I see you have multiple other scripts loading, some from external sources (histats etc).

thecore762 01-21-2012 07:47 PM

Hmmmm, this is one of the main issues with jQuery and should have been accounted for when building this mod.
This is an excellent plugin, wish I could have been able to use it.
Of course I could turn off histats for this.

Anyways, thanks for the reply.

gothicuser 01-21-2012 08:00 PM

Quote:

Originally Posted by thecore762 (Post 2290678)
Hmmmm, this is one of the main issues with jQuery and should have been accounted for when building this mod.

This has always been a recognised problem, but it's a simple case of what came first, the egg or the other thing? How many other jQuery add-ons are out there? vB and third party.
Who should incorporate the noconflict fix, me? them?
The other problem is that to build it in from scratch I would need to select a unique alias which others have not used, there are only so many letters in the alphabet.

I agree, it is a problem but not one I can fix alone.

EDIT: I have a few quiet days towards the second half of next week and I think I'll do a little experimentation regarding this problem. I won't promise anything at all, but you never know, something good may come of it.

thecore762 01-21-2012 09:23 PM

This may help:
https://vborg.vbsupport.ru/showthread.php?t=276766
I was having the same problem with a similiar addon, but we found a fix for it.
Hopefully we can find something for this addon.

gothicuser 01-22-2012 05:54 AM

1 Attachment(s)
Quote:

Originally Posted by thecore762 (Post 2290713)
This may help:
https://vborg.vbsupport.ru/showthread.php?t=276766
I was having the same problem with a similiar addon, but we found a fix for it.
Hopefully we can find something for this addon.

Yeah, thats using the standard noconflict fix. I prefer the alias method which should work with more than one conflict.
Was it just the tooltips (from that screenie) ?
If that is the case, could you please do me a favour and copy the file inside the archive to the folder 'jqt_suite' after backing up the original file of course.
Test out the tooltips using the Original Black theme, see if that helps.

thecore762 01-22-2012 08:08 AM

Sweet, thank you!
Everything is working except the Postbit Tooltip.

gothicuser 01-23-2012 05:10 AM

Quote:

Originally Posted by thecore762 (Post 2290898)
Sweet, thank you!
Everything is working except the Postbit Tooltip.

Just ran your postbit (page) through Firebug and see that there are nineteen scripts trying to shoulder their way in, jostling for what little space is there is.
I do have a couple of ideas that may work, give me a couple of days (work has now distracted me).

thecore762 01-23-2012 05:48 AM

Quote:

Originally Posted by gothicuser (Post 2291275)
Just ran your postbit (page) through Firebug and see that there are nineteen scripts trying to shoulder their way in, jostling for what little space is there is.
I do have a couple of ideas that may work, give me a couple of days (work has now distracted me).

Ok, thanks for helping me :)

TombstoneWarrior 01-23-2012 03:06 PM

This Script Has A Million Bugs No Reason To Add It To My Forum Till Its 100%

thecore762 01-23-2012 10:59 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2291428)
This Script Has A Million Bugs No Reason To Add It To My Forum Till Its 100%

I disagree.
If you are not running prototype.js then you should be all set with 0 issues.

thecore762 01-24-2012 11:23 PM

1 Attachment(s)
gothicuser, I want to bring this up to your attention.

When you look at the screenshot when I have the mark as read disabled it doesn't mark as read the default option.
It just shows a small arrow next to the options.
Could this be fixed?

gothicuser 01-25-2012 05:47 AM

Quote:

Originally Posted by thecore762 (Post 2291980)
gothicuser, I want to bring this up to your attention.

When you look at the screenshot when I have the mark as read disabled it doesn't mark as read the default option.
It just shows a small arrow next to the options.
Could this be fixed?

Fixed.
I've upgraded the package. To apply all you need to do is re-import the product .xml file, allowing overwrite.

thecore762 01-25-2012 06:24 AM

Quote:

Originally Posted by gothicuser (Post 2292087)
Fixed.
I've upgraded the package. To apply all you need to do is re-import the product .xml file, allowing overwrite.

Sweet, thanks for the update!

Alex@Mk3OC 01-27-2012 10:15 AM

This still doesn't work properly with read marking, the thread titles no longer show in bold for unread threads once this is installed, had to uninstall for now

gothicuser 01-28-2012 06:39 AM

Quote:

Originally Posted by Alex@Mk3OC (Post 2292997)
This still doesn't work properly with read marking, the thread titles no longer show in bold for unread threads once this is installed, had to uninstall for now

Fixed.
I've upgraded the package to v3.1RC3. To apply all you need to do is re-import the product .xml file, allowing overwrite.

thecore762 01-28-2012 11:38 PM

Quote:

Originally Posted by gothicuser (Post 2293347)
Fixed.
I've upgraded the package to v3.1RC3. To apply all you need to do is re-import the product .xml file, allowing overwrite.

Hi there,
Thread preview doesn't work for guests.
http://www.47r-squad.com/general-discussion/

It works for the front page vBAdvanced, not the forum page.

gothicuser 01-29-2012 05:51 AM

Quote:

Originally Posted by thecore762 (Post 2293617)
Hi there,
Thread preview doesn't work for guests.
http://www.47r-squad.com/general-discussion/

It works for the front page vBAdvanced, not the forum page.

I can see your problem. I don't have that issue here or on my other sites but will look further into it later for you.
I'm getting over food poisoning, feel like c**p so not really up to it this morning :(

thecore762 01-29-2012 06:22 AM

Quote:

Originally Posted by gothicuser (Post 2293713)
I can see your problem. I don't have that issue here or on my other sites but will look further into it later for you.
I'm getting over food poisoning, feel like c**p so not really up to it this morning :(

Sorry to hear that, hopefully you have a speedy recovery.
Take your time and take care of yourself.

zyiad 01-29-2012 08:15 AM

thanks,

thecore762 01-30-2012 11:22 PM

Also wanted to report another bug.
In forum home: http://www.47r-squad.com/general-discussion/
New posts are not showing in bold.

gothicuser 01-31-2012 08:39 AM

Quote:

Originally Posted by thecore762 (Post 2294401)
Also wanted to report another bug.
New posts are not showing in bold.

Sorry
Fixed.
I've upgraded the package to v3.1RC4. To apply all you need to do is re-import the product .xml file, allowing overwrite.

thecore762 01-31-2012 11:49 PM

Nominated for mod of the month.
Excellent product and I believe it's one of the best plugins made so far for vBulletin!
I totally fell in love with jQuery.

thecore762 02-04-2012 09:48 PM

Quote:

Originally Posted by gothicuser (Post 2293713)
I can see your problem. I don't have that issue here or on my other sites but will look further into it later for you.
I'm getting over food poisoning, feel like c**p so not really up to it this morning :(

I double checked the user permissions for unregistered, looks like everything is fine from that regard.

thecore762 02-28-2012 11:34 PM

1 Attachment(s)
Hi there, I encountered a new bug.
Currently if a forum section is not using written description instead using a code/image this shows:

gothicuser 02-29-2012 03:49 AM

Quote:

Originally Posted by thecore762 (Post 2304457)
Hi there, I encountered a new bug.
Currently if a forum section is not using written description instead using a code/image this shows:

Ouch, I'll look at that. Thanks

HHelp1 02-29-2012 10:21 PM

Its not working here! Please help me :(


Do i have to upload Docs folder?


All times are GMT. The time now is 05:14 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.01586 seconds
  • Memory Usage 1,843KB
  • 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
  • (2)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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