Another Album module template

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Another Album module template

Post by Elijah Lofgren »

jameshontishar wrote: What do you normally use to batch resize the photos
I use KDE on Linux and use the kipi plugin's batch resizer through Gwenview.
I'm sure there are similar programs for Windows.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
3dcandy

Re: Another Album module template

Post by 3dcandy »

Irfanview is a free windows program to batch process files....

;)
liudaz

Re: Another Album module template

Post by liudaz »

Deadend.  :)

I have updated the album module. I see, that Elijah has made a really great job.
Lightbox was the coolest thing i wanted to have on my website. After installing, reinstalling and experimentig, i still get an error, which you can see by clicking on a link below:
http://lvjc.lt.oleandras.serveriai.lt/index.php?mact=Album,cntnt01,default,0&cntnt01albumid=1&cntnt01returnid=41
Why is the picture at the bottom, after you click on a thumbnail? I believe it has to do something with the JS.
Please, help me to fix this.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Another Album module template

Post by Dr.CSS »

You have no call in the or any where else for the Lightbox js... so it's using the default behavior for album...
liudaz

Re: Another Album module template

Post by liudaz »

Code: Select all

<!--Lightbox 2.0.2-->
<__script__ type="text/javascript" src="modules/Album/templates/db/lightbox/js/prototype.js"></__script>
<__script__ type="text/javascript" src="modules/Album/templates/db/lightbox/js/scriptaculous.js?load=effects"></__script>
<__script__ type="text/javascript" src="modules/Album/templates/db/lightbox/js/lightbox.js"></__script>
Theese are the JS files, that are called then the album page is opened. This still isn't enough?  :-\
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Another Album module template

Post by Elijah Lofgren »

liudaz wrote: Deadend.  :)

I have updated the album module. I see, that Elijah has made a really great job.
Lightbox was the coolest thing i wanted to have on my website. After installing, reinstalling and experimentig, i still get an error, which you can see by clicking on a link below:
http://lvjc.lt.oleandras.serveriai.lt/index.php?mact=Album,cntnt01,default,0&cntnt01albumid=1&cntnt01returnid=41
Why is the picture at the bottom, after you click on a thumbnail? I believe it has to do something with the JS.
Please, help me to fix this.
You need to attached the updated "Album template stylesheet" to your page template. It has the styles needed by lightbox.
Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
liudaz

Re: Another Album module template

Post by liudaz »

Elijah Lofgren wrote:
liudaz wrote: Deadend.  :)

I have updated the album module. I see, that Elijah has made a really great job.
Lightbox was the coolest thing i wanted to have on my website. After installing, reinstalling and experimentig, i still get an error, which you can see by clicking on a link below:
http://lvjc.lt.oleandras.serveriai.lt/index.php?mact=Album,cntnt01,default,0&cntnt01albumid=1&cntnt01returnid=41
Why is the picture at the bottom, after you click on a thumbnail? I believe it has to do something with the JS.
Please, help me to fix this.
You need to attached the updated "Album template stylesheet" to your page template. It has the styles needed by lightbox.
Hope this helps,

Elijah
Thanks guys alot! After i have set everything up, i have noticed one more bug (on my side probably) that need to be checked. If you visited the same link and press on a thumbnail (prefered at the top), you would see the the flash banners are not covered with black. I even put a regular flash object into the template with the code:

Code: Select all

<object width="120" height="60">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="120" height="60">
</embed>
</object>
and the white box is still "at the front". 
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Another Album module template

Post by Elijah Lofgren »

liudaz wrote: Thanks guys alot! After i have set everything up, i have noticed one more bug (on my side probably) that need to be checked. If you visited the same link and press on a thumbnail (prefered at the top), you would see the the flash banners are not covered with black. I even put a regular flash object into the template with the code:

Code: Select all

<object width="120" height="60">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="120" height="60">
</embed>
</object>
and the white box is still "at the front". 
Check out:
http://www.dynamicdrive.com/forums/show ... php?t=9382
http://forums.devshed.com/flash-help-38 ... 75220.html
http://cssbeauty.com/skillshare/discuss ... and-flash/

Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
liudaz

Re: Another Album module template

Post by liudaz »

Add the following parameter to the OBJECT tag:

Code: Select all

<param name="wmode" value="transparent">
Add the following attribute to the EMBED tag:

Code: Select all

wmode="transparent"
Thanks alot!
Post Reply

Return to “Tips and Tricks”