Forum Replies Created
-
In reply to: Add activity with ajax
no one ? Please ?
In reply to: @mention autosuggest in visual editorI could make it working replacing with .wp-editor-wrap iframe, but ALSO removing the if ( ‘content’ === $editor_id ) in bp-activity-cssjs.php file who was allowing the init only in wp dashboard.
I guess it’s not a problem to do that ?In reply to: @mention autosuggest in visual editor@OakCreative : actually, I use BuddyPress Forum Editor plugin, I think it’s why it doesn’t work. Would you accept to take a look on this, to find what I have to put in iframe in mention.js instead of “.wp-editor-wrap iframe” ?
Many thanks…In reply to: @mention autosuggest in visual editorI tried with a working code to deregister and register my code, but not working in visual editor…
In reply to: @mention autosuggest in visual editorthanks @OakCreative, how can I do that ?
Is the following code in my bp-custom.php is ok ?
wp_deregister_script(‘mentions’);
wp_register_script(‘mentions’, ‘https://my-new-file-mentions.js’, false, null);
wp_enqueue_script(‘mentions’);In reply to: @mention autosuggest in visual editorHi, I have tinymce enabled in activity, and also in BP forum topics. Mentions work well in text mode, but not in visual mode. I did replace in mentions.js line 251 ‘#content_ifr’ by ‘.wp-editor-wrap iframe’ but it’s not working.
Did I missed something please ?
Thanks.
G.In reply to: ‘bp_email_use_wp_mail’ Causing Issues+1 : for me the new BP email bypass the WP Better Email template.
In reply to: Buddypress and IPV6oups okay sorry ! I’ll check there…
In reply to: @mention autosuggest in Buddypress ForumThanks for your answer.
I don’t use bbpress but Buddypress forum (v2.2)… is there a similar way to get it working ?In reply to: @mention autosuggest in Buddypress Forumup please ?
In reply to: Private topics in Global Forum ?I’m sorry I’m not using bbpress, but BUDDYPRESS forum.
In reply to: Private topics in Global Forum ?No one ?
I imagine there is a test somewhere with a is_admin() to display ALL topics for admin. I could add a get_current_user_ID to match a couple of ID and display ALL topics for these users too.
I just need WHERE is this test, if it’s the way it works.
Anybody please ?In reply to: Custom Post TypeYes it’s correct,
do you have an example of code I could put in bp-custom.php ? I’m not fluent in coding…Thank you so much !
In reply to: Custom Post TypeThanks for your answer. Actually I use an event plugin generating custom post types for each event. As I’m posting events with different categories (training / race / etc…) so I use tags.
So my goal was to post activities differently since it’s for a training or a race.
Like : “someone posted a new TRAINING SESSION” / “someone posted a new RACE”.
I’m not sure I’m clear.Gatelli
In reply to: Forum page templateI agree but it doesn’t pickup specific page template (the one I put in “Groups”) but generic template…
I use WP4.1 and BP2.2
Anyway I could achieve what I want by modifying generic page setting in my theme, and also SEO title with this topic.In reply to: Forum page templateI mean SEO title…
In reply to: Buddypress phone appDo your app will have the capacity to display wordpress blog articles and some RSS flux (used for custom post type display) ?
In reply to: image commented in activity streamno idea how I could do that ?
In reply to: image commented in activity streamyou write a post, insert an image clickable (I mean with a link). You publish it. If you comment this post, activity is recorded. But if you click the image and then comment this image in its page, there is no activity recorded. I don’t know if I’m clear enough…
so did you succeed? I’m interested by your method