Hi,
The plugin complete is not working now. Can you make the plugin live back?
Thanks
]]>I have the latest version from https://github.com/boonebgorges/bp-tinymce
In the group description I can format all of my text and save it and it shows great in the actual description but in the visual editor all formatting has been removed. So if I wanted to update or edit my description I would need to redo all formatting.
What is weird is that the split second after I hit save as I watch the screen load I see the correct formatting in place in the editor but once it finishes loading it is gone. This makes me think maybe a filter or something?
I have used the default theme and different browsers to rule that out also. Any ideas?
Here is a screenshot of the actual description and also what the editor looks like.
Description
[URL=https://s243.photobucket.com/user/scott2323/media/description_zps403875ce.jpg.html][IMG]https://i243.photobucket.com/albums/ff170/scott2323/description_zps403875ce.jpg[/IMG][/URL]
Editor
[URL=https://s243.photobucket.com/user/scott2323/media/editor_zpse862a65f.jpg.html][IMG]https://i243.photobucket.com/albums/ff170/scott2323/editor_zpse862a65f.jpg[/IMG][/URL]
Fatal error: Call to undefined function wp_tiny_mce() in /home/public_html/wp-content/plugins/bp-tinymce/bp-tinymce.php on line 44
Happened as soon as I installed it.
Sad face ??
]]>I have installed BP-TinyMCE.
Ultimate TinyMCE for wordpress is also installed.
I have created a Text area XProfile Field. But I can’t see any TinyMCE editor on the front end of that field. Do I miss something?
]]>After installing this plugin, I click on my messages. This is the error I get:
Fatal error: Call to undefined function wp_tiny_mce() in /home/***/public_html/wp-content/plugins/bp-tinymce/bp-tinymce.php on line 44
]]>On activation, get the following error displayed just below the BP header.
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /var/www/html/dev/wp-content/plugins/bp-tinymce/loader.php:19) in /var/www/html/dev/wp-content/plugins/events-manager/classes/em-notices.php on line 11
]]>When I activate the plugin, I can only see the header in all the pages of my community… the rest of the contents disappear…
]]>Questions:
1) I only want the BP-TINYMCE editor to be only active on certain screens (in my instance its the edit profile screen). I have changed the line:
function __construct() {
//add_action( ‘bp_before_container’, array( $this, ‘add_js’ ), 1 );
add_action( ‘bp_before_profile_edit_content’, array( $this, ‘add_js’ ), 1 );
This seems to work – but I’m not sure it is the most correct way of doing this – Can someone confirm?
2) The floating edit box for Front end Edit seems to disappear when the plugin for bp-tinymce is active – I’m wondering if there is an easy fix for this. I’m not sure if some of the css for each of the plugins is conflicting with each other or it is something more complex. I thought by doing (1) this may resolve any conflicts as I thought bp-tinymce may only become ‘active’ when on the profile edit screen.
I hope that kind of makes sense
Jason
Many thanks
Jason
]]>Another great plugin. Thankyou
I would like to disable some of the buttons (or simply have them disappear) as certain items (such as text colour) will not have any effect on my site as the tags will be filtered out. This will mean that I also avoid any unnecessary support questions from my users
Jason
PS Please start to accept donations, I would love to buy you a few coffees!
When activating the plugin, nothing changes (no TinyMCE).
Looking in Firebug console, there is a js conflict with global.js in the Genesis base theme:
GET https://localhost/smallgroupnetwork/wp-content/themes/genesis/_inc/global.js?ver=3.2.1 404 (Not Found)
This will prevent the plugin from being used with any of the Genesis themes.
WP 3.2.1
Genesis 1.7.1 (latest version)
BP 1.5 RC1
Although I can post in the forums, and I can post new items on the activity feed, this plugin won’t let me enter text as a response to an activity feed post. Please advise.
]]>the plugin is perfect. just that my theme is black but in the log (https://yourdomain.com/register/) creates conflict by showing all letters and preventing black people to register … my English is not good so use a translator
]]>Hi plugin devs.
Thanks for the great plugin (as all the plugins you made).
I’m e using the plugin BP-TinyMCE with Greek and I noticed that Greek characters are stored as HTML special characters into the db table.
For example “Ποια” is stored as Ποια
The fix is very simple. Just add
entity_encoding:”raw”,into bp-tinymce.php line: 50
At https://lenasterg.wordpress.com/2011/04/14/bp-tinymce-plugin-with-greek/ you will find the complete line change.
It would be great if you added this into your next version update.
Thanks in advance
Lena Stergatou
WordPress ver 3.0.3
My sites are all built in french and BP-TinyMCE almost work correctly except when I send emails with other app. within WordPress/Buddypress.
In those cases, no accent are kept and it is almost unreadable.
Any help to provide on this?
When I format some text in an xProfile field, and then hit Save, some formatting (italics) is preserved, and other (bullets, numbered lists, line breaks) is lost.
Frustrating!
Is there a setting elsewhere in BuddyPress or WordPress that specifies what tags are allowed, or some other tweak I can apply?
Thanks!
–Ken
]]>Is there any way to add a photo upload to the activity stream? I installed this plugin and I’m a step closer, but no photo upload.
]]>With BP installed I got message “Please enter some content to post.” when I tried to post new post. It seems that plugin doesn’t see text in test area.
]]>For my site I had to make the following two changes.
Find:
j("input#whats-new-submit").unbind( 'click' );
j("input#whats-new-submit").click( function() {
and change to:
j("input#aw-whats-new-submit").unbind( 'click' );
j("input#aw-whats-new-submit").click( function() {
and also find:
'group': j("#whats-new-post-in").val()
and change to:
'item_id': j("#whats-new-post-in").val(),
'object': 'groups'
]]>