41
voltan
Re: help for Test extgallery 1.0.9!!!!
  • 2011/1/16 20:02

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Quote:
Hi Voltan,

Just tried it...

=> I active in "preferences" the tag option, but i don't see any fiel "tag" on photo admin ?

In fact i see 2 fields, but i think they are "title" and "description"...

Can we add the tag field, and also add for all the name of the field like :

Title :
Description :
Tag : (if set to YES)

Thanks for your work !

I'm ready test it again :)


Quote:
Just found an other pb with the "gallerieview" slideshow :
Width and height are both 100% of the window, so ratio picture is not respected.

Could we correct it so that picture would be adjusted only by long side = 100% ?

Other slideshows seems to work fine :)



Also to edit a previous post :

Quote:

For categories, i think it would be easier to understand if we could see all albums listed in rows, with icons to edit, delete, put online/offline (temporary hide an album)... and a link on top to add a new album.



I forgot to add "Rebuild" :)


hello

add tags in admin photo manager whit this structure is not easy .

I don't like this module structure and I think about change module structure . for example in admin area categorie and photo pages must be change
and in user side I think we can merger :

1- public-userphoto.php and public-photo.php
2- public-album.php and public-useralbum.php and public-slideshow.php
3- public-modify.php and public-upload.php and some part of class/photoHandler.php
4- index.php and public-categories.php

42
fdeconiac
Re: help for Test extgallery 1.0.9!!!!
  • 2011/1/16 21:16

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Fully agree, in fact i'm not using half of these pages on my website :)

Nice idea to merge them and simplify admin !

43
redheadedrod
Re: help for Test extgallery 1.0.9!!!!

Can we make sure this works with version 2.4.5? Not sure what 2.5 has that would prevent this program from working with 2.4.5 but 2.4.5 is the last version few seem to have issues with. 2.5 version of xoops seems to have issues that need to be resolved. I myself have gone back to 2.4.5 because 2.5 seems to be too buggy to reliably work with the modules I have online.

Attending College working towards Bachelors in Software Engineering and Network Security.

44
goffy
Re: help for Test extgallery 1.0.9!!!!
  • 2011/1/23 11:43

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi voltan

my findings from last test:
1) slideshow configuration: splitting selection of slideshow and configuration of selected slideshow is fine, but after selection only the one slideshow configuration should be visible
2) same for album config
3) each gallery should have an unique id, otherwise it is not possible to use it more then one time (e.g. if I want a block with slideshow random photos and one with slideshow last photos)
4) as I know, css and js-files should be added with $xoTheme->addScript/$xoTheme->addStylesheet in php-files. With this method they will be included only one time, even if it was used two or more times. If the adding is in the html-template, it will be added as often a template is used and this may make problems.

45
bosco
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/3 23:33

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

i've maye found a bug with adding new categories without parents.
When i try to add a new category without parents, i have the message "new cat added", but it's not donne.
When i try to add a new category with a parent, it works fine.

46
oswaldo
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/7 3:34

  • oswaldo

  • Quite a regular

  • Posts: 215

  • Since: 2008/8/22


I have a question

What does the XOOPS_VERSION name in the template extgallery_admin_index, line 53?

<div><{$smarty.const._AM_EXTGALLERY_XOOPS_VERSION}> : <b>XOOPS_VERSION (<{$testversion}>)</b></div>

because on admin_index look like this: the language defition of ._AM_EXTGALLERY_XOOPS_VERSION: and XOOPS_VERSION (OK)


47
voltan
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/8 7:24

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


Quote:
I have a question

What does the XOOPS_VERSION name in the template extgallery_admin_index, line 53?


I change it whit <{$xoops_version}> . Now it show version from XOOPS_ROOT_PACH/include/version.php


Quote:
i've maye found a bug with adding new categories without parents.
When i try to add a new category without parents, i have the message "new cat added", but it's not donne.
When i try to add a new category with a parent, it works fine.


I check it it work for me whit out problem . please check whit last SVN version. if you have problem please write php and xoops version

git last version from here :http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/extgallery/trunk/?view=tar


Quote:

4) as I know, css and js-files should be added with $xoTheme->addScript/$xoTheme->addStylesheet in php-files. With this method they will be included only one time, even if it was used two or more times. If the adding is in the html-template, it will be added as often a template is used and this may make problems.


templates must be like this . but if I add js files in php file and users add jquery in theme header all java effects do not work . I must add option for select this.


Quote:
Can we make sure this works with version 2.4.5? Not sure what 2.5 has that would prevent this program from working with 2.4.5 but 2.4.5 is the last version few seem to have issues with. 2.5 version of xoops seems to have issues that need to be resolved. I myself have gone back to 2.4.5 because 2.5 seems to be too buggy to reliably work with the modules I have online.


I think at this moment it work whit xoops2.4.5 whit out problem .

48
fdeconiac
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/8 11:04

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Here is what i get when i want to update the module :

Error : Smarty error: [in db:extgallery_index.html line 32]: syntax error: unclosed tag \{if} (opened line 31). (Smarty_Compiler.class.php, line 317)

Regards

49
voltan
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/8 11:17

  • voltan

  • Theme Designer

  • Posts: 724

  • Since: 2006/12/5


I check it . please use last SVN files and clear your XOOPS cache. I don;t have problem :

<div class="catThumb">
                            <{if 
$child.cat_isalbum}>
                                <
a title="<{$child.cat_name}>" href="<{xoAppUrl modules/extgallery/}>public-<{$display_type}>.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_title}>" title="<{$child.photo.photo_title}>" /></a>
                            <{else}>
                                <
a title="<{$child.cat_name}>" href="pu<{$extgalleryName}>blic-categories.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_title}>" title="<{$child.photo.photo_title}>" /></a>
                            <{/if}>
                        </
div>


<{if}> open and close whit out problem in index file

50
fdeconiac
Re: help for Test extgallery 1.0.9!!!!
  • 2011/4/8 11:36

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


I deleted module and uploaded it again. Now working fine, Tks

Login

Who's Online

187 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 187


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits