This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Adding commentics to a template based website
#1

How would I integrate the php code for commentics into a div based , .tpl web page

here a sample of code from the page

<div class="feat_video">



<div class="f_te">



<div class="wrap">



<h2>{$vinfo[0].title|escape:'html'}</h2>



<div class="vdcenter">



<div class="videoplayer">
Reply
#2

Hi,

Sorry but you'd need to ask the people who wrote your site.

Have you completed the interview?
Reply
#3

PhpMyFAQ is also using the template system.
The integrated method is consulted.
Please refer to
PhpMyFAQ + Commentics
http://www.commentics.org/forum/showthread.php?tid=328

The same method may be able to be used.
ob_start()
....
require $path_to_comments_folder . "includes/commentics.php";
$commentics_main = ob_get_clean();
ob_end_clean();


---------------------------------------------------
Commentics's Japanese Commentary Site
http://commentics.bbfriend.net/
*Sorry...I am not good at English.
---------------------------------------------------
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by kbadmin
28-May-2019, 07:16 PM
Last Post by news
18-Dec-2017, 09:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)