I would like to insert a ... or a >> or any such thing right at the end of the teaser that is a link to the rest of that node. How would I? Currently the amount of space between the teaser and the 4 commentsRead more seem to disconnect the reader from the fact that they haven't read the complete post. This is in the Garland theme in 5.x - BTW, I absolutely love the color picker in Garland and Minelli themes - awesome job!
I am in the process of cleaning up my templates for better SEO. I put nofollows on the usernames, since they don't add much value.
In a lenghty forum discussion however, there are plenty of links going to user profiles.
I added this line in the theme right before it puts out the user profile link:
I am working on a theme for page.tpl . It prints the $title variable on all pages. This is fine for most pages as the variable values are exactly what our theme calls for. However we we navigate to the edit user profile page, the $title variable is just the user's name. I would like to to be something like edit user profile, or edit username's profile, or some other custom information. How do I edit this information for the user module or possible another module down the line? Thanks in advance for all the help.