Closed (fixed)
Project:
Drupal core
Version:
6.2
Component:
user.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 04:00 UTC
Updated:
23 Dec 2008 at 13:22 UTC
I am running Drupal 6.2. I got the following problem.
I wanted to customize the user profile look, so I copied the user-profile.tpl.php to my custom theme.
Then I visited admin/build/themes to clear theme registry. Afterward I was unable to access links in create content, in the site building, only block link was appeared, in the user configuration only the access rule was there. I checked all the logs, watchdog, but did not find anything unusual.
Can anybody figure out what went wrong for me?
Thank you.
Comments
Comment #1
ainigma32 commentedFor starters it's always a good idea to set the administration theme to one of the core themes (e.g. Garland) especially when you're developing your own theme.
What you're describing sounds very strange and without more info I couldn't say what the cause is.
So - if this problem hasn't been solved already - please post some general info (OS, database, webserver, contributed modules) and maybe post the contents of your user-profile.tpl.php.
- Arie
Comment #2
beautifulmindProblem solved
:)
Regards.