
Russ
I'm currently working on adding another template that will be installed by default with Album that will do just this. Stay tuned....plato wrote: yes, thats what I want.
One page with thumbs and pagination, the other with a single image with image-navigation ( first image, prev image, next image, last image ).
Fixed in latest SVN version of Album (sorry for the terseness, I lost an earlier reply to your post and I don't feel like retyping it all over)plato wrote: Hi, first of all: Great module )
1) Template helps says:
Picture
If a picture is selected, you can use tag {$picture}. It is automatically set to first picture of album if no picture is selected.
I tried to access this tag, but it does not exist. {get_template_vars} just does not list it.
Within default template, this tag is created by {if ($onepicture->number==$picturenumber and !$picture)}{assign var=picture value=$onepicture}{/if}
1. Upgrade to latest SVN version of Albumplato wrote: 2) Is there a convinient solution to differ between galery-mode and image-mode?
I'd like to have a thumb-overview over all images from an album unless i click on thumb.
If thumblink has been clicked, I want to show only the selected picture - and a link back to the galery-page containig the thumb.
Thanks for spotting this bug.Russ wrote: Elijah, I've spotted a very small problem. If I have two albums and I click on the second and then select edit content, instead of seeing the first picture from the second album (which I see if I selected the first album and edit contents,) I see the second image from the first album? It is OK when you just go to the second album, but when you click edit comment, the image above the FCKeditor that is wrong?
Code: Select all
<snip>
</div>
<div class="pagecontainer"><div class="pageoverflow"><p class="pageheader">Photo Albums <a href="http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Content/Album" target="_blank"><img src="themes/default/images/icons/system/info.gif" class="systemicon" alt="Help" title="Help" /></a></p></div>
Code: Select all
$this->smarty->assign_by_ref('titlename', $this->Lang('name'));
$this->smarty->assign_by_ref('titlehasthumb', $this->Lang('hasthumb'));
$this->smarty->assign_by_ref('titleview', $this->Lang('view'));
Enter your admin-area and choose your album. switch to properties and enter values for "Column number" andGregor wrote: Hi,
After a strucle with Singapore, I decided to move to album. It realy looks great! One (small) problem, I created one album with 18 pictures and placed the tag (without the option 'albums') in a content page. All 18 thumbnails are showing next to each other and becomming much wider than the screen. I'm using firefox as a browser, however the same happens with IE. I also noticed that in Firefox the images are shown on the 'correct' place and in IE they are shown under the menu. I installed the album-version (0.4.0) from the development area, not the svn-area.
http://www.uisge-beatha.eu/index.php?page=fotoalbum
Any suggestions?
Thanks,
Gregor
Whoop, fix one bug, create another.plato wrote: Maybe a little bug:
I checked out 0.4.1-svn.
But it seems, that thumb pagination is broken.
I cant browse to page2 and following.