Hi,
I really like this module but I have the problem in the title:
I can use the contextual menu for add content, edit, view, delete, duplicate and change type;
I can drag and drop the pages of my books (integrated with og) but I cannot save the new outline designed.

I'm using: Drupal 6.22, Jquery UI 6.x-1.5 and Jquery update 1.2.6

Please help me as soon as possible! thank u very much!
Giuseppe

Comments

btopro’s picture

Priority: Critical » Normal

Hmm... dragging stuff around it should auto update. Have you tried using the 2.x version and have you tried using it without jquery update? It's pretty hard supporting specific jquery update versions though that shouldn't impact it.

giuseppe pillera’s picture

No, dragging around or renaming writing directly and then hit enter, they don't update!

Consider I installed today jquery update to try to resolve the problem, according to what I read here: http://drupal.org/node/849578

I tried to install 6.x-2.xdev and 6.x-2.0 beta but I have always this error when I go to the "Outline child page" tab in top-level hierarchy book:

Fatal error: Call to undefined function _outline_designer_book_admin_form_alter() in /web/htdocs/www.mariatomarchio.it/home/progped/sites/all/modules/outline_designer/mo... on line 138

If I unistall jquery update the outline designer come back visible but my problem remain: if I drag a page an "*" appears beside but I cannot save the change.... :(((((

giuseppe pillera’s picture

giuseppe pillera’s picture

I updated to the last version of drupal 6 but no good news....

btopro’s picture

Version: 6.x-1.3 » 6.x-2.x-dev
Component: Context Menu » Code / API / JS

Not sure I can be of much help there; have you tried clearing your cache or running the module by itself? Outline designer (and 6.x version) has been in production for several years now and we've never experienced this kind of issue you are describing. There are some permissions in the 2.x version about who can use the outline designer though it sounds like you are viewing it just unable to save. There is intentionally no save button in outline designer because it's AJAX'ed.

mdallmeyer’s picture

I too am having this issue of not saving. I've tried clearing the cache, to no avail. I am using Open Atrium, if that makes any difference. I'm running:
jQuery UI - 6.x-1.5
jQuery Update - 6.x-2.0-alpha1

I'm about to try the 2.0 beta 3 version of OD right now, will update nothing different.

mdallmeyer’s picture

I just moved back to the 1.3 version. While I can now double click on the names of books, hit enter and it appears to save, it does NOT save the restructuring of any books.

btopro’s picture

are you using firefox? There has been an issue in the past where FF doesn't save correctly. This project is running successfully with jquery UI but not jquery update (necessarily)

mdallmeyer’s picture

Nope. I'm using Chrome ver 20. I disabled jquery update but it's still doing the same thing.

I also noticed that actually it isn't saving it if I rename a book.

btopro’s picture

do you have any levels of page expiration caching turned on? Time based caching has known issues with the ajax in this system. Maybe try turning off js performance caching and clear local cache. We've used this in production for years with minimal code tweaks during that time.

mdallmeyer’s picture

This is actually on a dev site, so caching has been off for awhile. Cleared the caches again anyway, still no change.

I've also noticed the Add Content function isn't working either.

btopro’s picture

how about the other buttons, what is the URL you are accessing on as well

mdallmeyer’s picture

The only ones which work are the open and close all branches. The only option under Content operations that 'works' is
edit, but even that takes me to a 'page not found'.

The URL is index.php?q=oggroupname/node/13/outline_children

btopro’s picture

Ooo. do you have clean URLs disabled? I think that's required to work.

Also make sure outline designer, outline designer og, and outline designer book are all turned on in the 2x branch

mdallmeyer’s picture

I'll get back to you once I've got Clean URLs enabled...giving me quite a headache right now

mdallmeyer’s picture

Alright, got Clean URLs enabled and it looks like it's trying to do something now...
Whenever I move a book to a new position a little box pops up saying

"Position has been updated (mlid: undefined)"

and then it reverts to the original ordering. I'm guessing the "undefined" is the reason this isn't saving any reorderings? Renaming, Add Content, etc is not saved either.

EDIT: after disabling "Outline Designer Menu integration" things began to save fine. Something strange going on with that.

btopro’s picture

Status: Active » Reviewed & tested by the community

Ahh... Ok. Can you submit that as a separate issue as the menu integration is still kind of developmental

btopro’s picture

Status: Reviewed & tested by the community » Closed (fixed)