Txanny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.This should be solved in 0.6.3. I just released it and will be available for download in 10 minutes.
I’m really sorry for the inconvenience this bug have caused.
Thanks for reporting!
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.I’ve reproduced the behavior in one site. Will find out a solution to this and release a bugfix ASAP.
Forum: Plugins
In reply to: [Plugin: User Community] No Community menu in admin console.I will check this as this is an strange lack of behavior I’ve not noticed in any install.
You’re using WP 2.7.1 right?
Any plugin related to rights, security, capabilities or roles?Forum: Plugins
In reply to: [Plugin: User Community] Warning if updated to 0.6.1Community 0.6.2 is released and solves this issue.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] sidebar without WidgetBy now it’s not integrated yet. Just works as Widget and it does not provide any function to be used without the WordPress sidebar.
As it seems so many people is asking for some functions to be used on themes and templates, I will think on this and the best way to implement it.
Forum: Plugins
In reply to: [Plugin: User Community] disable user listingThis is more difficult to be done, as it does not depend on the plugin.
The page title is sent by WordPress, and the title tags and styles depend on the theme used. As every theme uses different tags and styles, the plugin cannot control this. I cannot figure how to change the title style from a plugin, as there is no filter for this 🙁
With the list disabled, you can use the page to set your own content, perhaps to invite visitors to join? 😉
Forum: Plugins
In reply to: [Plugin: User Community] Suggestion: E-mail all usersHi Johan,
For now, you have to collect all email addresses. But I think there are some plugins to send mail to users but I’ve never tested them.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Integrating with User CommunityDuplicated topic, see http://wordpress.org/support/topic/272060
Forum: Plugins
In reply to: [Plugin: User Community] Integrating with Capability ManagerYes, it’s the normal behavior. By default new Roles are disabled in user listing. When you create a new role, you have to go to the Community profiles settings and enable that role in the listing.
After enabling in the Community Profiles settings, you will see them on listings.
Forum: Plugins
In reply to: [Plugin: User Community] disable user listingThe option has been added to the profiles settings page. And commited to the development version.
As tonight is planed to release 0.6.1 with some translations update, it will be available in 0.6.1.
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageReally it’s WPMU. I didn’t test with it and the WPMU database options are saved in a different structure than WP.
When using with the bbPress plugin, it reads the WP database, and expects the WP database format. Having options and user metadata saved in a different way makes the plugin not working.
I have to introduce some changes and checking to see if it’s working with WP or WPMU to make it work with WPMU.
Forum: Plugins
In reply to: [Plugin: User Community] disable user listingThere is no option to remove the user list, but You can also hack the plugin and comment the line 61 in components/profiles.php. Exactly, comment or remove this line:
add_filter('ucom_community_home', array(&$this, '_usersList'));This will cause the user list not being generated and the page will show only the content page you set when publishing the page.
The problem hacking the plugin is that you have to do it every time a new version is released.
Forum: Plugins
In reply to: Running sideblog and sidepost together (K2)Forget to say. Be careful if using the K2 theme. If you use the K2 custom sidebar, it’s known that some sidebar functions are missing on it. This causes widgets designed for the WordPress sidebar not to work as expected with the K2 custom sidebar.
Forum: Plugins
In reply to: Running sideblog and sidepost together (K2)I tagged this as sideposts as it is the correct name of the plugin 😉 As I think you mean SidePosts.
I wold ask you about the WordPress version you’re using. As looking at both plugins page:
– SidePosts requires WP 2.7 or higer.
– SideBlog is only tested to WP 2.5But, essentially, both plugins are designed to do the similar work. Both add some filters to the Posts query to filter what has to be shown in each area. I think this can cause some incompatibilities between the two plugins.
My recommendation: Chose just one of the plugins and manage all asides with it.
Forum: Plugins
In reply to: [Plugin: User Community] Suggestion: E-mail all usersYes, it will be considered, as some times we need to mail all users or a group of them. Normally I need to email a users within a role.