Rating: 1 star
Still says in development and last update was in 2013…. designer must have given up because they don’t reply to anything.
]]>Rating: 5 stars
To get this to work well, I went back to 3.5.2.
For some weird reason it wasn’t functioning properly, so I worked on the code and now it works well.
At the bottom of the cp-loader.php file, this is what my code reads:
/**
* Returns the query string of CollabPress values
* e.g. task=3&task-list=4
*/
function cp_frontend_querystrings() {
// grab any query strings that exist
if (isset($_SERVER[‘QUERY_STRING’])) {
$cp_all_querystrings = ( $_SERVER[“QUERY_STRING”] ) ? $_SERVER[“QUERY_STRING”] : ”;
$cp_querystrings = explode( ‘&’, $cp_all_querystrings );
} else {
$vars = $_GET;
}
//set pattern to strip out
$pattern = “/^cp|project|task-list|task|view|activity_page/”;
$cp_qs_add = ”;
foreach ( $cp_querystrings as $cp_querystring ) {
if ( ! preg_match( $pattern, $cp_querystring ) ) {
$cp_qs_add .= $cp_querystring .’&’;
}
}
if ( $cp_qs_add != ‘&’ ) :
return $cp_qs_add;
endif;
}
]]>Rating: 2 stars
There’s some basic functionality there that makes it promising. But it is not under active development and broken in some ways (can’t delete files?). It also looks terrible out of the box (without customization). With some work this could be a very nice plugin to use, but it is not there yet…
]]>Rating: 4 stars
it has all the feature
]]>Rating: 4 stars
don’t work the overview, peraphs is a problem of my theme?
]]>Rating: 1 star
Attempted to utilize collabpress in 2010, found it to be unworkable missing key features of project management. Thought I might reexamine the plugin (June 2013) however still missing key features and the user interface is rather clunky. As an example:
No Milestones
Parent ToDo lists show no easily identifiable master due-date for child-tasks.
Rating: 5 stars
hi dear ,
here I stared to translate plugin to Arabic language ??
https://github.com/Muneera-Salah/CollabPress-1/blob/master/languages/collabpress-ar.po
???? ??????? ? ???? ????? ??? ?????
https://maho-network.com/
??? ???? ???????? ?????? ??????? ?????????
??????? ??? ??????? ? ??????? ??????
???? ?????? ???? ??????? ???? ??????? ? ????? ?? ??????
??????? ???????
?????? ???
https://github.com/Muneera-Salah/CollabPress-1/blob/master/languages/collabpress-ar.po
??
Thanks you all
]]>Rating: 5 stars
Perfect for what we wanted. Good BP integration. Thanks!
]]>Rating: 5 stars
just activated. Looks and feels great. Lets see how it will prevail in day to day business.
]]>