By speakpoetic on
When someone comes to speakpoetic.com for the first time they see the message that I saw when I first installed the system. Checking the source code I find it listed as 'first-time' yet I am unable to find this to change it so the success install message does not appear. Any insights into where or how I can change the message for this?
Thanks, Gary
Comments
Make sure the "access
- Corey
Thanks Corey, The access
Thanks Corey,
The access content permission is enabled for anonymous users. There are several nodes set to promote to front page. I'll look for the Front Page module...this may be the key I am missing. Thanks!!
GC Wood
http://speakpoetic.com/portal
I installed the Front Page
I installed the Front Page module and made changes to the body. Yet, still when a new visitor comes to the site they see the new Drupal install messages. Any other ideas?
GC Wood
http://speakpoetic.com/portal
Hmmm... Is cache enabled?
Hmmm...
Is cache enabled? If so, have you cleared it?
- Corey
Yep...cleared the cache so I
Yep...cleared the cache so I could see the site refreshed yet there is still the opening message from Drupal rather than what I changed it to with the module...
GC Wood
http://speakpoetic.com/portal
This situation sounds like
This situation sounds like the node_access table problem that occurs when an access module is installed then removed incorrectly.
see: http://drupal.org/node/64114
Thanks...I'll follow the
Thanks...I'll follow the link and see if I can correct it from the information provided there!
I appreciate everyone's help with this!
GC Wood
http://speakpoetic.com
Ran both of those to no
Ran both of those to no avail...hmmm...I will keep trying...
GC Wood
http://speakpoetic.com
Disabling first-time message
I landed here looking for help on disabling the first-time message. Add this to style.css for a simple, unelegant way. (Anyone have a better answer?)
filtering out first-time server-side
Hi everyone,
This solution works for me. It may work for you.
This solution allows me to have a front page with just blocks. I can promote content to the front page or demote it. I never see the "first-time" message either way.
I put this code in my "page-front.tpl.php" file just before I print the $content variable.
-Roger
this worked for me.. I only
this worked for me.. I only have blocks on the homepage so this message appeared.
would be handy to have a feature to switch it off.
I wouldn't advise hiding the div with CSS since spiders will still crawl it and influence your site being indexed..
if lots of people do it there is a big duplicate content issue, especially being in such a prime location.
-simon