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)

kishorprins 08-23-2011 02:51 PM

Quote:

Originally Posted by gothicuser (Post 2237022)
Ignore the CSS file, it's the CSS TEMPLATE you need to edit.
You're welcome.

I have a question, is it not possible to do a vb/if tag to see which conditions are met then render the CSS, or would the template still be rendered?

Edit: My idea for the vb/if decision tags worked like a charm.

Just wrapped this around the logout template:
Code:

<vb:if condition="$bbuserinfo[userid] != 0"></vb:if>
Works like a charm!

ramil86 08-25-2011 12:36 PM

thanks for the update. Super mode.

kishorprins 08-25-2011 02:07 PM

Sorry to bother you again, but would you by any chance have the idea of aadding custom profile field support?

gothicuser 08-25-2011 02:10 PM

Quote:

Originally Posted by kishorprins (Post 2237926)
Sorry to bother you again, but would you by any chance have the idea of aadding custom profile field support?

I had hoped to include this in the latest update, but it's proving a little bit of a minefield (for me, at any rate) So hopefully next time, sorry.
I am currently working on it.

GamersChallenge 08-27-2011 04:39 AM

version 1.2b, when i click on log out, nothing happens, doesn't log out.

also do you think maybe for your next version you can add a a small txt area with a scrollbar for the site rules above the agree check box?

another thing I would love to have is a privacy policy and TOS popup page just like the popups pages in this mod.

thanx again for your time, keep up the good work.

gothicuser 08-27-2011 05:16 AM

Quote:

Originally Posted by GamersChallenge (Post 2238595)
version 1.2b, when i click on log out, nothing happens, doesn't log out.

Go to AdminCP/Plugins & Products/Plugin Manager/jQt Suite Parse the Logout Template
change the Execution order to a (much) higher number, it has to load late in the scheme of things.

Quote:

also do you think maybe for your next version you can add a a small txt area with a scrollbar for the site rules above the agree check box?

another thing I would love to have is a privacy policy and TOS popup page just like the popups pages in this mod.
The first one I will look at the feasability, the popup needs to open comfortably on the smallest popular screen resolution, so I'm trying not to overload it.

The second one(s) I like the sound of. I can achieve those with a simple overlay, though they'll have to join the queue.
Thanks for the feedback. :)

ramil86 09-10-2011 09:50 AM

Dear Gothicuser, any updates for the "pop up" function that you had promissed to include in the comming version? I basically need the register/login window to pop up as soon as users enter the cms home page or forum page. Thank you in advance

gothicuser 09-10-2011 11:40 AM

Quote:

Originally Posted by ramil86 (Post 2244209)
Dear Gothicuser, any updates for the "pop up" function that you had promissed to include in the comming version? I basically need the register/login window to pop up as soon as users enter the cms home page or forum page. Thank you in advance

Currently I am totally rewriting the vB3 version, adding bits and big improvements.
As soon as that is finished I will do the same for the vB4 version.
At the moment I have no idea of a time frame, though it should be within days rather than weeks.

gothicuser 10-22-2011 04:45 AM

