vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Board Optimization - Scriptaculous Effects for vBulletin with User Dialogs (https://vborg.vbsupport.ru/showthread.php?t=136161)

ociosos 01-16-2007 11:32 AM

hi it is really nice!!!! but im having some troble :( when i intall it, i having issues when i want to write a psot on the quick reply box on any thread... it is like deactive... well this only happend on FireFox on IE works just fine...

thank you in advance for your reply...

ePrOmD 01-24-2007 01:39 PM

hi.. its look grate!
only one question.. its works on vb 3.6.0?

JohnBee 02-05-2007 06:40 PM

Very fancy, love the transitions but this hack desperately needs on off controls for the popups though. Any chance you could add on/off checkbox next to each announcement option?

JohnBee 02-05-2007 09:30 PM

Another issue with this hack is this line...
Code:

<div id="primary_window" style="display:none;">
it will return a blank screen whenever another lightbox call is encountered *thickbox

SimplyBen 02-07-2007 09:10 PM

THAT IS GODLY! THANK YOU! Of all mods I have installed (1000's), this is by far the coolest one with minimal extra editing needed. oh and i have never spent the time to leave an actual comment on a mod.. so good job!

YogiTW 02-08-2007 10:55 PM

I just installed this and it broke the inline editing functionality. The error is:
"obj.style has no properties"

Referencing line 818 in vbulletin_textedit.js

SimplyBen 02-09-2007 08:39 PM

I get a blank box often on the homepage. Everyone has to click close before doing anything on a blank box. Anything have a way to fix this? this is the only thing stopping me from using this hack.

unitedbreaks 02-10-2007 07:39 PM

Quote:

Originally Posted by SimplyBen (Post 1178678)
I get a blank box often on the homepage. Everyone has to click close before doing anything on a blank box. Anything have a way to fix this? this is the only thing stopping me from using this hack.

Ditto. I installed, loved it.. but couldn't take the blank msg.

Also, If possible.. Add a fade(in/out) duration time setting in admincp.

Great hack I must say, just needs debugging.

YogiTW 02-11-2007 06:55 PM

The problem is vB's use of the for/in loop: for (var i in array_var) { }

When you alter the array prototype, those new values show up as i. For example:
Code:

Array.prototype.wtf = function() { }

var s = new Array("1", "2", "3");

for (var i in s) {
  alert(i);
}

you will get pop ups that say 1, 2, 3, and wtf.

SimplyBen 02-12-2007 03:39 PM

So, how to fix this exactly?


All times are GMT. The time now is 05:50 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.01055 seconds
  • Memory Usage 1,734KB
  • 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_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
  • (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