Closed (won't fix)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2008 at 10:37 UTC
Updated:
16 Jan 2009 at 01:29 UTC
Hi, i want to ask about put the li galleries into a div with some id or specifical class to make a better css formating of the gallery.
Many thanx in advance
Comments
Comment #1
Phillip Mc commentedyou can open up your page.tpl.php file, rename it page-image.tpl.php and put a new div before the
<?php print $content ?>line.for example:
Comment #2
picans commentedI do it but it doesn't work. Maybe a problem with the template ( foliage ).
renamed as you say
Comment #3
Phillip Mc commented(please delete this. I accidentally double posted)
Comment #4
Phillip Mc commentedd'oh. maybe renaming it as page-gallery.tpl.php might work...if that doesn't, you can use an IF statement...
i.e. in your page.tpl.php file add this in,
note: 'image' might not be the right arg(n) to use...when you click on the link to your gallery..just use what your site is using. e.g. www.example.com/image means that Arg(0) is 'image'.
Comment #5
Phillip Mc commentedanother option is to use this handbook page which is marked for 5.x but may work with 6: http://drupal.org/node/41257
Comment #6
sunSorry, unfortunately this request is way too specific. Please have a look at the issue queue - Image maintainers are buried already. You might want to try to get further support at http://drupal.org/support. Additionally, the answer to your question might be covered in the handbooks at http://drupal.org/handbook/modules/image already.
If you were able to solve this issue on your own in the meantime, you might want to add the involved steps to this closed issue, so other users searching for a similar solution might find it.