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)

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: )


All times are GMT. The time now is 10:17 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.01195 seconds
  • Memory Usage 1,756KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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