Notifications
Clear all

wpForo 1.x.x [Closed] Leave A Reply Box

9 Posts
5 Users
2 Likes
17.3 K Views
Posts: 393
(@anonymous3542)
Honorable Member
Joined: 7 years ago

And also for edit... you can shorten the script somewhat too - just paste the below


jQuery(".wpforo-reply.wpf-action").click(function(){
jQuery("#wpf-form-wrapper").show();
});
jQuery(".wpf-action.wpforo-quote").click(function(){
jQuery("#wpf-form-wrapper").show();
});
jQuery(".wpforo-edit.wpf-action").click(function(){
jQuery("#wpf-form-wrapper").show();
});

If you have a theme that supports additional JS, you can do this without the plugin quoted by @sofy (as I am doing)

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Thank you very much @anonymous3542, I only suggest you use a shorter version of the code: 

jQuery(".wpforo-reply.wpf-action, .wpf-action.wpforo-quote, .wpforo-edit.wpf-action").click(function(){
          jQuery("#wpf-form-wrapper").show();
});
Posts: 1
(@owork138)
New Member
Joined: 4 months ago

Thank you!

Is there a possibility of integrating this into the core system instead of requiring the installation of yet another plugin? If that's the case, I'm willing to wait

UPSers Login

1 Reply
BlackRaz
Admin
(@blackraz)
Joined: 7 years ago

Contributor
Posts: 406

@owork138 

I have added your request to our consideration list.

Page 2 / 2