Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
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.
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.
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.