The Man Can! Reply #1, 4 years, 11 months ago
I'm guessing this is a really stupid mistake on my part, but I cannot get the [+jot.html+] placeholders to work for the life of me.
My call (complete just in case, line breaks for readability):
Generates nothing. If I do and it's fine. If I do it looks as if it should be working:
But I'm totally clueless as to why and doesn't work.
I'm using 1.1.2.
Thoughts? I've been fighting this on and off for 2 weeks with no progress.
Thanks.
My call (complete just in case, line breaks for readability):
[!Jot? &subscribe=`1` &subjectSubscribe=`[Gateway] Comment subscription for "[*pagetitle*]"`
&captcha=`1` &badwords=`{{commentBadWords}}` &bw=`2` &css=`1`
&cssFile=`assets/templates/gateway.jot.css`
&sortby=`createdon:a` &numdir=`0`
&guestname=`anonymous` &postdelay=`6` &pagination=`0`
&placeholders=`1` &output=`0` &debug=`0`
&tplForm=`commentsForm` &tplComments=`commentsComment` &customfields=`name` !]
[+jot.html.moderate+]
[+jot.html.comments+]
[+jot.html.form+]
[+jot.html.navigation+]
Generates nothing. If I do and it's fine. If I do it looks as if it should be working:
jot.html.comments = <a name="jcc9632ae882"></a>
<div class="commentRow jot-row-alt ">
<div class="jot-mod">
</div><!-- .jot-mod -->
<div class="commentTitleRow">
<span class="commentAuthor">
etc...
But I'm totally clueless as to why and doesn't work.
I'm using 1.1.2.
Thoughts? I've been fighting this on and off for 2 weeks with no progress.
Thanks.
), but one possible quick workaround is to modify jot parser, in assets/snippets/jot. Not very elegant or secure way, of course. Plus you need some basic knowledge in PHP or a couple of logic :]