This forum is for assistance with theme development.

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.

More than 2 block areas

I've noticed that as present, drupal is only capable of assigning either left or right position to a block. Are there any modifications planned to support more than 2 areas for blocks, perhaps by assigning either left,right or a value from 0 (or 1) to 9? I have plans for a 4 column layout, which at present I'm having to hardcode one of the columns into the theme itself, which will technically work but I'd much prefer it if I could assign blocks to that column as it makes things so much easier.

Pages

Subscribe with RSS Subscribe to RSS - Theme development