2016-12-09, 05:57:05
(2016-12-09, 05:29:47)Carlos Wrote: A way to add support for External Comments to News Manager 3.0+ :Nice, thanks.
Create a component named e.g. post-comments with this content:
(whereCode:<?php
get_external_comments(
'news-manager-blog/'.nm_post_slug(0),
nm_post_url(0),
nm_post_title('','',0)
);
?>news-manager-blog/
is a custom prefix for the post id - Change it to use your own preferred one, likeblog/
,news/
, ...)
Enable NM Custom Settings and insert this:
Code:single componentAfterPost post-comments
Glowczynski.pl - webmaster, graphic designer, translator.
For any job offers contact me via artur@glowczynski.pl.
For any job offers contact me via artur@glowczynski.pl.