{GALLERYX: ......} -> (galleryx.php)

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
User avatar
zonk
Posts: 173
Joined: Thu 5. Apr 2007, 12:21
Location: Nauheim
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by zonk »

Ein Traum! .. hab eben nach dem Post gesucht, aber wieso auch immer nicht gefunden ..

DANKESCHÖN !

Edit: Werd ich mir am Wochenende mal reinziehen und mein Glück probieren .. nicht das ich jetzt was verpfusche ;)
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by flip-flop »

Wenn ich das richtig sehe, sind gallery.php und die dazugehörigen Funktionen ab der V1.3.9 r195 verfügbar.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
zuker
Posts: 80
Joined: Fri 18. May 2007, 17:13
Location: Lithuania

Re: {GALLERYX: ......} -> (galleryx.php)

Post by zuker »

Hi

First thing that in GALLERYX I'm missing the possibility to switch off the sub sub gallery title by using my own created tag or in galleryx.php. I mean we have the possibility to switch on/off zoom, lightbox, minimal thumbnail count and so on, but we can‘t switch off the TITLE. I am using this wonderful gallery in different cases, and usually I don‘t need the title because I include galleries in to other web site content. I found the way how to eliminate the title. I modified the imagegalleryx.inc.php a little bit, but this effected all my galleries and I would like to have the possibility like this:

Code: Select all

    +----------+--------+-------+----------+------+-...
    | {GALLERYX:   25   |   31  |    32    |  1   | ...
    | {GALLERYX: root_ID| sub_ID| subsub_ID| title| ...
    |          |        |       |          |      | 
    | Index    |  [0]   |  [1]  |   [2]    | [3]  | ...
    +----------+--------+-------+----------+------+-...
Zuker
٩(͡๏̯͡๏)۶
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by flip-flop »

Ok, I have enhanced this script for:

Code: Select all

// [0|1|2|3] [off | title=on | date=on | title and date = on]   in sub gallery (list)
$my_list_title_date          = 3; 

$my_list_description_date    = 1; 		// [0|1] date on/off   in description text

// [0|1|2|3] [off | title=on | date=on | title and date = on]   in sub sub gallery
$my_detail_title_date        = 3;
See the first posting (update v1.1).

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
zuker
Posts: 80
Joined: Fri 18. May 2007, 17:13
Location: Lithuania

Re: {GALLERYX: ......} -> (galleryx.php)

Post by zuker »

Perfect! Now GALLERYX even more flexible.
Thank you very much Knut .

One more thought. May be it’s possible to create galleryx content part where user could easily change all those parameters without modifying file galleryx.php .
٩(͡๏̯͡๏)۶
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by flip-flop »

Yes it is, if you spend me one or two days.

In this phase it isn´t for user made.

Knut :D
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
zuker
Posts: 80
Joined: Fri 18. May 2007, 17:13
Location: Lithuania

Re: {GALLERYX: ......} -> (galleryx.php)

Post by zuker »

No need to hurry. It’s just an idea. We will be appreciative if you will do it in a nearest future.

I’d like to ask you to help me to solve one galleryx problem. When I use sub sub gallery thumb caption with copyright seems that everything is OK. But the problem is that when I try to use file center copyright, leaving empty $my_copyright_text = ' ' , all my gallery thumbnails strew, captions disappear.

Zuker
Last edited by zuker on Thu 27. Nov 2008, 07:25, edited 1 time in total.
٩(͡๏̯͡๏)۶
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by flip-flop »

Yes, I have solved this problem.

Next days the V1.2 is comming up for a better copyright handling.

copyright switch: [0|1|2|3]

0 - all off
1 - at capture = on
2 - at SlimBox = on
3 - all on

Automatic priority:
1. if filecenter -> output
2. .. elseif repTag -> output
3. .... elseif entry at file galleryx -> output
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
caramello
Posts: 70
Joined: Thu 23. Sep 2004, 21:43

Re: {GALLERYX: ......} -> (galleryx.php)

Post by caramello »

v1.2 comming in next days. Any visionairy signs on when 1.2 will be out ?

Kindest regards and not trying to rush people,

Julius
A website is a concept not a digital brochure ! Vectrus Internet Solution
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by flip-flop »

Hi, galleryx v1.2 ist out.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
markus s
Moderator
Posts: 654
Joined: Sat 16. Dec 2006, 19:21
Location: Radfeld / Tirol
Contact:

Re: {GALLERYX: ......} -> (galleryx.php)

Post by markus s »

V1.2.2 - or download it here
moderator
propelled by fresh air from tirol
XING|FACEBOOK|OMENTO
Post Reply