VIEW ALL GALLERY LIGHTS

Tuesday, January 18, 2011

Simplex Blognews - renewed version

Latest version of Simplex Blognews -Click here

Simplex Blognews has some changes in code . I added Disqus comment system into this template ,remove some CSS tags ,optimize the code and re-solve the problem with showing Google adsense ads .

Live Demo | Download | Download Blognews template with forum page


To install this template ,you can see to my post on how to install Simplex Blognews


To activate Disqus comment system : find this code


<b:includable id='comments' var='post'>
<div id='disqus_thread'/>
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = &#39;simplexblognews&#39;; // required: replace example with your forum shortname

// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = &#39;unique_dynamic_id_1234&#39;;
// var disqus_url = &#39;http://example.com/permalink-to-page.html&#39;;

/* * * DON&#39;T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement(&#39;script&#39;); dsq.type = &#39;text/javascript&#39;; dsq.async = true;
dsq.src = &#39;http://&#39; + disqus_shortname + &#39;.disqus.com/embed.js&#39;;
(document.getElementsByTagName(&#39;head&#39;)[0] || document.getElementsByTagName(&#39;body&#39;)[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href='http://disqus.com/?ref_noscript'>comments powered by Disqus.</a></noscript>


</b:includable>


and replace 'simplexblognews' ( marked in bold ) to your Disqus shortname .


then find this code :
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = &#39;simplexblognews&#39;; // required: replace example with your forum shortname

/* * * DON&#39;T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement(&#39;script&#39;); s.async = true;
s.type = &#39;text/javascript&#39;;
s.src = &#39;http://&#39; + disqus_shortname + &#39;.disqus.com/count.js&#39;;
(document.getElementsByTagName(&#39;HEAD&#39;)[0] || document.getElementsByTagName(&#39;BODY&#39;)[0]).appendChild(s);
}());
</script>


and replace 'simplexblognews' (marked in bold) to your Disqus shortname .


if you plan to use a Blognews template with a wide page for a forum ,you can download version with forum page .
After installed ,create a page with name 'forum' ,then click on Edit HTML mode in editor window,and paste script of embeded forum (for example Vanilaforum)  into page content 


That's all for Simplex Blognews .Have fun !!!

No comments:

Post a Comment