Notifications
Clear all

New Feature [Closed] Wp editor for signature

5 Posts
3 Users
1 Reactions
1,537 Views
Posts: 4
Topic starter
(@sribharath)
Active Member
Joined: 4 years ago

Hi .. i need wp editor badly for signature fields

let me know how to get this

seriously i need this badly

i tried searching a lot on google but no help found

4 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @sribharath,

I'm sorry but there is no way to do this yet. This is already in our to-do list. And we'll do our best to add it in near future releases. Currently, you can add HTML code in the signature field to show links and images. Here are related topics:

Posts: 4
Topic starter
(@sribharath)
Active Member
Joined: 4 years ago

ok where is the code that outputs the signature on profile page

will add the code my self ..

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@sribharath,

I'm sorry but that's not an easy task, there is no a physical doe for the signature field, it doesn't exist.

All user fields are generated dynamically based on the user field array located in init_fields() method of wpForoMember class in /wpf-includes/class-members.php file.

This array is used by build() method of wpForoForm class in /wpf-includes/class-form.php file.

Then the wpforo_fields() function in /wpf-includes/functions-template.php file calls the WPF()->form->build( $fields ) method in user account template file /wpf-themes/classic/profile-account.php to build all fields at once on the My Profile > Accounts page.

So the only place to inject and change the signature filed to rich editor is changing  in the $html variable content in wpforo_fields() function, this variable contains all fields HTML code.

 

 

Posts: 108
(@hector)
Estimable Member
Joined: 5 years ago

Hello, create a tutorial to implement an editor in the signature: https://wpforo.com/community/wpforo-integration/tutorial-editor-for-signature/