
I suggest to implement simply "Save draft" button, because autosave will add additional scripts to the page and will increase server load.
Thank you Robert! I will try these hooks.
Yes 🙂 For example I have 3 posts. 1st contains "my music", 2nd contains "my", 3d contains "music". I search "my music". The Full text search gives me...
My second suggestion: here and here.
bbPress and wpForo have different cores and principles of posts organization. As I know bbPress posts are custom WP post types, so you can easily inte...
Sorry, I don't know another solution. If you use wpForo as shortcode on some page this setting of AAF is required. Another way is to contact with AAF ...
Also it is needed to enable in settings of AAF Active post types: Pages (check it) AAF_settings.png
The search is not a strong point of wpForo. It searches only by "SQL TEXT SEARCH" (hope I named it right) with relevancy output. I also would like wpF...
Hi Anonymous20! Try this one: in file wpf-hooks.php add to the end of file: add_filter('wpforo_content_filter', 'wpaal_add_affiliate_links', 15);in fi...
You are welcome Obara. I don't know, each WP installation is very individual. It depends of your hosting settings, installed plugins etc...
You use extended layout (this is folder "1" in layouts), so you need to change forum.php in this folder layouts/1/forum.php. Now is working? P.S. Topi...
Have you tried login via? Maybe plugins conflict...
Just save changed file and update page in browser. If it cached then try Ctrl+F5 (2-3 times). Leave your reply here about results. P.S. deactivating/a...
nando4, you can edit your layout files for output topics titles of desired length. Just in file forum.php of your layout find wpforo_text($last_post_t...