* donwilliam * donwilliam http://goldenwap.madpath.com/BLOG/xtblog.js
2017-04-30 07:52 · (0)
* donwilliam * Graham use my blog twig file
2017-04-30 07:48 · (0)
* Graham * vinxsixn the standard blog twig is here
http://syntax.xtgem.com/_templates/xtgem_blog.twig.js
upload to _xtgem_templates and rename xtblog.twig
the old dropbox url is dead
2017-04-04 05:32 · (0)
* vinxsixn twig for xtblog is broken, can you re-upload it please. thanks
2017-04-04 04:34 (edited 2017-04-04 04:37 by vinxsixn ) · (0)
* GistBirD * Graham sir, it didnt work in my site http://gistbird.xtgem.com
2014-07-23 13:59 · (0)
* Graham * GistBirD you just create the _xtgem_templates folder upload them and remove the .js the rest is automatic
2014-07-23 10:45 · (0)
* GistBirD * Graham Sir, after uploading therse files, how can I add them to my blog? Can I include them as xt_file?
2014-07-23 10:34 · (0)
* Graham * Wapper part 1 can be done with css
.xt_description .xt_image {display:block !important}
Copy code

the missing / in the image tag I will ask about
2014-06-05 08:49 · (0)
* Wapper * Graham When we decide to show first image and truncated text, there isn't any line break between image and texts. It looks messy image and text in same line. Any way to add a <br/> there? or you can consider it officially. The image tag is not closed either, ending '/' missing.
2014-06-05 05:38 · (0)
* Graham * Wapper I found it and I think it was my error.
In the version you are using a </div> is in the wrong place so it is only being used when comments are on
Near the bottom of the script change
<div class="xt_submit">
<input class="xt_button" type="submit" value="{{ data.translations.t_post }}" />
</div>
</form>
</div>
</div>
{% endif %}
{% endblock %}

{% elseif view == 'no_contents' %}


To
<div class="xt_submit">
<input class="xt_button" type="submit" value="{{ data.translations.t_post }}" />
</div>
</form>
</div>
{% endif %}
{% endblock %}
</div>

{% elseif view == 'no_contents' %}


I have also made the change in the code you posted below
2014-06-04 09:49 (edited 2014-06-04 12:48 by Graham ) · (0)

Online: Guests: 1