Advanced Profiles does not take over profile page
I installed advanced profile following the instructions but i can't manage to show the advanced profile page instead of the default user profile view.
So the URL to the panel page (user/%) seems to be hidden behind the default profile view.
If i change the url of the panel to something different ( user_adv/% ) i can access the advanced view of the users for example at: http://mydomain.com/user_adv/1 but if i change the URL back to (user/% ) i can only see the default profile page at http://mydomain.com/user/1 and not the advanced page
What am i missing ?? How to take over the user page
Site contents are licensed under a
Panels bug
http://drupal.org/node/207469
Michelle
Now thats a quick
Now thats a quick answer!
For those who wonder how to solve, login to mysql and do:
update system set weight=1 where name="panels_page"
Great! It works!
Got lucky :)
I happened to be looking at the site and it was a quick answer. Usually I'm painfully slow answering these posts. Trying to juggle working on new stuff with supporting old stuff.
BTW, this is fixed in the dev version of panels, which should be beta 2 any day now, which is why I didn't bother putting it into the advprofile docs.
Michelle
But I have no panels_page,
But I have no panels_page, only: panels_area, panels_info, panels_mini, panels_node, panels_views
are you sure you installed
are you sure you installed the latest panels-module?
at the moment, this is Panels 2.0 beta 1. the module only works with the 2.0-forks of the panels-module.
I've runned update.php and
I've runned update.php and now i have panels_page, but don't have weight option :/
there is no option for the
there is no option for the weight, you have to set it directly in your database. you have to log in to your database using phpmyadmin. see http://drupal.org/node/207469 for further instructions.
good luck ;)
you have to change it directly...
there is no option for the weight, you have to set it directly in your database. you have to log in to your database using phpmyadmin. see http://drupal.org/node/207469 for further instructions.
good luck ;)
The weight item is not an
The weight item is not an option; you have to manually set the weight in the database using the command listed above.
i will try
i will try