-
Author
-
June 6, 2014 at 20:20 #19433adreamParticipant
I want to allow more flexibilites when user put their article on the forum topic and reply.
I just can see like b i link b-quote del etc. I want to add on here change font color and size something.
Is it possible?I saw like this comments from bbpress support forum.
You could try editing /profile/edit.php in your theme to use wp_editor() instead of textareas.
Can you give me a lil bit more guide for it?
June 6, 2014 at 20:25 #19434adreamParticipantI found a article for similar issue like me.
Can I get file name on this theme for edit it?In case anyone else wants to do the same sort of thing here is my solution;
I simply replaced
<textarea name=”post_content”><?php echo esc_textarea( $listing->post_content ); ?></textarea>
with
<?php wp_editor( $listing->post_content, ‘listingeditor’, $settings = array(‘textarea_name’ => post_content) ); ?>June 12, 2014 at 13:27 #19707AbeKeymasterHi adream the template for the form should be found in the bbpress folder inside the theme: wp-content/themes/kleo/bbpress/form-reply.php
The function to generate the actual form is bbp_the_contentHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 12, 2014 at 18:05 #19724adreamParticipantthanks though.
I dont know how to use bbp_the_content now for get what I need now.June 18, 2014 at 00:46 #20048AbeKeymasterPlease hire a developer for deeper customization
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.