After installed is working, but we don't know why are not runig any scripts, Ex:
Scripts for Texarea are disabled on Gallery but on individual images are runing.

CommentFileSizeAuthor
#2 status.jpg81.67 KBdvasquez
scripts_enabled.jpg91.61 KBdvasquez
scripts_disabled.jpg29.77 KBdvasquez
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jānis Bebrītis’s picture

Status: Active » Postponed (maintainer needs more info)

If you supplied correct information and it really is drupal5 version, then I cannot help: attachBehaviors was implemented with Drupal6 but before that (correct me if I`m wrong) there was no way to re-trigger ready() scripts.

Why is this happening: these input fields are loaded via AJAX and DOM onLoad functions do not fire (some rely on this).

Best think I could suggest is .. hack module (prog_gallery_comments_ajax.js , line 85 and 168) and re-run scripts that load these addons.

dvasquez’s picture

FileSize
81.67 KB

Well, This is my status report.

Module breaks other scripts or Disable, or makes any open tag. It's what I think, that the images attached in the first message is Drupal 5.

Jānis Bebrītis’s picture

Do you have firebug (or any other javascript debuger) installed? Please report if it returns errors when switching between images.

As i stated before, it actually doesnt break anything, it just cannot re-run onLoad scripts which some addons rely on when image (and comments) are loaded.

dvasquez’s picture

I think i've a Debugger and FireBug on Firefox. I'm uploading the site for a bit time.

Try here: http://mondofamilio.com/superadmin/contenido/donny

I will see that and talk to you...

dvasquez’s picture

Error: gallery_content[ind] is null
Archivo de origen: http://mondofamilio.com/modules/prog_gallery/prog_gallery.js
Línea: 60

Jānis Bebrītis’s picture

attachBehaviors was implemented with Drupal6 but before that (correct me if I`m wrong) there was no way to re-trigger ready() scripts.

Why is this happening: these input fields are loaded via AJAX and DOM onLoad functions do not fire (some rely on this).

Best think I could suggest is .. hack module (prog_gallery_comments_ajax.js , line 85 and 168) and re-run scripts that load these addons.

---

as of "gallery_content[ind] is null", i dont think this is persistent. where did you get that?

dvasquez’s picture

I will uninstall other Modules, I think other are incompatible.

Jānis Bebrītis’s picture

I`d try another gallery module instead. seriously.

dvasquez’s picture

Hello, excuse my bad English. Perhaps my poor English has not helped much. I installed the module again and no problems, simply install the JQerry Update, the Images module and it worked perfectly.

I think the problems can be occasions for one of the modules I have installed. I'm going to install everything again to identify the inconsistency.

Thanks again, and continue to contribute to the module below.

Is there a way to go to the gallery from the image content?
A link to go to the gallery to which he pertains?

Jānis Bebrītis’s picture

Unfortunately, no. Image node altering was not implemented in drupal 5 version of prog_gallery. If You enable "Shift view" at "admin/settings/prog_gallery" -> "Image view" -> "Image view theme", then You get gallery carousel.. but then again my first answer apply because images and comments are dynamically loaded.

Jānis Bebrītis’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)