2 of 2
2
Occupied!
Posted: 28 August 2007 02:31 PM   [ Ignore ]   [ # 19 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15845
Joined  06-03-2002

It could be modified to do so, lee, but as stand alone edit forms are not a base feature, I did not use the weblog standalone form hooks in this extension.

 Signature 
Profile
MSG
 
 
Posted: 28 August 2007 02:35 PM   [ Ignore ]   [ # 20 ]  
Grad Student
Avatar
Rank
Total Posts:  65
Joined  02-08-2007

Thanks for the Reply Derek.  If you do develop this extension further, this is a direction I think would be useful to many.  Thanks again.

 Signature 

Freed Seeds - Set It Free

Profile
 
 
Posted: 24 October 2007 09:43 AM   [ Ignore ]   [ # 21 ]  
Summer Student
Avatar
Total Posts:  29
Joined  09-25-2007

Anyone know why this extension doesn’t work with either the FCKeditor or TinyMCe extensions enabled? If I use this extension by itself, it works fine. If I try to use it while either the wysiwyg editors are enabled, the show_alert() javascript function doesn’t get generated and since the page tries to load it, a javascript error gets generated. It looks like for some reason the extension code that generates this javascript function doesn’t get executed.

Profile
 
 
Posted: 24 October 2007 09:52 AM   [ Ignore ]   [ # 22 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15845
Joined  06-03-2002

Try changing the priority of the Edit Alert extension so it gets ran first.  It could be that the other extensions are not retaining the changes that the Edit Alert extension is introducing.

 Signature 
Profile
MSG
 
 
Posted: 24 October 2007 12:46 PM   [ Ignore ]   [ # 23 ]  
Summer Student
Avatar
Total Posts:  29
Joined  09-25-2007

Derek, I changed all the priorities in the Edit Alert extension to 1, and the wysiwyg editors both have their priorities set to 10, yet the same problem occurs (I obviously only enable one of the wysiwyg editors at a time). I don’t use any other extensions so I’m open to suggestions.

Profile
 
 
Posted: 24 October 2007 12:49 PM   [ Ignore ]   [ # 24 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15845
Joined  06-03-2002

Are you using the latest versions of said extensions?  I thought we had updated them all to be multi-extension friendly, which would make my initial guess irrelevant.  Just trying to rule out some common problems as I don’t have time immediately to examine the extensions to see if it’s something altogether different.

 Signature 
Profile
MSG
 
 
Posted: 24 October 2007 12:53 PM   [ Ignore ]   [ # 25 ]  
Summer Student
Avatar
Total Posts:  29
Joined  09-25-2007

The three extensions I was testing (Edit Alert, FCKeditor, and TinYMCE) were all downloaded within the past week so I’m assuming that they’re the latest. It would seem that something is preventing the Edit Alert extension from generating the actual javascript function although the onload call to that function is added to the body tag.

Profile
 
 
Posted: 24 October 2007 02:18 PM   [ Ignore ]   [ # 26 ]  
Summer Student
Avatar
Total Posts:  29
Joined  09-25-2007

Well I managed to find a workaround although I’m not exactly sure why it works. I set all the priority levels in the Edit Alert extension back to 10 and then before the

return $ret;

near line 148 I added before it:

echo $ret;

which solved the problem. It now works with either of the wysiwyg editors and by itself. Any idea why?

Profile
 
 
Posted: 24 October 2007 02:25 PM   [ Ignore ]   [ # 27 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15845
Joined  06-03-2002

Well that sounds like it supports my first theory.  I’ll double check the extensions this afternoon and will post back with the details.

 Signature 
Profile
MSG
 
 
Posted: 24 October 2007 02:32 PM   [ Ignore ]   [ # 28 ]  
Summer Student
Avatar
Total Posts:  29
Joined  09-25-2007

Thanks Derek

Profile
 
 
Posted: 24 October 2007 02:34 PM   [ Ignore ]   [ # 29 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15845
Joined  06-03-2002

That was indeed the case, TinyMCE was not utilizing $EXT->last_call to work with other extensions using the same hook.  I have updated it.  If you revert your change to the Edit Alert extension, and replace your TinyMCE extension file with the updated version (1.0.1), compatibility should be restored.

 Signature 
Profile
MSG
 
 
Posted: 29 October 2007 02:48 PM   [ Ignore ]   [ # 30 ]  
Summer Student
Avatar
Total Posts:  29
Joined  09-25-2007

Thanks Derek I’ll check it out. I’m assuming that the FCKeditor extension is doing something similar and I’ll see if I can make heads or tails of where last_call goes there.

Profile
 
 
Posted: 27 November 2007 01:09 PM   [ Ignore ]   [ # 31 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  780
Joined  07-18-2006

I just wanted to say thank you - thank you! I found out about this just now in response to a question about building in entry locking and am excited to put this to use. I haven’t tried it yet but still want to say, “Wonderful work!”  It’s great to see so many things continually released for EE - it makes me happy to have joined the EE train.

Profile
 
 
Posted: 10 February 2008 09:13 AM   [ Ignore ]   [ # 32 ]  
Lab Assistant
RankRank
Total Posts:  281
Joined  12-09-2006

Does quick Saving extent your time on the article?

Profile
 
 
Posted: 10 February 2008 10:06 AM   [ Ignore ]   [ # 33 ]  
Lab Assistant
RankRank
Total Posts:  281
Joined  12-09-2006

This extension isn’t working for me on 1.6.2 Build:  20080124

Other extensions

Add Sitename (v.1.1.2)
Geo Coordinates (v.1.0.5)
Fresh Variables (v.1.0)

Profile
 
 
Posted: 10 February 2008 10:20 AM   [ Ignore ]   [ # 34 ]  
Lab Assistant
RankRank
Total Posts:  281
Joined  12-09-2006

Looks like Geo Coordinates (v.1.0.5)  and this extension don’t get along. It worked after I disabled Geo Coordinates

Profile
 
 
Posted: 10 February 2008 12:33 PM   [ Ignore ]   [ # 35 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15845
Joined  06-03-2002

I’m not familiar with that extension, textdriven, but if you contact the author of the extension (or if you are capable with PHP), they should be able to get it to work alongside other extensions by using $EXT->last_call.

 Signature 
Profile
MSG
 
 
Posted: 10 February 2008 12:49 PM   [ Ignore ]   [ # 36 ]  
Lab Assistant
RankRank
Total Posts:  281
Joined  12-09-2006

It’s an extension by Mark Huot

http://expressionengine.com/forums/viewthread/40657/


I’ll let him know.

Profile
 
 
   
2 of 2
2
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 65023 Total Logged-in Users: 30
Total Topics: 82111 Total Anonymous Users: 30
Total Replies: 441269 Total Guests: 210
Total Posts: 523380    
Members ( View Memberlist )