Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Redirect user to group page upon login

$
0
0

Your code should look like

<?php
class GroupDecorator extends DataExtension {

private static $db = array(
'GoToAdmin' => 'Boolean'
);

private static $has_one = array(
'LinkedPage' => 'SiteTree'
);

}

And then carry on with that tutorial.


Posted to: Redirect user to group page upon login | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles