-
Created ticket #3540 on bbPress Trac:
Filter for class ”bbp-template-notice” -
Posted a reply to Fatal error Call to undefined method WC_Email_Customer_Ready_Pickup_Order, on the site WordPress.org Forums:
Hi @bluelionweb, how did you solve your problem? I have exactly the same error! Thanks. -
Created ticket #3362 on bbPress Trac:
Admin area updates delete subscriptions on posts. -
Created ticket #3358 on bbPress Trac:
[bbp-single-tag id=X] shortcode pagination is not working -
Closed ticket #3235 on bbPress Trac:
admin area update puts a subscription on a revision post (RC7) -
Posted a reply to Mobile View Problem, on the site WordPress.org Forums:
@carlosmoreirapt : Thanks a lot. -
Created a topic, Mobile View Problem, on the site WordPress.org Forums:
Great Plugin. I have a small issue in mobile view. On … -
Reopened ticket #3235 on bbPress Trac:
admin area update puts a subscription on a revision post (RC7) -
Posted a reply to Cleaning wp_postmeta database, on the site WordPress.org Forums:
Any news on this? I want to keep on using your plugin but is it… -
Created ticket #3252 on bbPress Trac:
404 page received when author calls post with pending status -
Created a topic, 404 Problem, on the site WordPress.org Forums:
Hi, thanks for the great plugin. I have a problem re… -
Created a topic, Solved my Problems, great plugin!, on the site WordPress.org Forums:
Thanks for your extraordinary support! -
Posted a reply to html emails, on the site WordPress.org Forums:
Works like a charm! Thanks for your 5 star support! -
Posted a reply to html emails, on the site WordPress.org Forums:
Hi Markus, I get somehow blank page after posting a reply. I used your above… -
Posted a reply to html emails, on the site WordPress.org Forums:
Thank you Markus, this is great. I will test. Do you know any easy way… -
Created a topic, html emails, on the site WordPress.org Forums:
Hi Markus, I would like to send html emails with this… -
Closed ticket #3240 on bbPress Trac:
404 error if forum cacpabilities initially not existing -
Created ticket #3241 on bbPress Trac:
Email address considered as mention -
Created a topic, adding new features?, on the site WordPress.org Forums:
Hi Felix, Thank you for sharing this plugin. Are you… -
Posted a reply to where should button appear?, on the site WordPress.org Forums:
You need to put the function: bbp_topic_like_button() where you want to show Like/Unlike button. -
Created ticket #3240 on bbPress Trac:
404 error if forum cacpabilities initially not existing -
Posted a reply to PHP Function for pageviews?, on the site WordPress.org Forums:
This function works for me: pvc_post_views() -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
Markus, works now!!! Thanks for your extraordinary support. -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
Here search for wptexturize: .../forum/wp-content# find . | xargs grep wptexturize ./plugins/bbpress/includes/core/filters.php:add_filter( 'bbp_get_reply_content', 'wptexturize', 6… -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
Second test: Changing browser. I was using Safari, now I tried to post with Firefox.… -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
First test: The title is correctly stored in the database. mysql> select post_title from forum_posts… -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
I can confirm that asynchronous-bbpress-subscriptions.php line 8 reads Version: 3.4 and the code in line… -
Posted a reply to Cleaning wp_postmeta database, on the site WordPress.org Forums:
Is it safe to: DELETE FROM wp_postmeta WHERE meta_key ="tiny_compress_images"; Are there any other entries… -
Created a topic, Cleaning wp_postmeta database, on the site WordPress.org Forums:
Hi, What is the best way to clean the wp_postmeta da… -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
No, I only use this filter you gave me: https://wordpress.org/support/topic/admin-notification-11/ -
Posted a reply to emails come with strange characters in subject, on the site WordPress.org Forums:
Hi Markus, Thanks for your quick response. I updated to 3.4 , unfortunately I still… -
Created a topic, emails come with strange characters in subject, on the site WordPress.org Forums:
Subject of my emails which include the post title show… -
Created a topic, Using image compress plugin with GD bbPress Attachments, on the site WordPress.org Forums:
I would like to resize and compress images automatical… -
Created ticket #3235 on bbPress Trac:
admin area update puts a subscription on a revision post (RC7) -
Posted a reply to admin notification, on the site WordPress.org Forums:
If I use this filter, does it also email async (over cron)? -
Posted a reply to admin notification, on the site WordPress.org Forums:
Thanks Markus, this works! -
Posted a reply to admin notification, on the site WordPress.org Forums:
Thanks for your quick answer. I will check for a plugin/filter where admin can be… -
Created a topic, admin notification, on the site WordPress.org Forums:
Hi, How can I also notify admin when someone posts to… -
Posted a reply to Remove fields from profile, on the site WordPress.org Forums:
ok. done. -
Created a topic, Remove fields from profile, on the site WordPress.org Forums:
I would like to remove some fields like Language dorop… -
Posted a reply to Translation not working, on the site WordPress.org Forums:
Thanks Jeff, Please add also theme-my-login to: "ERROR: Please enter a password." -
Posted a reply to Translation not working, on the site WordPress.org Forums:
Just saw that, there is one exception causing problem: "Confirm Password" is not included in… -
Posted a reply to Translation not working, on the site WordPress.org Forums:
After doing some testing; I see that the translation works: __( 'text', 'theme-my-login' ) Not… -
Created a topic, Translation not working, on the site WordPress.org Forums:
The German translation files under: /wp-content/langua… -
Posted a reply to Add Agree to Terms and Conditions Checkbox, on the site WordPress.org Forums:
Jeff, thank you for your great support. -
Posted a reply to Add Agree to Terms and Conditions Checkbox, on the site WordPress.org Forums:
It would be great if someone already has the code for adding a checkbox and… -
Posted a reply to Cannot load the custom template on version 7, on the site WordPress.org Forums:
@jfarthing84, thank you. This reply was modified 1 hour, 53 minutes ago by wpturk. This… -
Posted a reply to Free extensions, on the site WordPress.org Forums:
Terry, change "I need help with an extension" to "Something else" from the dropdown box.… -
Posted a reply to Cannot load the custom template on version 7, on the site WordPress.org Forums:
In function render, $args['before'] is before $args['container'] this is good. But $args['after'] is before $this->render_links()… -
Posted a reply to Cannot load the custom template on version 7, on the site WordPress.org Forums:
Jeff, this works. The only problem is, I can insert my design before and after…