Support Forum

  • Page:
  • 1

A few bugs i found

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I really like this module, is fantastic.



I found i little bug, when you select the option unpublish in the images 3 to 18 don't work because in the php code in the switch sentences in this images a break sentence is missed between the case 5 and case 6, like this:



[code:1]

case 5:

echo '';

break;

case 6:

echo '';

[/code:1]



Because, for example in the zoombox effect if you have selected the option to link this script and copy this link line in tenplate index when you click on a image whith this effect, the effect shows twice.







I hope you understand my poor english.





Thanks.
  • Antonio Jose Torres's Avatar
  • Antonio Jose Torres
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Sorry the case 6 is like this:

[code:1]

case 6:

echo '';

[/code:1]
  • Antonio Jose Torres's Avatar
  • Antonio Jose Torres
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks for that ... just updated to 2.13 and have put in the missing breaks.



Thanks for spotting it :) am yet to check the double click but for the zoom box but there is no need to reference the scripts in your template if you choose the option to include them from the module.



The reason why I put this option in was to make it easier for people to get set up but its not xhmtl valid :)



Anthony.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Ok, sorry i didn't read this:


You can also choose to have the module include the script references to make the module run by adding them in the body of your template. This is not an xhtml valid method and if xhtml valid compliance is required then you need to add the script references as per the notes above. You only need tp use one of these options.
  • Antonio Jose Torres's Avatar
  • Antonio Jose Torres
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Oh no problem at all ... thnks for pointing out the missing code :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers