How Can I Show last albums added in joomla frontpage?
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
I have my Gallery2 integrated to my joomla template I want to show the last albums added, at least 6, how can I do that? Thanks! |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
I explain how to do it with mediaBlock here. -s |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
I did that already...didn´t work...any heelp!!! |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Quote:
I did that already what exactly? -s |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
hello, I was testing everything and i uploaded a test page and it work htt://beatbox.com.do/site2/test.php but I want to know how can I insert the lastest albums in my template. Thank You |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
http://www.beatbox.com.do/site2/test.php I also would like that when the user clicks the lastest albums go to the galeria that is bridged not the one that is in http://www.beatbox.com.do/site2/galeria |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Again, less is not better. appears you are using imageblock. use mediaBlock instead, you can configure the embedUri to point to your embedded gallery instead. it looks like you uploaded mediaBlock, but you did not edit line 28 like instructed. -s |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
i got this error the printscreen is attached. and now it only appears ¨Array¨ |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
I don't use joomla so I'm just guessing here, the embedUri might be http://www.beatbox.com.do/site2/index.php?option=com_g2bridge After you get this presenting images correctly you'll need the joomla module to allow php, a quick search reveals http://extensions.joomla.org/extensions/edition/custom-code-in-modules/1758 -s |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
please go to http://www.beatbox.com.do/site2/test.php that is the only way I get to see the images...any other method give the the last error <?php @readfile('http://www.beatbox.com.do/site2/galeria/mediaBlock.php?g2_itemId=23');?> that is the code that i used in test.php I cant add any other command. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
look at my samples http://www.flashyourweb.com/staticpages/index.php?page=mediaBlock you can use the parameters to display the images how you want. And you can visit the url alone to preview the layout. If you install gallery's image frame module it will look better with the dropshadows. -s |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
Yes! i´m getting to it...but how about if I only want to show 1 image from 5 new albums uploaded. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Gallery's Dynamic Updates album will supply the newest items uploaded to gallery, you can specify in Gallery Admin -> Dynamic Albums how many items it returns. I also have a miniSlideshow which works similarly and may save some space on your site. -s |
|
jhonbueno
Joined: 2010-08-13
Posts: 14 |
![]() |
one last question, how can I display The album name? and when I use Dynamicalbum.UpdatesAlbum nothing appears. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
tinus2003
Joined: 2010-10-11
Posts: 1 |
![]() |
suprsidr wrote:
Gallery's Dynamic Updates album will supply the newest items uploaded to gallery, you can specify in Gallery Admin -> Dynamic Albums how many items it returns. I personally prefer the Minislideshow too. I have used it on a bunch of websites and loved the way they fit in my website's design. Best regards, Martijn van Vreeden |
|