Just uploaded Version 2.0 beta, which now includes the tooltips and alternative themes and a few fixes.
I have created the 'auto-popup' feature for the Log-In / Register element, but am having trouble implementing the session cookie (we don't want it to open on every page refresh, do we?) Anyone with any ideas please PM me.

ramil86 10-23-2011 09:16 AM

Maybe you need to use conditionals like if registered..

gothicuser 10-23-2011 10:21 AM

Quote:

Originally Posted by ramil86 (Post 2260466)
Maybe you need to use conditionals like if registered..

Yes, that works, but still with every page refresh the overlay will still appear for guests. :(

RSNF 10-23-2011 10:44 AM

I really hope that with the amount of work this coder has put in for the extra options you all have asked for and he has done you have the decency to send him some money for his time to his paypal account. It's one thing for a coder to supply a working mod it's another thing to continue to add to the mod options he or she never intended on supplying with the mod just to make you all happy.

thecore762 10-23-2011 08:52 PM

This looks very promising, I just wish vB would incorporate such option in the future versions. anyways thanks for making this, will test it out.

tpearl5 11-04-2011 05:22 PM

This is almost exactly what I was looking for.

If you get v2 rounded out I'll be sure to donate for your trouble!

gothicuser 11-04-2011 05:47 PM

Quote:

Originally Posted by tpearl5 (Post 2264464)
This is almost exactly what I was looking for.

If you get v2 rounded out I'll be sure to donate for your trouble!

Many thanks for that :D
v2 is there bar the dotting of the T's and crossing of the i's :rolleyes:

tpearl5 11-04-2011 08:18 PM

Yeah, I want to make sure this is as light weight as possible since I'm not looking to increase my page load time.

gothicuser 11-04-2011 09:13 PM

Quote:

Originally Posted by tpearl5 (Post 2264521)
Yeah, I want to make sure this is as light weight as possible since I'm not looking to increase my page load time.

It's only the tooltips that have any noticeable effect, though it's micro as opposed to mili-seconds.

smirkley 11-04-2011 09:59 PM

Just a suggestion,..

All the images should be located under one directory.

ie: /images/jQt_images/

Right now some images must be located in forum root and the /img/ directory must be located in forum root AND /images/ directory, to work properly.

Using v2

Btw,... love the way this works and looks!

smirkley 11-05-2011 02:28 AM

edit to add - can this also be made to work in search results?
I tried and kinda got it to work, but it doesnt position properly like in forumlists.

gothicuser 11-05-2011 05:21 AM

Quote:

Originally Posted by smirkley (Post 2264560)
Just a suggestion,..

All the images should be located under one directory.

ie: /images/jQt_images/

Right now some images must be located in forum root and the /img/ directory must be located in forum root AND /images/ directory, to work properly.

Yeah, really, really sorry for that, this is the main fix coming out this morning. My bad.
Quote:

Btw,... love the way this works and looks!
Thankyou

doctorsexy 11-05-2011 11:41 AM

Getting error on install

XML Error: XML_ERR_NAME_REQUIRED at Line 5

gothicuser 11-05-2011 12:16 PM

Quote:

Originally Posted by doctorsexy (Post 2264679)
Getting error on install


XML Error: XML_ERR_NAME_REQUIRED at Line 5

Dammit all, in my haste I made typo :(
re-download and try the new product file please.

victorvu 11-05-2011 06:16 PM

I must say that it is a awesome mode, but could not install as instructed. Maybe, I am the slowest! Please read below for my confusion:

Below is your direction to modify php code in the header, as highlighted in RED:
"
To stun the original Register button into submission:

Find:
PHP Code:

<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>

and ADD before:

PHP Code:

<!--
"


What do you mean by the statement above? You use the word "before" and I am not sure I understand that. The word "before" means to me, as below:

<!---
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>

If that is not the meaning, then the phrase "in front of" each php code, as below:

<!--- <li> -->
<!--- <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script> -->

Then Find:
PHP Code:

}
}
</script>
</li>

and ADD after:

PHP Code:

-->

Again, what do you mean by "after"? You mean as shown below, aren't you?

}
}
</script>
</li> --->

OR

<!--- } --->
<!--- } --->
<!--- </script> --->
<!--- </li> --->

Please verify this as shown above . Thank you .

Victor:confused:

gothicuser 11-05-2011 06:58 PM

1 Attachment(s)
Quote:

Originally Posted by victorvu (Post 2264768)
I must say that it is a awesome mode, but could not install as instructed.

Please verify this as shown above . Thank you .

Victor:confused:

I'd be interested to know which browser you used to view the docs? They have embedded script that works fine in all the usual ones, but if you download the attached file I have included the non-script version of the Docs for you.

smirkley 11-05-2011 11:49 PM

Quote:

Originally Posted by smirkley (Post 2264622)
edit to add - can this also be made to work in search results?
I tried and kinda got it to work, but it doesnt position properly like in forumlists.

Still working on a search result but I dont know how to position the floater like in the thread list pages. I dunno.

Question on the add-on profile bit: I have noticed that my awaiting confirmation usergroup in mini profile (legacy) It just outputs the script text and doesnt render the popup.

I run a script that occasionaly tests member emails for being valid, and bounces get booted to the awaiting confirmation membergroup. But their posts stay published and as result, mini-profiles in posts for these members still exist.

gothicuser 11-06-2011 05:17 AM

Quote:

Originally Posted by smirkley (Post 2264827)
Still working on a search result but I dont know how to position the floater like in the thread list pages. I dunno.

I'll look at this later this morning.

Quote:

Question on the add-on profile bit: I have noticed that my awaiting confirmation usergroup in mini profile (legacy) It just outputs the script text and doesnt render the popup.

I run a script that occasionaly tests member emails for being valid, and bounces get booted to the awaiting confirmation membergroup. But their posts stay published and as result, mini-profiles in posts for these members still exist.
I tried this, moved a couple of users to 'Awaiting Confirmation', but what happens in my forums is that their Avatar goes as well, so nothing happens.
What I may try is to give it a 'if is member' conditional in the code itself.
I'll experiment this morning and let you know the results.

gothicuser 11-06-2011 06:01 AM

1 Attachment(s)
Quote:

Originally Posted by smirkley (Post 2264827)
Still working on a search result but I dont know how to position the floater like in the thread list pages. I dunno.

Attached is a quicky fix.
The file in the archive is my entire 'search_threadbit' template.
You'll see at the beginning and end where I have added the tooltip. It returns the same tooltip as in the threadbit (for me :) )

You can edit the position of the tooltip if you open the file '/jqt_suite/jqt_suite_black/white_css.js' where it says:
"offset: [14, -20],"
This is the offset from the mouse pointer as zero.
Hope this is of some assistance friend :)

gothicuser 11-06-2011 06:15 AM

Quote:

Originally Posted by smirkley (Post 2264827)
Question on the add-on profile bit: I have noticed that my awaiting confirmation usergroup in mini profile (legacy) It just outputs the script text and doesnt render the popup.

I run a script that occasionaly tests member emails for being valid, and bounces get booted to the awaiting confirmation membergroup. But their posts stay published and as result, mini-profiles in posts for these members still exist.

