I will have a look to see if I can get it working. Auto Affiliate Links use “the_content” filter hook to add links when content is displayed. If the forum software use custom functions, I have to manually adapt it for each.
Hello. Please update to the latest version and let me know if it is working as expected.
Incredible support I can’t believe I requested just 12 hours ago and a few minutes ago working on my site I saw the update for support of the forum I made the update and checked and the links are working.
Awesome support and thanks, I can’t afford the pro now as a student but I will as soon as I can support with a donation.
Did you want to add wpforo forum software support as well? Otherwise need to add the following to functions.php:
// add wpforo auto affiliate links
if (function_exists('wpaal_add_affiliate_links'))
add_filter('wpforo_content_after', 'wpaal_add_affiliate_links');
-
This reply was modified 7 years ago by
nando4.