By iraszl on
I have this page: http://adsoftheworld.com/aggregator with the page title news aggregator on the top. I would like to call it something else. I tried to rename it with localization, like i did successfully for other elements of the site, such as the so called random ad block title on the right side: http://adsoftheworld.com/tracker but for some reason the new title for news aggregator doesn't take effect.
What can I do to rename that page title?
Comments
Ditto rename news aggregator title
I have the same issue and have not solved it yet. Help anyone?
how do u change the left column's menu bar?
Hi,
how did u change the left conlumn menu bar? Which file should I edit? tks
CSS
Edited the template.
---
http://raszl.net
I don't know where the code
I don't know where the code is but if you change the link title text then the page title should change also. This is one thing I know of that Drupal and Joomla have in common ;)
And where do you do that
And where do you do that please?
---
http://raszl.net
in the aggregator module you
in the aggregator module you should see this code
change the text in the t('news aggregator'). You may have to clear the cache table using phpmyadmin also.
Thanks!
Thanks!
---
http://raszl.net
In case the suggestion above did not work for you...
Hello there,
I stumbled across this thread while trying to solve a similar problem of my own, but I did not find that the solution listed above worked for me. In the event that, you're still looking for a solution, you might consider trying searching for the implementation of hook_node_name and changing the variable listed to your preferred title. This worked for me. For example, you could try to look for the text in your news aggregator module:
Where old title is the old title of the page -- "news aggregator" in your instance, and put your new title in place of that.
Be aware: by changing this node_name, you'll also change not just the title, but also the name of the node in various menu selections.
Good luck.
Albert