Advanced Profiles does not take over profile page

Advanced Profiles does not take over profile page

  • Visitor
  • 604
  • 1969-12-31
  • Offline
  • Thu, 01/10/2008 - 09:31

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


Panels bug

  • Michelle's picture
  • Michelle
  • 449
  • 2007-05-13
  • Offline
  • Thu, 01/10/2008 - 09:43

Now thats a quick

  • Visitor (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Thu, 01/10/2008 - 10:12

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 :)

  • Michelle's picture
  • Michelle
  • 449
  • 2007-05-13
  • Offline
  • Thu, 01/10/2008 - 12:23

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,

  • Visitor (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Sat, 01/12/2008 - 17:06

But I have no panels_page, only: panels_area, panels_info, panels_mini, panels_node, panels_views


are you sure you installed

  • Sun, 01/13/2008 - 05:10

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

  • Visitor (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Sun, 01/13/2008 - 07:25

I've runned update.php and now i have panels_page, but don't have weight option :/


there is no option for the

  • Sun, 01/13/2008 - 07:31

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...

  • Sun, 01/13/2008 - 07:32

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

  • NikLP (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Mon, 01/14/2008 - 20:11

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

  • Visitor (not verified)
  • 604
  • 1969-12-31
  • Offline
  • Tue, 01/15/2008 - 15:58

i will try


Post new comment
The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options