vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Collapsable user info (https://vborg.vbsupport.ru/showthread.php?t=188411)

glorify 10-21-2008 11:21 PM

Sorry, it's a bug. Maybe not from your end, but the ajax definitely interferes with the functionality of either the post that was edited or quick replied. Works after a refresh. Not banging ya, just letting you know what happens.

The Ajax also interferes with this mod, and it is a known issue.

mad@Max 10-21-2008 11:24 PM

Yes, i mean it's not mine bug:)

glorify 10-21-2008 11:28 PM

LOL. Yeah, I will say I am liking this the more I use it tho :)

lazydesis 01-07-2009 02:21 AM

can this be made in such a way that the info of users other than the thread starter are collapsed?

The first post on the thread shud not have the info collapsed .. can this be done?

thanks for the mod. like it

ArchangelX 04-26-2009 02:19 AM

Hi, I just installed this.

I don't understand this step:

5. Into options of mod in field write the name of just created option (for example field5).

Where do I place this at? Thanks.

ArchangelX 04-27-2009 12:05 PM

Okay, figured out that step 5, but it doesn't do anything when it's enabled...anyone else have that problem?

dancue 05-24-2009 10:21 PM

anyone get this to work with 3.8?

mad@Max 08-11-2009 12:39 AM

Hack updated to v1.4. Look in history.

Adam H 12-11-2009 12:39 AM

Ive found a bug , on my forum this mod didnt work. I looked in the source and the script tags we not closed as they should be.

In the : collapse_info template the code is currently

Code:

<if condition="!$vbulletin->products['spoiler']['active']"><script type="text/javascript" src="clientscript/jquery_load.js" /></if>
<if condition="!$vbulletin->products['lsearch']['active']">
<script type="text/javascript" src="$vboptions[bburl]/clientscript/yui/get/get-min.js" /></if>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/cui.css" />

It needs to be changed to this :

Code:

<if condition="!$vbulletin->products['spoiler']['active']"><script type="text/javascript" src="clientscript/jquery_load.js" ></script></if>
<if condition="!$vbulletin->products['lsearch']['active']">
<script type="text/javascript" src="$vboptions[bburl]/clientscript/yui/get/get-min.js" ></script></if>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/cui.css" ></script>

And then it works perfectly

mad@Max 12-12-2009 12:58 PM

Yes, you right. There is a bug. But code should be like that:
HTML Code:

<if condition="!$vbulletin->products['spoiler']['active']"><script type="text/javascript" src="clientscript/jquery_load.js" ></script></if>
<if condition="!$vbulletin->products['lsearch']['active']">
<script type="text/javascript" src="$vboptions[bburl]/clientscript/yui/get/get-min.js" ></script></if>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/cui.css" >



All times are GMT. The time now is 09:43 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.01098 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_html_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
  • (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