TiVoCommunity.com
(c)opyright 1995-2005 All rights reserved
indexcheckTC
This area is a static history of posts in the TiVo Community Forum Archive.
This archive history was made for the simple indexing of search sites like Google.



Pages:1



Quickedit!

(Click here to view the original thread with full colors/images)



Posted by: futerfas

Saw the new quick edit option when viewing your posts. Its really cool.

Testing it now!



Posted by: David Bott

Just added this afternoon. :) Glad you like it.



Posted by: Tori

:up: :up: :up: Great new feature.



Posted by: ccwf

Nice new feature!

However, under Firebird/Mac 0.7/0.7.1, it is causing a bizarre bug: the scrollbars for QuickEdit show up even when not in QuickEdit mode.

This bug does not occur with Firebird under Linux. Nor does it occur with Mozilla proper on the Mac.



Posted by: ccwf

Attached is a screenshot showing the scrollbar issue.



Posted by: Spire

I wonder if it's a browser bug.



Posted by: ccwf

I expect that it is a browser bug. Again, the other Mozilla-family browsers I tried (all of which were older versions) didn't exhibit the bug; I've only seen it with Firebird on the Mac (latest version).



Posted by: Bryanmc

I have that scrollbar bug using Camino.

It seems to happen anytime I quote someone.



Posted by: David Bott

Sorry guys, very hard to support all browsers when each seem to want to run the web in differnt ways.



Posted by: Edmund

Please don't do away with the regular edit, the new quickedit doesn't seem to compatible with my webtv. And I don't have choice of browsers.:)



Posted by: David Bott

I would not even dream of removing it for "QuickEdit" is just that...something without all the features (thus quick). Just as we have the QuickReply box and still have the standard reply.



Posted by: justapixel

David, I think using it subscribed me to a thread! I used it in the thread you just closed, and I just got an email message saying you'd posted to it.

I've never subscribed to ANY threads!

Weirdness.



Posted by: smark

Yeah it automatically checks the box.



Posted by: David Bott

See this thread in regards to the subscribe issue.

http://www.tivocommunity.com/tivo-v...530#post1662530

Test

Test 2



Posted by: scottjf8

Dave , just FYI, works fine using Opera Browser...

Cool feature...



Posted by: justapixel

I use Opera! :)

This is just a test.

Edit, okay cool, much better, thanks David! :)



Posted by: murgatroyd

Just got an error message while editing a message. I used QuickEdit twice in a row, and the second edit didn't take.

quote:
Parse error: parse error in /home/avsforum/www.tivocommunity.com/tivo-vb/admin/functions.php on line 1749

Fatal error: Call to undefined function: makelogincode() in /home/avsforum/www.tivocommunity.com/tivo-vb/global.php on line 368


As far as I can remember, I didn't exit the thread and come back in again -- but I wasn't really paying attention. Sorry.

Jan



Posted by: David Bott

I jsut did the same...no error. You may have cought it when I was updating the functions.php script. See next post on the update.



Posted by: David Bott

Ok, the QuickEdit feature now checks to see if you have subscribed to the thread already or not. If you have, it will auto check the subscribe to thread box, if you have not, it will not check the box. This then offers a way to subscribe or un-subscribe when you QuickEdit.



Posted by: murgatroyd

Thanks, David. Just thought you should know in case something had broken.

Jan



Posted by: cwaring

Just another "Thanks for this great feature" post! Nice one, David :)



Posted by: walters

BTW, you can replace the radio button with a checkbox (and do away with the "Close" radio button). Add the following function (which truly toggles the quickedit, rather than requiring a second argument to tell it whether to hide or show it) and call it instead of the other function in the checkbox's onclick.

code:
function toggleT2(_w) { _h='h'; if(document.getElementById) { //This for Mozilla if (eval("document.getElementById(_w).style.visibility")=="hidden") _h='s'; } else if (document.all) { // is IE if (eval("document.all."+_w+".style.visibility")=="hidden") _h='s'; } else { // is NS? if (eval("document.layers['"+_w+"'].visibility")=="hidden") _h='s'; } toggleT(_w,_h); }






vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2009 - Created by Stefan "Xenon" Kaeser Modified by Adam J. de Jaray