Post Reply 
Adding commentics to a template based website
25-Aug-2011, 01:30 AM
Post: #1
Adding commentics to a template based website
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">
Find all posts by this user
Quote this message in a reply
25-Aug-2011, 02:44 PM
Post: #2
RE: Adding commentics to a template based website
Hi,

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

Have you completed the interview?
Find all posts by this user
Quote this message in a reply
13-Sep-2011, 06:52 AM
Post: #3
RE: Adding commentics to a template based website
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();

-----------------------------
Sorry...I am not good at English.
-----------------------------
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Binding Commentics to specific page on site johndoe694 2 133 12-Apr-2013 02:11 PM
Last Post: johndoe694
  Keeping SEO URLs with Commentics pier 11 871 31-Mar-2013 02:44 PM
Last Post: CaptainAlex
  Trouble with adding code to .htaccess feo1966 3 194 26-Jan-2013 11:47 PM
Last Post: Steven
Star How to integrate Commentics to a subdomain page? page 1 333 04-Jan-2013 07:26 AM
Last Post: page
  commentics and subdomain problem ludo 0 239 13-Dec-2012 09:11 PM
Last Post: ludo
  Commentics in Smarty TPL file? saeed319 2 721 09-Oct-2012 04:11 PM
Last Post: jonoweb
  My website Unique ID Client, and Gravatar markievarkie 2 1,009 04-Oct-2012 12:02 PM
Last Post: markievarkie
  commentics in php function rolz 2 681 04-Mar-2012 11:22 AM
Last Post: hosts
  Commentics sometimes shows up/sometimes doesn't mdniaz 1 443 19-Dec-2011 12:38 PM
Last Post: Steven
  Wordpress + Commentics bcb 2 843 28-Sep-2011 10:30 AM
Last Post: utaka

Forum Jump:


User(s) browsing this thread: 1 Guest(s)