Thanks to VeryMisunderstood for getting me through my mostly botched "migration" from 5.x to 6.10...! Thought this issue deserves a separate thread.

In addition to some functionality I have "temporarily lost" in the migration, the following issues are stumping me:

-- There are two "administer" links and two "log out" links in the Navigation menu when I log in.

-- I can't get rid of the "Recent Posts" item under Navigation when accessing as an anonymous user. I don't really want that to be visible to anonymous users. (http://www.justbradford.com)

I guess these may be module-related or database-related; but I sure can't find where to deal with them. In lieu of a long list of what modules are enabled, I am hoping that someone may know right off where/how to address these. I have faithfully run update.php after enabling each module (in the proper order, afaik) and run cron.php regularly and often during this time. Showing no errors.

Thanks!

Bradford

Comments

Anonymous’s picture

> -- I can't get rid of the "Recent Posts" item under Navigation when accessing as an anonymous user. I don't really want that to be visible to anonymous users.

Maybe this would work (kind of a hack):

- take Recent Posts out of the Navigation menu (disable it)
- put Recent Posts (if you want it) into a new menu that you would make
- put that menu in a block which is only visible to authenticated users

Actually I may be misremembering. Maybe Recent Posts is already a block unto itself. In which case you can proceed directly to checking off 'visible to authenticated users'.