[Hejes-devel] [1097] enabled disqus in blog/show (trunk)
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Fri Feb 14 11:42:03 CET 2014
Revision: 1097
Author: mihaltz
Date: 2014-02-14 11:42:02 +0100 (Fri, 14 Feb 2014)
Log Message:
-----------
enabled disqus in blog/show (trunk)
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/views/blog/show.html
Modified: trunk/web2py/applications/helyesiras_webdev/views/blog/show.html
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/views/blog/show.html 2014-02-11 10:30:29 UTC (rev 1096)
+++ trunk/web2py/applications/helyesiras_webdev/views/blog/show.html 2014-02-14 10:42:02 UTC (rev 1097)
@@ -82,8 +82,7 @@
var disqus_shortname = 'helyesirasmtahublog'; // required: replace example with your forum shortname
var disqus_identifier = '{{=post.posts.slug}}'; // unique id of this post => id of thread in disqus
var disqus_title = '{{=post.posts.title}}'; // title of this post => title of thread in disqus
- var disqus_title = '{{=post.posts.title}}'; // title of this post => title of thread in disqus
- var disqus_url = '{{=URL(c='blog', f='show', args=[post.posts.slug], host=True)}}'; // URL of this post (TODO: helyesiras.mta.hu!!!)
+ var disqus_url = '{{='http://helyesiras.mta.hu'+URL(c='blog', f='show', args=[post.posts.slug])}}';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
@@ -94,24 +93,6 @@
<noscript>Kérjük, engedélyezze a JavaScriptet <a href="http://disqus.com/?ref_noscript">a hozzászólások</a> megjelenítéséhez.</noscript>
<a href="http://disqus.com" class="dsq-brlink">Hozzászólások betöltése...</a>
-<!--
-<div class="blog-comments">
-<h5>Hozzászólások:</h5>
-<div class="blog-comment">
- <div class="blog-comment-head">
- <span class="name">baloch</span><span class="date">2013. július 17. 11:31</span>
- </div>
- <div class="blog-comment-body">
- <div class="blog-comment-body-inner">
- Az alábbi kifejezés az Ilu szót az ugariti nép nyelvében az “Isten” értelemben használja. Az ugariti eposzokban (Baal és Anat) Bika-Él néven szerepel magyarul.<br>
-“Bull El / God - thôru ´ilu ”<br>
-A toruilu hasonlít “turul” szavunkra is. A turul szó a kelta nyelvben is fontos kifejezés, a sorssal kapcsolatos (sorsot meghatározó, sorsot eldöntő).
-“A sólyom volt a keltáknál a ”szakrális” királyság, (Had-) Isten jelképe > TUARÚIL< az “isteni, csodálatos.”
- </div>
- </div>
-</div>
-</div>
--->
{{pass}} {{# (if post != None:) }}
More information about the Hejes-devel
mailing list