Mathieu Viet
Forum Replies Created
-
https ?
> maybe it’s relative: https://github.com/imath/bp-avatar-suggestions/issues/11
Forum: Plugins
In reply to: [Rendez Vous] Change Rendez-Vous NameI’m really sorry you don’t like the name i’ve chosen. Try to use a specific translation file.
Forum: Plugins
In reply to: [Rendez Vous] No calendar visible on tab "When?"Seems to me it’s a theme issue.
I could reply do the theme plan to fix this 🙂
I’ll try to have a look
Forum: Plugins
In reply to: [Rendez Vous] Select all CheckboxHi,
Thanks for your feedback. I won’t do it sorry, i think i’ve already replied about this on the forum.
You actually don’t need this, simply do not restrict the rendez-vous and each member will be able to select their available dates.
sure send a pull request on https://github.com/imath/rendez-vous 🙂
Forum: Plugins
In reply to: [BuddyDrive] Changing name?Sorry, i don’t get it. Can you paste a screenshot ?
Forum: Plugins
In reply to: [BuddyDrive] download pdf not workI haven’t changed anything in this part ??
You can’t upload or you can’t download ??BuddyPress version ?
What is the error message ?
Forum: Plugins
In reply to: [BuddyDrive] BuddyPress Menu and Public PublishingHi Pietro.
1. you’ll need to filter here :
https://github.com/imath/buddydrive/blob/master/includes/buddydrive-item-functions.php#L6472. Yes see the BuddyDrive settings / Change the title of the BuddyDrive page.
Forum: Plugins
In reply to: [BuddyDrive] Envoie de fichier multipleSorry JP Production Inc.
I need to do things when uploading a file: save a post type, check available space etc… I’ll see if i feel safe enough to go this road in a future release.
Thanks for your feedback.
The other method is to fork the plugin 🙂
https://github.com/imath/buddydriveForum: Plugins
In reply to: [BuddyDrive] HTTP ErrorHello,
1. Try to also increase the post_max_size .. But i don’t know IIS sorry
2. you can filter ‘buddydrive_global_css’ and use a specific stylesheet.Forum: Plugins
In reply to: [BuddyDrive] Spanish translation readyOk thanks a lot 🙂
Just noticed i made an error in the commit message.. But it will be in for 1.3
https://github.com/imath/buddydrive/commit/53ca56a97d40e7d2065538978161acd401159ea6Forum: Plugins
In reply to: [WP Idea Stream] save idea from buddypress groupHi @lsm_627
Unfortunately it’s a premium theme. I went on your site and saw the trouble.. very weird! I have no idea what’s going wrong 🙁
Sorry
Forum: Plugins
In reply to: [WP Idea Stream] Add Fields TO REgistrationYou can try to create a wp-idea-stream-custom.php file (see https://github.com/imath/wp-idea-stream/wiki/wp-idea-stream-custom.php for more infos) and include this filter in it.
function paul_kelly_registration_fields( $fields = array() ) { if ( empty( $fields ) ) { return $fields; } return array_merge( $fields, array( 'first_name' => __( 'First Name' ), 'last_name' => __( 'Last Name' ), ) ); } add_filter( 'wp_idea_stream_user_get_signup_fields', 'paul_kelly_registration_fields', 10, 1 );Forum: Plugins
In reply to: [WP Idea Stream] Tweet New IdeasHi,
You can try to create a wp-idea-stream-custom.php file (see https://github.com/imath/wp-idea-stream/wiki/wp-idea-stream-custom.php for more infos) and include in it this code.
function uk_elections_tweet_ideas( $post_type_supports = array() ) { $post_type_supports['supports'][] = 'publicize'; return $post_type_supports; } add_filter( 'wp_idea_stream_post_type_register_args', 'uk_elections_tweet_ideas', 10, 1 );PS: don’t forget the opening php tag at the top of the file
Forum: Plugins
In reply to: [WP Idea Stream] Fatal errori’m sorry i don’t manage to reproduce. Have you tried to get the plugin from WordPress.org within the Administration > Plugins area.
Forum: Plugins
In reply to: [WP Idea Stream] Are There Shortcodes for this PluginHello,
No shortcodes sorry. but you can use widgets