Currently printing primary links like this in page.tpl.php:
<?php print theme('links', $primary_links); ?>
Instead of $primary_links returning just links, I would like a unique icon (path to jpg on the server) to be associated with each link. How can I do this?
1. I have a main navigation link like: "Topic1" and the URL is clean like: www.example.com/archives/topic1 (Which I did with a Story)
2. I would like to when you click on the navigation link "Topic1" you go to the clean URL and you see all entries like a blog with the weekly file download file link visible also.
I'm trying to figure out how to get different content on different pages when they get published. Really what I have is basically a digg-esque site and looking to make a page for newly posted content and a page for most popular content but want to separate them on the different types of content and only want certain things on the front page. I'm just not sure how to create their individual pages using drupal.
I've successfully implemented drupal (take a look) and I want to know if there's any way I could implement dynamic/active selects for user profile fields.
Country > State > City
I've checked the forums before posting this requirement, and there's information on how to make this work for nodes, using Category + Active Select. However, is it possible to make active selects available for user profile fields (without hardcoding)? It would be great. Any feedback welcome...