Guys, I need some help. I request someone to please help me.

I have set the Feed aggregator module as my home page, the issue is that the page title is Feed aggregator | < site name > you can check it out here - http://everythingms.com I want to change that Feed aggregator to something else. how do I do that?

Also my RSS feed that I have created has < site name > aggregator. I want to remove this aggregator word from there. How do I do that?

Please guys someone anyone help me out.

Comments

bwv’s picture

Have you tried the string_overrides module? It works on this on the t() function:

http://api.drupal.org/api/function/t

----------------------------------------------------------------------
http://www.bwv810.com
http://davidhertzberg.com

I am a writer, researcher and solo drupal freelancer.
Je peux communiquer en français. / Я могу общаться на русском языке.

manan’s picture

Nothing for Feed aggregator there. Any other options?

bwv’s picture

Did you try the module? I just used string_overrides to replace the name of my contact page from "Contact" to "Write." You should be able to do the same thing with the name of your page ("feed aggregator").

http://drupal.org/project/stringoverrides
----------------------------------------------------------------------
http://www.bwv810.com
http://davidhertzberg.com

I am a writer, researcher and solo drupal freelancer.
Je peux communiquer en français. / Я могу общаться на русском языке.

manan’s picture

Yes. I tried it. It still says Feed aggregator. :(

manan’s picture

Any help anyone?

manan’s picture

Does anyone have an answer or suggestion to my query?

gforce301’s picture

Have you tried the Page Title module?
http://drupal.org/project/page_title

manan’s picture

No good.

mrtoner’s picture

For the first issue, change the name of the "Feed Aggregator" menu item in your Navigation menu. (Its default location.) That will also change the name of the page and the title.

The second issue, well, the aggregator module adds that in and the String Overrides module just doesn't seem to be able to overcome that.

manan’s picture

Well for the first issue I used the pathsauto plugin and created a URL for the link.

For the second issue, FeedBurner has the option of allowing you to have your desired name & description for the feed. So I used that.

mrtoner’s picture

Path Auto? The core Path module allows you to create paths. Path Auto just allows you to do it automatically upon node creation. (Or users, or terms.) And, of course, it doesn't address the issue of the page title.