This forum is for assistance with theme development.

color

Hi I use the theme art4_blue.
Wher do i change the color in that theme i have looking every where.
Ann

Random User Gallery at the Profile

Hello,
i have integrated following code to the user_profile.tpl.php:

Line up banner ads in columns rather than rows

I have a website at http://www.normannow.com/community

There are 2 advertising banners on the right side of the page and they are lined in rows. I'd like to change them to line up in columns (meaning side-by-side instead of one-on-top-of-the-other) so I played around with:

display:inline (that doesnt' work)

Drupal 6 dreamweaver extension progress

many comes with aloat of ideas, You can also contribute few,
here is the progress

http://dreamweaverdrupalthemeextension.blogspot.com

sherif

hook_menu -> new tab on user profile

Hi i would like to create with the hook_menu a new tab in my userprofile to my acidfree galery. The path ist user/acidfree. Do anyone knows a tutorial which do exact this?

views in tlp file

I'm theming a cck type, in tpl file I'm calling a views, which takes node id as argument.
I have put this code

 <?php
$block = module_invoke('views', 'block', 'view', 'view_name',$nid);

echo $block; // $block['title'] is also available
?>

But its not working.
--
Sharique

Pages

Subscribe with RSS Subscribe to RSS - Theme development