Mathieu Viet
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Undefined propertyThanks for your feedback.
This should be fixed by https://github.com/imath/buddy-bbPress-Support-Topic/commit/42e8f6967a1eab376e1efafdfd6a50ddf297df01
I’ll upgrade the plugin on this repo soon.
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Plugin doesn't workI guess a i’m using the plugin with bbPress & WordPress 4.4.2 with no problems.
I think, if you haven’t done it yet, you should post this topic into https://buddypress.org/support as i don’t think it’s relative to the Buddy-bbPress Support Topic plubgin.
Forum: Plugins
In reply to: [WP Idea Stream] Deactivation of rating featureHi,
To achieve your goal, an easy way is to filter
'wp_idea_stream_ideas_get_rating_link'Somthing like this:
function roccon_disable_ratings_for_category( $output, $idea_id ) { // code to get & check the $idea_id categories eg: $categories = wp_get_object_terms( $idea_id, wp_idea_stream_get_category() ); // I'll leave you find the rest of the code as howeworks :) // if one category match the restricted category // then you can simply return nothing, else you return the original $output } add_filter( 'wp_idea_stream_ideas_get_rating_link', 'roccon_disable_ratings_for_category', 10, 2 );Forum: Plugins
In reply to: [WP Idea Stream] Showing Idea-Stream on a restricted WP pageHi there,
The pages generated by IdeaStream doesn’t need a specific WordPress page as i’m using WP Rewrites.
So you should think about how you would make posts private ? Simply by setting the post status to private, it’s exactly the same for WP Idea Stream π
But this is only possible when adding/editing an idea from the Administration. Else, you’ll need to use some filters provided by the plugin.
If you really want to display private ideas on a specific page, i guess you’ll need to build a shortcode to achieve your goal. If anyone wants to contribute, i’ll be happy to include it in a future version.
Forum: Plugins
In reply to: [Rendez Vous] Limitation of participating users tappointmentsNo unfortunately. Any member of the community can join a public rendez-vous and any member can invite as many user he wishes.
Forum: Plugins
In reply to: [Rendez Vous] Rendez-vous's saving button is disabledAfter looking at it :
There is a bug when I invite more than 6 or 7 people, the button disappear, so I can’t invite everybody of my group.
This will be fixed in version 1.4.0
When we published the event, it could be confortable to invite more people if we forgot or when it’s impossible because of the bug button
I agree, for now any member can join an existing rendez-vous as soon as it’s a public one
We could choose who could create event (like moderators or administrator?), now everybody can..
This is already possible by filtering
rendez_vous_map_meta_capsand by defining your specific required cap.The other points are enhancements i’ll keep in mind for a next release. Thanks for your feedback.
Forum: Plugins
In reply to: [Rendez Vous] Creating Rendez Vous without inviting someoneHello,
No, i’m afraid it’s not.
Forum: Plugins
In reply to: [Rendez Vous] Nombre de participants limitΓ© Γ 16Thanks for your feedback, sorry for the delay, It looks like it was a css issue. This will be fixed in version 1.4.0.
I must say i don’t like at all the way you are requesting things. i’ll take 2 examples from this thread and another one:
I can understand this plugin is no longer your priority
iMath seems to have vanished
I can understand you are disappointed, but trying to make me feel guilty because i can’t find the time to bring the quality of support you’re expecting is definitively not the good strategy.
So you need something that is very specific, i’m unsure to understand and i doubt a lot could use and you are asking it to a free plugin?
I’m sorry, but my reply is no.
Forum: Plugins
In reply to: [Rendez Vous] Auto-Renewal of Meeting time?No sorry.
Forum: Plugins
In reply to: [Rendez Vous] Nouveau Rendez-vous button not workingHello,
Please provide some infos!!
“It’s not working when i click” Ok well it’s working when i click π
So there must be something going wrong with you.
BuddyPress version ?
Theme ?
Plugins ?Have you tried with any WordPress default theme, with only rendez-vous and BuddyPress activated ?
Forum: Plugins
In reply to: [Rendez Vous] Rendez-vous's saving button is disabledThanks for your feedback..
time.. If i could find the time π
Forum: Plugins
In reply to: [Rendez Vous] Needs to be updated to 4.3.1 :(Yves,
Thanks you for this reply. I guess Ulysse is not using BuddyPress.
NB: I haven’t vanished! It’s just difficult sometimes to find the time when your plugins are free of charge and you don’t make a living out of it to bring the support as often as you would like….
Forum: Plugins
In reply to: [BP Avatar Suggestions] Recommended sizesI advise you to use images > 150 x 150 pixels