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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | status.jpg | 81.67 KB | dvasquez |
| scripts_enabled.jpg | 91.61 KB | dvasquez | |
| scripts_disabled.jpg | 29.77 KB | dvasquez |
Comments
Comment #1
Jānis Bebrītis commentedIf 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.
Comment #2
dvasquez commentedWell, 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.
Comment #3
Jānis Bebrītis commentedDo 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.
Comment #4
dvasquez commentedI 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...
Comment #5
dvasquez commentedError: gallery_content[ind] is null
Archivo de origen: http://mondofamilio.com/modules/prog_gallery/prog_gallery.js
Línea: 60
Comment #6
Jānis Bebrītis commentedattachBehaviors 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?
Comment #7
dvasquez commentedI will uninstall other Modules, I think other are incompatible.
Comment #8
Jānis Bebrītis commentedI`d try another gallery module instead. seriously.
Comment #9
dvasquez commentedHello, 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?
Comment #10
Jānis Bebrītis commentedUnfortunately, 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.
Comment #11
Jānis Bebrītis commented