Forum Replies Created
-
no one ? Please ?
I 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 ?@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…I tried with a working code to deregister and register my code, but not working in visual editor…
thanks @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’);Hi, 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.+1 : for me the new BP email bypass the WP Better Email template.
oups okay sorry ! I’ll check there…
Thanks for your answer.
I don’t use bbpress but Buddypress forum (v2.2)… is there a similar way to get it working ?up please ?
I’m sorry I’m not using bbpress, but BUDDYPRESS 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 ?Yes 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 !
Thanks 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
I 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.I mean SEO title…
Do your app will have the capacity to display wordpress blog articles and some RSS flux (used for custom post type display) ?
no idea how I could do that ?
you 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