GaleriX MOD

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

but is not possible to do a link directly to 1 picture from the album and that picture to open automaticly with the effect?
ImagePackging design,labels, catalogs,postcards,
gratch
Posts: 43
Joined: Tue 21. Nov 2006, 20:36
Location: Passau, Bavaria, Germany
Contact:

Post by gratch »

You're right, that is possible. But Lightbox only shows pictures that are also shown on the page. So if there's only one picture shown on the page, Lightbox doesn't know which others are in the album. You can only show that single picture then.

Technically spoken: Lightbox reads the "rel" attribute of given pictures. All pictures that have the same "rel" attribute can be browsed through. You can't tell Lightbox to use some given pictures, only those really included on the page.
Saying Bill Gates improved computer security is like saying Osama bin Laden improved flight security.
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

ok the Ideea is ... if I create a album and I want to put on the right column only 1 picture that links to that album but when you pres on it not to show you all the images in columns ...I want to open directly the album with the Lightbox effect and then to press next or back to view the pictures.
ImagePackging design,labels, catalogs,postcards,
gratch
Posts: 43
Joined: Tue 21. Nov 2006, 20:36
Location: Passau, Bavaria, Germany
Contact:

Post by gratch »

As I said, AFAIK you can't call Lightbox and tell it to open some pictures you pass to it. It only reads what pictures are on the page you are on and groups these pictures according to their "rel" attribute.

I'll see if I can do anything about it so you can realize your idea, but I think that would take some time.
Saying Bill Gates improved computer security is like saying Osama bin Laden improved flight security.
Vishaakje
Posts: 2
Joined: Tue 20. Mar 2007, 19:36

Post by Vishaakje »

Am I the only one not seeing the:

Code: Select all

#
#-----[ FIND ]------------------------------------------
#
case "modules":	//Modules

#
#-----[ BEFORE "default: echo '...", ADD ]--------------
#
case 8:	 // GaleriX MOD
	if($phpwcms["galerix_mod"]) { //enabled/disable GaleriX MOD
		include_once(PHPWCMS_ROOT.'/include/inc_module/mod_galerix/main.inc.php');
	}
	break;
?? My phpwcms.php doesn't have a "default:echo"

Ofcourse I did edit all the other files but now I can't log in anymore... I get a blank screen :S
Stephan
Posts: 17
Joined: Sat 17. Apr 2004, 01:38
Contact:

Post by Stephan »

I assume this is because Gallerix does not support 1.3 yet...

I ran into the same issue... downgrading phpwcms now.

Its the name of the game with hacked addons...

Gallerix is worth it though... hopefully with some help this mod can be updated soon.
Vishaakje
Posts: 2
Joined: Tue 20. Mar 2007, 19:36

Post by Vishaakje »

Dammit :) was afraid of that :)

Well, it's my first install of this CMS (and loving it by the way, extremely flexible!). I'll just try and fix the blank admin pages and finish the designs until this is fixed.
Stephan
Posts: 17
Joined: Sat 17. Apr 2004, 01:38
Contact:

Post by Stephan »

I tried 1.2.9 and 1.2.8 with no luck....

Not sure how it seems the screen shots Gratch has are from 1.2.8
kakasa
Posts: 2
Joined: Fri 23. Mar 2007, 15:07

Post by kakasa »

sieht super aus die gallery...

ist es nicht möglich unter version 1.3 des phpwcms?
gratch
Posts: 43
Joined: Tue 21. Nov 2006, 20:36
Location: Passau, Bavaria, Germany
Contact:

Post by gratch »

I developed and tested GaleriX under 1.2.6 and 1.2.8. phpWCMS 1.3 is not supported yet as there were major changes in the plugin interface. I hope to find some time to upgrade the module for 1.3.

---

Ich habe GaleriX unter den Versionen 1.2.6 und 1.2.8 entwickelt und getestet. Version 1.3 wird noch nicht unterstützt, da es hier große Änderungen in der Modulschnittstelle gibt. Ich hoffe, in relativ kurzer Zeit GaleriX auch unter phpWCMS 1.3 lauffähig zu haben.
Saying Bill Gates improved computer security is like saying Osama bin Laden improved flight security.
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Lightbox (the lighter Slimbox) is included by default now and released these days. Gallery module is under development.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

big wheel truckin'
Gallery module is under development
Really a lot of good news these days (there are more good ones : FE login for example seems to raise its head too) :lol:
claus
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

claus wrote:big wheel truckin'
Hey ;)

to understand which major changes happen to this great system per day, it takes 2 hours of reading :D ..... per day!!
Niedzielan
Posts: 53
Joined: Wed 27. Dec 2006, 13:06

Post by Niedzielan »

Great feature!!, but something is not working for me :cry:

I've succesfully installed the module. Everything seems to work fine, only when added the pictures to my album, they are not visible (not uploaded?).

http://www.sbo-piramide.nl/temp/phpwcms/toevoegen.bmp

Uploading seems to have worked, or else they wouldn't have been visible here!

But when I've added them to my album, they appear like this:

http://www.sbo-piramide.nl/temp/phpwcms/album.bmp

On my website you only see this:

http://www.sbo-piramide.nl/temp/phpwcms/sitealbum.bmp

what did I do wrong? path-settings maybe, but where?[/url]
kakasa
Posts: 2
Joined: Fri 23. Mar 2007, 15:07

Danke Gratch

Post by kakasa »

...da freue ich mich doch schon mal auf die "1.3" Version ;-))
Post Reply