Forum Replies Created
-
In reply to: Allow HTML from users
Now it’s not possible to add a youtube video…
What I have to add to formatting to let members insert a youtube video like:
<iframe width=”640″ height=”360″ src=”http://www.youtube.com/embed/e9zfJEaJhRs” frameborder=”0″ allowfullscreen></iframe>
In reply to: Duplicate this exact theme/layoutThis template is awesome and clear. If you share it, I will install it!
I had this problem with bbpress 1.6 and bbpress 2.3.
I can’t find the topic where I found this solution.The screen capture is from Internet. In my WordPress I have also only the first option.
I had the same problem. Look if you have checked the “Allow search engines to index this site” option under “Reading”
It works for me.
THANKS.
I work with an older version because the plugin to migrate my content from ning seems to work fine only with this version. I’m gonna try the incrementally update and see what happens.
Thanks again!!
I have read here: https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/ how to do the first step.
But I don’t know if its possible to convert the group forums into “normal” forums (site wide).
THANKS for your response!
Anyone please? In the codex there is no info about this…
In reply to: bbPress 2.3.2 now availableThe changes on visual editor (2.3.1, 2.3.2) breaks Ckeditor compatibility.
Simple question. It’s possible to convert or export group forums to site wide forums??
Please, I’m waiting a response to set up my site… And I can’t find anything on bbpress codex.
Please, any idea?
In reply to: HTML doesn't render when copied and pastedI have found a ticket in bbpress trac named Allow to post unfiltered HTML in Topics/Replies It is related to this issue?
In reply to: HTML doesn't render when copied and pastedHello
I have the same problem also with the default theme. @johnjamesjacoby you can see an example here:
http://triangulodelasbermudas.net/editor/forums/topic/prueba-de-paste/
I have detailed in the replies the version of bbpress and you can see the result when copy from any web and paste to publish. The same problem when you apply any format like bold, italic…
The reply created with bbpress 2.3.1 is with the visual editor activated via adding the code to theme functions.php:
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
With bbpress 2.2.4 all works fine.
In reply to: bbPress 2.3.1 now available!I have installed the update in my tester site and I have lost the visual editor, also the “Ckeditor for wordpress plugin” seems to be not compatible.
In reply to: Disable visual editor mobile usersYou can see it at my test network
http://triangulodelasbermudas.net/pruebas/forums/topic/topicdos/
In reply to: Help with editor (migrating from ning)@netweb I can’t find any plugin working, please, can you tell me what plugin are you talking about?
ThanksIn reply to: Help with editor (migrating from ning)Thanks yor your response, I can try anything. Ckeditor & etc are too much. I’m looking for something like U buddypres forum editor, but it doesn’t works with recent versions…