One year ago someone asked about shortcodes for this plugin.
I went through the code and found the short code to display the projects on a page
[wp-project-managment]
That will show logged in users the projects they currently have done. Not pretty but it works.
https://www.ads-software.com/plugins/wp-project-managment-ultimate/
]]>There is any progress with the plugin translations…? Thanks for this plugin, I loved it
https://www.ads-software.com/plugins/wp-project-managment-ultimate/
]]>When viewing a project, I have to be logged in as an admin user to view any project content. If not logged in as an admin user, I just get a page that says “Sorry you cannot view this item”, with a link to login to the admin login page. I would expect to see the basic info I can see as admin user – Start Date, End Date, Completed %, etc, as our customers will need to use this without having an admin login.
This occurs if I have the Publish Visibility as Public, Password protected, or Private. Under Project Users, I have admin selected, and that’s the only option (same issue occurs if admin is unchecked). I’ve also tried changing some permissions on the server but that doesn’t affect anything.
I think the same issue may have occurred in this thread: https://www.ads-software.com/support/topic/plugin-wp-project-managment-ultimate-i-cannot-see-the-project-pages?replies=5
I’m on WordPress 3.6.1 and latest WP Project Managment Ultimate 1.0.7, though the code is modified with a fix provided here for assigning users to a project: https://www.ads-software.com/support/topic/unable-to-assign-users-to-a-project?replies=11
Any ideas on how to fix this?
https://www.ads-software.com/plugins/wp-project-managment-ultimate/
]]>Hello,
I am have been using a very basic custom implementation for Project management internally using WordPress and came across this project.
I plan to use the code, fix issues, enhance it and offer it as a hosted platform and also maintain the project as a free downloadable plugin.
Before doing so I want to see if anyone would be interested. If you are simply email me at [email protected]
https://www.ads-software.com/plugins/wp-project-managment-ultimate/
]]>After I updated my wordpress to 3.6. The plugin stops working.
Any fix for this?
https://www.ads-software.com/plugins/wp-project-managment-ultimate/
]]>Installed, added a test project, got the following error:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/PDR/petersco/public_html/wp-content/plugins/wp-project-managment-ultimate/template/single-projects.php on line 10
Sorry you cannot view this item
Please Login
Also, project details don’t seem to save. I update, save, and they go back to blank
https://www.ads-software.com/plugins/wp-project-managment-ultimate/
]]>I am unable to assign users to projects. Each time I try to select the boxes and update, they do not remain selected.
I fear this has only started happening since the WordPress 3.5.2 upgrade, but has anybody experienced anything similar?
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Dears,
Thanks for your best module.
I want to know how to change “CLick and Upload” for attached into one button?
Now it is one line…..not easy to customer use it.
Best Regards,
Sunrise
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Hello,
I was trying to edit the Project Page CSS under Management Options in the WP PM Ultimate plugin and when I saved and viewed the project page, I received the following error:
Fatal error: Call to undefined function WPPM_option() in D:\Hosting\10937799\html\wp-content\plugins\wp-project-managment-ultimate\WPPM-Ultimate.php on line 631
I believe I found the bit of code through my file manager that it is referring to:
function _custom_css(){
if ( 'projects' == get_post_type() && WPPM_option('project_css') != ''){
echo '<style type="text/css">'."\n";
echo WPPM_option('project_css')."\n";
echo '</style>'."\n";
}//if
}//function
I have tried uninstalling the plugin as well as deleting the plugin file and re-installing but I still get this error. Is there any way to fix this error?
Thanks
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Hello,
Anyone know how to display more than 5 projects on page. I have checked everything and cant change it. After adding +1 project it replaces one older project..
Can anyone help to solve it ?:)
Best Regards
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Hi!
Can you explain more about this ?
Included Page Template W/T Simple Styling/Layout To Display Projects (can be over-written by adding a single-projects.php to the current theme)
I tried to copy the file includes/templates/collabpress/content-single-project.php to my theme folder and renamed it to single-projects.php
Did some changes into the file, but nothing seems to happen or change when i load a page using the [collabpress] shortcode.
Can you show the good way to edit the templates pages within my theme folder ? Thxx
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>I installed the plugin, but when I attempt to activate it, I get a “Page not found” page on the front-end of my site. The link it sends to the browser when attempting to activate is:
[mydomain.com]/wp-admin/plugins.php?action=activate&plugin=wp-project-managment-ultimate%2FWPPM-Ultimate.php&plugin_status=all&paged=1&s&_wpnonce=1354cfd963
Thanks in advance for your help!
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>I’ve added Project Types to my menu, but when I click on it, it says nothing meets my criteria even though I definitely have projects set to that type.
Any advice?
Thanks,
Scott
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>When I go to WP Project Managment Ultimate Options in Firefox, the fields are filled in but are not editable. When I got to WP Project Managment Ultimate Options in IE, the fields are empty. I’d like to update the email address. Any advice?
Thanks,
Scott
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Does this plugin have any shortcodes to list project/projects on a page for customers? I know there is a widget already.
Also, is this plugin currently in active development?
Thanks.
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>If you want, you can add my wpit-gantt plugin to your plugin so you can create gantt chart.
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Btw, where’s the developer’s website?
I wanted to add hierarcy to the custom post, and it wasn’t so easy :-/ But here’s how I did in case anyone else wants to
WPPM-ultimate.php
Search ‘hierarchical’ around line 230. Set hierarchical => true
Just below it set ‘supports’ => array(‘title’,’editor’,’comments’, ‘page-attributes’),
(‘page-attribues’ needs to be added to that the metabox to choose which parent it goes under becomes visible.)
With that change the info in the columns when showing all projects disappears. So:
Search for: ‘manage_posts_custom_column’ around line 150. Change that to ‘manage_pages_custom_column’
Then we’re golden!
https://codex.www.ads-software.com/Plugin_API/Action_Reference/manage_posts_custom_column – end of first paragraph mentions the need to change the hook if hierarchical.
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Is there away to display all projects in the front end of wordpress?
Where I can have them go to https://www.domain.com/projects
Thank you for you time.
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Is there any way to increase the number of active or completed projects in the sidebar to more than 5?
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>I just wanted to start off by commending you on this plugin. I run a large non-profit website for which we have been in desperate need of a project managament plugin for a long time. Competing plugins that we have evaluated include Propel (https://www.ads-software.com/extend/plugins/propel/). The major limitation of this plugin is that it does not allow for access control to project information. There is also no option to upload documents from the front-end. However, Propel does allow for front-end listing of projects selected in the admin dashboard.
We have also looked at Ndizi (https://www.ads-software.com/extend/plugins/ndizi-project-management/). Although this once had the potential of really being the ultimate project management plugin, this prospect now appears lost since the developer has all but abandoned further development of the plugin. Ndizi however had many features I liked.
So, I share this with you to say there is great need for a great fully functional project management plugin. So far, I am using Propel on one site, and will likely adopt some use of your plugin. What would really sell your plugin for me, and would convince me to stop using propel would be two things:
Two more things that I would like to see changed a bit are:
Otherwise, this is a really great start. I think what will define whether this plugin becomes the ultimate project management plugin is going to be your commitment to updating the plugin, and how well you integrate some of the ideas already presented here by others as well as by myself.
https://www.ads-software.com/support/plugin/wp-project-managment-ultimate
]]>This plugin does not work. INstead of showing the project it says:
“Sorry you cannot view this item
Please Login”
Even when I am logged in.
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Thanks for updating the plugin with shortcodes.
I have an issue with the start date, no matter what date I enter when the page is updated it saves the value ‘1’
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Hi, great plugin but I have a couple of quick questions:
1. How can I get a list of all projects and their status?
2. In a future version can you please add tasks/milestones. Basically a label and a percentage for each?
Many thanks,
Peter
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>Hi !
Nice shot indeed !
Well, the language folder is empty. Any pot file in prevision ?
Thanks ??
https://www.ads-software.com/extend/plugins/wp-project-managment-ultimate/
]]>