This forum is for assistance with theme development.

anyone got links to more Drupal 4.6.x themes?

is there any site offers a collection of drupal v4.6 themes ? i saw all the themes in the themes section here in drupal.org but i didn't find a good one... is there any other sites offering drupal themes?

thank you

Q: Show blocks on only certain pages?

With the left and right sidebars I am able to show blocks on specific pages like /products* . I am wondering if I can still do something like this when I insert a block that is not located on the left or right sidebar. If I use the code:

$block = module_invoke('block', 'block', 'view', 4);
print $block['content'];

Is it possible that I can still make this only show on my products pages? Is there some type of thing I can add that uses the "Page specific visibility settings" in the database?

Thank you!

Tabs without images

Hey --

If you plonk an unordered list into Primary Links using Themes > Configure, and add the following to style.css on Bluemarine, it formats the tabs quite nicely (bar a few pixels out here and there).

It works fine in Firefox, but IE is another matter: the whole list is shifted left, right margin starting in the middle of the page ... am I missing something here, or approaching this incorrectly? I'm only interested in the creating a simple "tab-style" nav without the active/non-active distinctions. I also don't want to dig too much into the template code.

Q: Adding Pages to articles

I have an article that is around 2000 words long and was hoping I could split it up into 4 pages that each consist of 500 words. Is there some type of way I could dynamically add a "prev" and "next" link to the bottom of my articles without having to edit the actual page of each one. It would be pretty much like how it's handled on this site here. I have tried making book pages but that does not accomplish what I am looking for.

Does anybody have any ideas?

Thanks!

block.tpl.php isn't showing this

This is my first theme I'm trying to bring into drupal but when I bring this block into say bluemarine it just shows as grey without my images. I'm not sure how the theme engine phptemplates handles tables etc.. My code renders fine in dreamweaver and in the browser so I'm not sure.

print "block block-$block->module" " id=" print "block-$block->module-$block->delta"; ">

print $block->subject

print $block->content

Unable to change default theme

Hi,

I have been desperatley trying to change my default theme to Kubrick (it is currently pushbutton), but do not seem to be able to do so.

I can see all of the themes in administrator->themes and can enable them, but the default button just does not seem to work. I hit save, the page refreshes and the theme is set back to pushbutton.

I can set the individual user themes to Kubrick, through the user administration, and this works. But when a vistor visits the site, it reverts to pushbutton.

Pages

Subscribe with RSS Subscribe to RSS - Theme development