I have been unable to replicate this at all :(
When the script moves them to the 'Awaiting Confirmation' group is this a modified group? does it retain avatars?
Is the script you use publicly available from here?
Let me know please (PM works for me if you want)

smirkley 11-06-2011 03:48 PM

Thanks, will try the search results later.

My awaiting group does allow for avatars, but the group can no longer post, until they update their email again. It is basically the same awaiting confirmation group that comes out of the box from vb, but some things like avatars still retain.

The script isnt anything big really, it just moves the member into a different member group, in my case, the awaiting group.

Now, when a member has posts, and is moved to this group, the avatars still show in posts for them, but the script that makes your popups show up, just shows up as plain script immediatly following the displayed avatar.

This is the code displayed, in blue is the avatar(avatar shows) and username of member in text
Quote:

*avatar*username</h3> <h4></h4> <p class="borderbottom">Member Details</p> <p class="details2">Currently Offline</p> <p class="details2">Join Date: Jul 2005</p> <p class="details2"></p> <p class="details2"></p> <p class="details2">Posts: 414</p> <p class="details2">Last Online: 08-28-2006 @ 09:01 AM</p> </td> </tr> </table>" class="jqt_postbit_tooltip_trigger" />

gothicuser 11-06-2011 03:53 PM

Quote:

Originally Posted by smirkley (Post 2265020)
Now, when a member has posts, and is moved to this group, the avatars still show in posts for them, but the script that makes your popups show up, just shows up as plain script immediatly following the displayed avatar.

Will knock up a conditional for you. Though it'll have to be a little later, just been commanded into Sunday tea (big affair in the missus head :rolleyes: )

smirkley 11-06-2011 07:07 PM

Quote:

Originally Posted by gothicuser (Post 2265027)
Will knock up a conditional for you. Though it'll have to be a little later, just been commanded into Sunday tea (big affair in the missus head :rolleyes: )

lol,.. you better do the right thing !

btw - setup the search result, and it works great. Just gotta make some small changes to work for the blog posts and goups that show up in search results, but that is minor. Will let you know.

gothicuser 11-06-2011 08:54 PM

Smirkley, this is driving me crazy. I can add conditional to show tooltip to members only, to usergroup(s) etc. I can add a conditional to turn avatar off for a usergroup (i.e. Awaiting Thingy). I cannot seem to find a conditional to show avatar, but NOT trigger tooltip.
Leave it with me, I'll try to find some time in the morning before work encroaches into my life.

smirkley 11-06-2011 10:25 PM

Quote:

I cannot seem to find a conditional to show avatar, but NOT trigger tooltip.
Just to clarify, I want the avatar to stay showing, but I want the tooltip to also show for Awaiting Confirmation group, instead of just the script text.

I can pm you a link to see what is going on my site if you like.

Thanks for your efforts.

gothicuser 11-07-2011 04:41 AM

Quote:

Originally Posted by smirkley (Post 2265143)
I can pm you a link to see what is going on my site if you like.

Yes please

tpearl5 11-11-2011 01:43 PM

Did you ever figure out the thing with the session cookie?

Also, I wouldn't want to load tooltips for guests as it sounds like it would be very expensive. Is there an option to turn this on/off by usergroup?

gothicuser 11-11-2011 04:10 PM

Quote:

Originally Posted by tpearl5 (Post 2266938)
Did you ever figure out the thing with the session cookie?

Not yet, been too busy at work, sorry.

Quote:

Also, I wouldn't want to load tooltips for guests as it sounds like it would be very expensive. Is there an option to turn this on/off by usergroup?
Not per usergroup, though thats a damn good idea.... added to my todo_soon list.

FReeSTER 11-12-2011 03:07 PM

hello gothi, did you upgrade it to work together with vsa advance registration mod?

smirkley 11-15-2011 04:45 PM

Quote:

Originally Posted by gothicuser (Post 2264875)
I'll look at this later this morning.


I tried this, moved a couple of users to 'Awaiting Confirmation', but what happens in my forums is that their Avatar goes as well, so nothing happens.
What I may try is to give it a 'if is member' conditional in the code itself.
I'll experiment this morning and let you know the results.

For a quick fix, I moved all usergroup members from awaiting to regular member via promotion, which fixed that problem.

But while verifying that was fixed, I noticed it also does it for the banned members too.

I have checked the usergroup settings and cant change anything to fix tthis.

smirkley 11-24-2011 01:49 AM

Just checking back, any solutions for the banned group?

Can I add a conditional to the script so the popup doesnt show in mini profiles if the person is banned?

gothicuser 11-24-2011 03:39 AM

Quote:

Originally Posted by smirkley (Post 2271355)
Just checking back, any solutions for the banned group?

Can I add a conditional to the script so the popup doesnt show in mini profiles if the person is banned?

I'm really sorry, I haven't forgotten. I have taken on far, far too much work this past couple of week, barely got time to sleep.
Will devote all my energies to it this weekend.


All times are GMT. The time now is 02:32 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.01531 seconds
  • Memory Usage 1,851KB
  • 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
  • (1)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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