• Resolved newtech1

    (@newtech1)


    I am adding custom fields for the new topics using ACF. This means I will need to edit the file that that displays topic content. What page do I need to edit and where will it be found. I assume it is under:
    wp-content/plugins/wpforo/themes/2022. Is it topic.php or post.php?

    Where exactly would I put this code? I want my custom codes to be below the topic comments within the topic section.
    <h6>Fish Caught: <?php the_field( ‘fish_caught’ ) ; ?></h6>????

    • This topic was modified 1 year, 3 months ago by newtech1.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author forum

    (@blackraz)

    Hi @newtech1 ,
    The wpForo content data is stored outside of the wp_posts table. wpForo has its own tables with the wpforo_ prefix. The topics and posts in wpForo are not considered custom content types in WordPress. Therefore, you cannot use ACF to create custom fields for them. If you need custom fields, the wpForo offers the “wpForo Topic Custom Fields” addon that you can try.

    Thread Starter newtech1

    (@newtech1)

    I just reviewed wpForo Topic Custom Fields and it does not have the ability to add Google maps as a custom field which is the most critical field I need.

    So, sadly wpforo forum will not work for me.

    Plugin Author forum

    (@blackraz)

    Hi @newtech1 ,
    No problem. We can add Google Maps support to “wpForo Topic Custom Fields” for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What file for topic content’ is closed to new replies.