*

mickey

  • **
  • 8 posts
Forum Page link
« on: February 03, 2023, 04:19:55 PM »
Hello,
Is there a way to make the forum link appear on classified home page or in item category page so that user can click to visit the forum

*

MB Themes

Re: Forum Page link
« Reply #1 on: February 03, 2023, 05:10:28 PM »
There are list of functions on configure page.
Something like frm_home()
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mickey

  • **
  • 8 posts
Re: Forum Page link
« Reply #2 on: February 03, 2023, 07:59:43 PM »
Ok. Thanks

*

MB Themes

Re: Forum Page link
« Reply #3 on: February 04, 2023, 02:28:01 PM »
Button:
Code: [Select]
<?php if(function_exists('frm_home')) { echo frm_home(); } ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots