Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Sorry Anonymous20, it's needed to have a test system for experiments, which I don't have right now. Maybe a little bit later I will install a test system and will play with this plugin.
No problem. I have a lot of work to do before i need that. When time comes i will try to address it, maybe i will ask the other plugin developer, since he also is very kind.
cheers
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 file post.php of your layout find:
echo wpforo_content_filter( wpforo_kses($post['body'], 'post') )
change it to:
echo apply_filters('wpaal_add_affiliate_links', wpforo_content_filter( wpforo_kses($post['body'], 'post') ));
Let me know if it will work.
Also it is needed to enable in settings of AAF
Active post types: Pages (check it)
Can't enable permanently Pages, since i don't want that. But i will for a test session.
I will test your latest suggestion today or tomorrow and update here.
Thanks !
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 plugin author.