@Miles: Funnily enough I am currently integrating your Cupcake Forum
plugin and have hit this exact problem.  I want the plugin to operate
using my app's user model rather than duplicating things within the
plugin and have had success in doing this as I have the index page
recognises a logged in user, counts all my users and displays info
about latest users and logged in users.

I am now trying to edit the navigation element so the login, logout,
register, profle links point to my existing app models, but supplying
'plugin'=>false does not do the trick.

New logout link:
$links[] = $html->link('Logout', array('plugin' => false, 'controller'
=> 'users', 'action' => 'logout', 'admin' => false));
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to