Txanny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: User Community] Dashboard DisappearanceI think there is something wrong with the default dashboard widgets management, as Community widgets are almost a copy of some default widgets and not found anything wrong.
Can you tell us which dashboard management plugin did you use?
Forum: Requests and Feedback
In reply to: [Plugin: User Community] Suggestion: Force picture uploadIt’s a nice idea to be considered. Please, can you open a feature request on tracker for that? If not, I will open tonight or tomorrow 😉
Thanks for ideas !
Forum: Fixing WordPress
In reply to: [Plugin: SidePosts Widget] Side Post – want messages in homeI answered in other post, but no, there is no way to show it on home page. The plugin purpose is just to hide aside posts from home and most archives.
You can comment line 66 on widgets.php to remove the pre_get_posts action. With this, aside posts will be shown everywhere (Home, archives, feeds…).
I mean to comment or remove this line:
add_action('pre_get_posts', array(&$this, '_postsFilter' ));The only problem is that you will have to remove or comment this line on every plugin update.
Forum: Plugins
In reply to: Running sideblog and sidepost together (K2)No, there is no way to show in home. One of the plugin purposes is just to hide aside posts from home.
Yes, this is the right place to ask, but better if you start a new topic when asking new questions 😉
Forum: Plugins
In reply to: [Plugin: User Community] No Profile Pages?Please, can you download and check 0.6.4 release. It should solve your issues. http://wordpress.org/extend/plugins/alkivia/download/
Forum: Plugins
In reply to: [Plugin: User Community] No Profile Pages?Yes this is because your wp-admin is on a subdirectory. But you did nothing wrong, the plugin should control this as it is a supported WordPress install.
I will check it and correct the links. As it should work as you expect. As soon It’s resolved, it will be released as a bugfix on 0.6.4
Forum: Plugins
In reply to: [Plugin: Capability Manager] Remove the un-necessary buttonsThis is by WordPress design. You can not hide the button/link by using Capability Manager.
Removing capabilities from roles/users, just forbid them to do the actions, but depends on WordPress how it manages this actions.
Forum: Plugins
In reply to: [Plugin: User Community] Remove base url?By now this is that way by design and cannot be changed. This is used to know what component should deliver the page content.
The list can be removed from page, in this case, only the content you write on that page will be shown, but the url structure remains the same.
There are plans to make a more flexible url structure, but anyway, the plugin will need to know which content is requesting the visitor.
Forum: Requests and Feedback
In reply to: [Plugin: User Community] Suggestion: Force picture uploadIn the current version, you have an option to upload at least one picture to the album if they want to see others users pictures.
I added this for one of my sites and works well. Most users just register to see other pictures, and if they can not see, them upload a picture.
But users will try anything… and will upload some picture taken from elsewhere. So, if you force them to upload a picture to see other users images, I recommend to moderate the uploaded pictures for new users. This can be done by removing the capability akuc_unmoderated from the new registered users role. In this case, the users don’t see other users pictures until their picture has been approved.
You can manage this capabilities and create new roles by using my plugin Capability Manager: http://wordpress.org/extend/plugins/capsman/
If you think it should work in another way, or limit more users with no picture uploaded, please, let me know how you think it can work.
Forum: Plugins
In reply to: [Plugin: Download AutoStats] A Question about “Download Autostats”You’re right. I’m trying it. But I’m having some trouble as it works except when used for podcasting. For some reason iTunes and some other software don’t get the files. I think is something with a wrong MIME type sent.
Forum: Plugins
In reply to: [Plugin: User Community] Dashboard DisappearanceYou can download the development version. I removed the dashboard widgets from there and should solve your issue.
http://wordpress.org/extend/plugins/alkivia/download/
The removed widgets are really irrelevant for the plugin, and if causing problems, better to leave them away.
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.Really sorry for this annoying bug. Thanks to all for testing and reporting. This helped me to find a solve a blocking issue.
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.Please, check now the current 0.6.3.1 as I introduced a version checking to do a completely fresh install if you tried to install 0.6.2 or 0.6.3.
In 10 minutes should be live. Please, report if this solves the issue. It did on a site I manage.
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.Well, 0.6.2 has done a partial install. And this causes not installing now. Wait a minute.
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.Did you deactivated and reactivated the plugin?
And, do you get exactly the same error?
WordPress 2.7.1, right?