vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Edit! -Edit posts directly from within the thread itself (https://vborg.vbsupport.ru/showthread.php?t=54851)

EvilLS1 07-02-2003 07:05 AM

Thanks.. Glad you like. :)

Dean C 07-02-2003 10:41 AM

Good use of JS again ;)

- miSy

dstruct2k 07-02-2003 01:12 PM

A few clicks of the mouse, and a bit of HTML editing for the postbit, and I have this working perfectly! Awesome hack! Simple install, and amazingly simple to use.

gulldarek 07-02-2003 01:19 PM

lol, great hack

/me clicks install

Guru360 07-02-2003 06:57 PM

Nice hack, I have lots of lazy members lol

EvilLS1 07-03-2003 05:31 AM

Thanks. :)

[Fx]AssAssiN 07-03-2003 06:07 AM

very nice! :classic:
/me clicks install

T?Pau 07-05-2003 04:51 PM

Quote:

06-29-03 at 01:21 PM EvilLS1 said this in Post #1

Known issues: This doesn't work with mozilla browsers.. Clicking the QuickEdit button simply won't do anything. It works fine with Internet Explorer and Opera.

[high]* T?Pau is a Mozilla Fan ....
[/high]
...so I made this Java Script working in Mozilla

PHP Code:

<script type=text/javascript>
function 
toggleT(_w,_h) {
if(
document.getElementById) { //This for Mozilla
if (_h=='s') eval("document.getElementById(_w).style.visibility='visible';");
if (
_h=='h') eval("document.getElementById(_w).style.visibility='hidden';");
}
if (
document.all) { // is IE
if (_h=='s') eval("document.all."+_w+".style.visibility='visible';");
if (
_h=='h') eval("document.all."+_w+".style.visibility='hidden';");
}
else { 
// is NS? 
if (_h=='s') eval("document.layers['"+_w+"'].visibility='show';");
if (
_h=='h') eval("document.layers['"+_w+"'].visibility='hide';");
}
}
</
script

But I have a Problem in Opera. The Box opens and when I try to safe the changes, it loads an empty side.

Hazzz-E 07-05-2003 06:36 PM

Thanks man

this is a great hack

EvilLS1 07-05-2003 09:07 PM

T?Pau,
I just tested your code with Opera 7 and it works fine for me.. Also works with Mozilla now. Good job! With your permission I'd like to update the hack instructions and add your javascript for mozilla. I'll give credit to you for that in the main post of coarse. Let me know. :)


All times are GMT. The time now is 01:12 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.01093 seconds
  • Memory Usage 1,739KB
  • 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_php_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