How might I add a "Back To Top" link in Drupal? My first stab:
<a name="top"></a>
...
<a href="#top">Back to top</a>
When I hover over the link "Back to top" it displays http://example.org/d/#top no matter what page I am on.
How do I get the name of the current page in Drupal? Has anyone else successfully gotten this to work in Drupal? This seems like an easy question, but did not find anything from my search in the Drupal forums.
I would like a way to uniquely identify each page with a page id or something. The page title isn't good because it can change and because it contains spaces sometimes.
I'd like to do this with page_id being the actual unique identifier of a page or something. Is there a tag like this?
thanks!
also is there some master list of function hooks/tags for smarty somewhere?
So my first theme is coming along nicely. I am surprised at the amount of progess I've made so far. I am now stuck on something however, and I'm hoping the Drupal geniuses on the site will help me out.
I would like to use an image instead of the red asterisk for notification of new posts and comments on the tracker module. Unfortunately, I have been unable to figure out how the asterisk is generated in the first place. Is it in the tracker module? How would I go about modifying my style.css file to override the asterisk in place of a small .gif file?
I need to . ie, I need to add an image with a page and should display in one line. I just tried with image gallery module. Successfully added contents, but failed with listing. Understanding that I am not in a right way of using modules and assume there may be other module I should use.
Please could you help me.