This forum is for assistance with theme development.

view theme thumbnails without downloading stuff

is there a way/place to see thumbnails+ of each and every theme to get an idea of look/feel of these themes without needing to download/install, etc.? i'm a non-techie just trying to make a decision

Where does the ordered list get called?

Sorry for the silly question here.

I'm not a big fan of ordered lists (bullet points) being used in the blocks. I'd like to remove them. The problem is, I honestly can't figure out where the

< u l > < l i >
< / l i > < / u l >

gets set. Does anyone know? I've searched through almost all the mocules and my theme.

Sorry for the newbie question!

Geoffrey

Node Function Ignored

No matter what I do, I can't get the main body of the page to change.

I've tried including function node() in my theme file and making changes there - no change!

I've tried changing function node() directly in includes/theme.inc - no change!

I've disabled cache in Admin->Site configuration - no change!

I've cleared the cache on my browser - no change!

This happens on my local installation and on my remote instalation as well.

Is the node body being cached somewhere, or is function node() being overiden?

best way to fix nodes on a page

I am looking for the best way to fix a node on the page.



Currently I have my theme looking for a certain node->type, $node->name and when it finds that it renders it in a special block.



But now I want something like:

------------------------------
|                            |
| Header                     |
------------------------------
|             |              |
|  node 15    |  node 3      |
|             |              |
|             |              |
------------------------------
|    other nodes             |
|                            |
------------------------------



The issue is that node 3 gets rendered before node 15 and I am using css to compensate.



I am thinking of hard coding both nodes into the theme->header() function directly and then unchecking 'post on frontpage'



Any other ideas????



Thanks,

-Aaron

Disabling Pager links

How do I disable the pager links that appear, in my case, at the top of my drupal pages?

Thanks
--
William

Permissions Questions

I'm developing a single user/administrator theme, but I haven't managed to get quite the configuration I want out of it.


Question 1: At the moment, when my single user/administator posts a story -- ("a static page") -- the user is the only one that can read it. Without logging in, non-users get access denied to this page. In contrast, the blocks show up, but they don't work -- for example the rss feed responds with an "access denied" to non-logged-in users.

Pages

Subscribe with RSS Subscribe to RSS - Theme development