|
Designer: Jonas Coch Category: blog Contest: TextPlate 2007 |
Palpable is a clean multi-author blog with a consistent baseline grid.
Twitter :
|
Designer: Jonas Coch Category: blog Contest: TextPlate 2007 |
Palpable is a clean multi-author blog with a consistent baseline grid.
Am I wrong or is there something fishy with the comment_form of the downloadable Palpable templates? All it has is:
<li><txp:permlink><txp:title /></txp:permlink></li>
10/18/09
VM
I get two errors when installing this theme:
Tag error: <txp:sitename /> -> Textpattern Notice: tag is deprecated on line 1114
Tag error: <txp:smd_slimbox wraptag=“li” orderby=“date:desc” category=”!articles” groupname=“gallery” limit=“30” libcheck=“0” /> -> Textpattern Warning: tag does not exist on line 1120
Can there be some help solving this?
05/30/10
Han Baas
Hi Han,
The
<txp:sitename />tag has now become<txp:site_name />so you need to check through the code and change any instances of the tag.“Textpattern Warning: tag does not exist on line 1120” is for a plugin and suggests one of two things – either the
smd_slimboxplugin has not been installed or else it hasn’t been activated.05/30/10
Stuart
Thanks.
05/30/10
Han Baas