Forum Replies Created

Viewing 2 Topics - 1 through 2 (of 2 total)
Author Posts
April 27, 2013 at 12:02 am in reply to: Error: Permission denied message – login form instead? 2921
jhkoning jhkoning

Hi Tareq,
Yes indeed – this is regards to the front end,
Jas

April 26, 2013 at 2:49 am in reply to: Error: Permission denied message – login form instead? 2885
jhkoning jhkoning

I’m no php programmer, but it’d be in header.php I’d imagine, somewhere around here;

`if ( !$pro_obj->has_permission( $project ) ) {
echo ‘

‘ . __( ‘Error: Permission denied’, ‘cpm’ ) . ‘

‘;
die();
}`

Where it may(?) be possible to add in a login form if the user isn’t already logged in?

Viewing 2 Topics - 1 through 2 (of 2 total)