Hi,
I would like to move the tabbed display to the top left corner of the ablum view insted of the default bottom left corner. The reason is that users dont have to move their mouse if they want to browse easly... With default setting the bottom of the album change position depending on the picture sizes on that page.
Ive searched and found another thread with the same question but its old...
Picture explains exactly what i want to have done, if anyone could atleast guide me to where the code for positioning the "template_tab_display" is i could probably figure this out!
PICTURE -> http://dkeserver.mine.nu/stuff/tabbedalbumbrowsemove.jpg (http://dkeserver.mine.nu/stuff/tabbedalbumbrowsemove.jpg)
Thanks alot for all your continuous help!
Doh, just saw that i typed "Left" but ofcourse i ment right :) from right bottom corner to right upper corner... No one able to help me?
Thanks in advance!
copy the function theme_display_thumbnails from themes/sample/theme.php to the theme.php you're actually using (except it's already there).
Now find
if ($display_tabs) {
$params = array('{THUMB_COLS}' => $thumbcols,
'{TABS}' => $tabs_html
);
echo template_eval($tabs, $params);
}
and move it some lines up right after
echo $header;
Thanks ALOT Stramm worked perfectly!