Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - julien

Pages: [1]
1
ahah
excellent ;)

2
of course ;)

I just would like to know if there isn't already a package to do that :)

I'll work on it ...

Bye

3
hi!


I would like to work on structure of this gallery in order to keep thumbnails objects while viewing details of a pictures ...

Is somebody working on this ??

Bye

4
Ok  :D

I'm working on the fact that folder should have a name corresponding to category name and not to category id number ...

Inform you when it's done :)

5
héhé  :wink:

faut bien se débrouiller :D

6
c'est pour cela que je l'ai fait :)

je bosse aussi sur le fait de retrouver exactement la même arborescence dans les répertoires que dans l'organisation des galeries qui, de plus, auraient un nom plus parlant que leur Id ;)

mais bon, c'est casse-pied de reprendre les scripts des autres

Si tu veux voir ma galerie, pointe toi sur julienbayle.net d'ici demain ou après-demain :)

A+

7
Hi.

For an easier edition & correlation between admin/edition and tree of folder:

1/ open admin/category.php

2/ find
Quote
echo "<img src=\"".ROOT_PATH."admin/images/folder.gif\" alt=\"\"><b><a href=\"".$site_sess->url(ROOT_PATH."categories.php?cat_id=".$cats['cat_id'])."\" target=\"_blank\">".$cats['cat_name']."</a>\n</b>&nbsp;&nbsp;&nbsp;&nbsp;";


3/ replace by
Quote
echo "<img src=\"".ROOT_PATH."admin/images/folder.gif\" alt=\"\">&nbsp;<b>".$cats['cat_id']."</b>&nbsp;<b><a href=\"".$site_sess->url(ROOT_PATH."categories.php?cat_id=".$cats['cat_id'])."\" target=\"_blank\">".$cats['cat_name']."</a>\n</b>&nbsp;&nbsp;&nbsp;&nbsp;";


or put  $cats['cat_id'] where you want !

It shows the folder/category number on the category edition panel. :D

8
I think that 2 new features should be implement:
- category naming/folder naming
- folder indentation

1/ for the naming, it must work on
  * string of title given by administrator
  * a randomly number to prevent 2 category with the same name

2/ that should be better if we could have the same overlap with folders than with the really organization of our galleries ...


I worked on this two points ....
Inform you when it's done, if it's done ;)

9
Templates & Styles (Requests & Discussions) / [ tag for templates ]
« on: January 08, 2003, 05:35:24 PM »
Ok I'll try :)

10
Plugins / [Plugin] Batch Import
« on: January 08, 2003, 05:31:41 PM »
Ok Jan :)

Thank you very much!

11
Templates & Styles (Requests & Discussions) / [ tag for templates ]
« on: January 08, 2003, 02:21:37 PM »
fastidious work ...
waste of time i mean ...

But i'll do it ... and i'll do a documentation for newbies  :P

12
Plugins / [Plugin] Batch Import
« on: January 08, 2003, 01:07:54 PM »
Hey !

What file must I use for batch_import fixed ?????

Is the first file of the first post of thisthread is ok or not ????

13
Templates & Styles (Requests & Discussions) / [ tag for templates ]
« on: January 08, 2003, 12:33:10 PM »
No documentation ???

argghh very hard :(

If this system want stay "in the place", it must be documented :)


I can work on it ... with developer of course ;)

14
Templates & Styles (Requests & Discussions) / [ tag for templates ]
« on: January 08, 2003, 12:31:02 AM »
Hi !!
I'm new here :)

I just would like to knowall the tags ({....}) for templates ;)

Where could i find that ??

Pages: [1]