Osclass Support Forums

Osclass plugin support => Forums Osclass Plugin => Topic started by: mickey on February 03, 2023, 04:19:55 PM

Title: Forum Page link
Post by: mickey 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
Title: Re: Forum Page link
Post by: MB Themes on February 03, 2023, 05:10:28 PM
There are list of functions on configure page.
Something like frm_home()
Title: Re: Forum Page link
Post by: mickey on February 03, 2023, 07:59:43 PM
Ok. Thanks
Title: Re: Forum Page link
Post by: MB Themes on February 04, 2023, 02:28:01 PM
Button:
Code: [Select]
<?php if(function_exists('frm_home')) { echo frm_home(); } ?>