I have been trying to login in to drupal.org using links text only javascript enabled browser. The page is just getting refreshed whenever i submit the same. I am not logged in to the drupal. But if my user information is wrong, the correct validation info. is thrown on the screen.
Well i tried logging in to yahoo mail, it was really fine (got to access my mails).
But gmail just shows 'ok' as output after successful login, nothing else.
I am making a module to add a header or footer(text or PHP code) to the aggregator2-item and all items in the RSS feed.
The module will give an option to add the headeror footer in any of the content types.
On doing the research, I think I have to make the module such that, the header or footer contents gets appended to the "teaser" and "body" field of the node table. My question is, Is this the right course of action? Am I missing anything?