View Project Title with out logging in

This topic contains 4 reply and 2 voices, and was last updated by jimisback 10 years, 11 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
May 6, 2013 at 5:04 am 3211
jimisback Is it possible to view the project title in the frontend web page with out logging in to WP? This would make it easier to view all the projects without logging in.
May 6, 2013 at 8:01 am 3213
Tareq Hasan Tareq Hasan

Do you want to let access to the projects by everyone?

May 6, 2013 at 2:10 pm 3222
jimisback jimisback

You make a good point. I want to view my projects to determine which one I will be working on with out acually logging in. I could use members plugin and password protect a page for that purpose.

May 6, 2013 at 3:28 pm 3226
Tareq Hasan Tareq Hasan

You can remove this code from frontend.php, line: 206-208 from the frontend plugin.

if ( !$project_obj->has_permission( $project ) ) {
    continue;
}

May 6, 2013 at 5:19 pm 3234
jimisback jimisback

I can see my project profile now. Thank you for your time!

Viewing 4 Posts - 1 through 4 (of 4 total)