Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm using Aggregator2, but I can't seem to find a similar page like Aggregator has under this link: /?q=aggregator (is it removed?).
Is it possible to see (using Aggregator2) feeds in the exact same way as with Aggregator (exactly like here: /?q=aggregator)?
What is the drupal way to check if you are in the default drupal page?
The reason I ask is that, I am currenting trying to put a static box in the front page of the website, just above the dynamic left blocks function. I want this box to only appear on whatever drupal defeault front page is.
How can I check if the user is on the default page?
I am trying to override the user profile output by creating template.php and user_profile.php in my theme directory. I am following the directions explained here: http://drupal.org/node/35728. Problem is, I get this error when I login or logout:
warning: Cannot modify header information - headers already sent by (output started at F:\www\htdocs\themes\custom\template.php:16) in F:\www\htdocs\includes\common.inc on line 192.