* antonosuke How to show =>
"Home/Blog/Games/Bla bla bla"
on the page
2016-12-18 23:56
*
* Screenshot_2016-12-19_155852.jpg · image/jpeg · 43.96KB
(edited 2016-12-19 00:01 by antonosuke ) · (0)
* Graham * antonosuke If you mean navigation headers use the _header file (or create one)
http://syntax.xtgem.com/manual/xtgem/default?func=header_and_footer
or for a "breadcrumbs" see
http://ggnnww.yn.lt/path/to/page/
2016-12-19 01:28 (edited 2016-12-19 01:30 by Graham ) · (0)
* antonosuke * Graham more xt:url type="?"
2016-12-22 02:56 · (0)
* Graham * antonosuke See here http://syntax.xtgem.com/manual/xtgem/default?func=xt_url
2016-12-22 03:58 · (0)
* antonuchiha * Graham how to display photo is not available, if the image address is not available
2016-12-22 04:38
*
* img_not_available.png · image/png · 38.09KB
· (0)
* Graham * antonuchiha
You can use js or jquery
There are several solutions on this page
http://stackoverflow.com/questions/92720/jquery-javascript-to-replace-broken-images
2016-12-22 04:59 · (0)
* antonosuke * Graham how to display the page title in the page automatically?
2016-12-22 21:54 · (0)
* Graham * antonosuke Which 'title'
To display the contents of the html <title> tag you can use
<script> document.write(document.getElementsByTagName('title')[0].innerHTML)</script>
Copy code
2016-12-23 00:49 · (0)
* antonosuke * Graham hey mr graham, how to make filelist like a blog with tmbhnail first image and truncated post body?
2016-12-26 07:52 · (0)
* Graham * antonosuke
The easy way is to create a folder of description files and 'include' them from the file list template
All the images description and link to the full files can be in the actual description file in normal html
xt functions will not work in the 'included' description files
This has to be done via xtscript for the includes to work
<!--parser:xtscript-->
var $list = <xt:filelist folder="/descriptions" template="&lt;xt:include file=&quot;/descriptions/.file_name.&quot; /&gt;" />
print $list
<!--/parser:xtscript-->

Copy code

for a demo of the idea see http://baretest.xtgem.com/countlist
2016-12-26 08:34 (edited 2016-12-26 08:53 by Graham ) · (0)

Online: Guests: 1