Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-02-17 19:11:29
- tdn
- Member
- Registered: 2006-02-16
- Posts: 58
tag_error with a new template
Hi.
I have just installed a new template and I get this error:
tag_error <txp:ajw_comment_alt even="alt" odd="" /> -> Textpattern Warning: unknown_tag
Appearently I only get this error if somebody has written a comment for the article.
My template for the comment form (I guess that is the one causing the problem) looks like this:
<ol class="commentlist">
<li class="<txp:ajw_comment_alt even="alt" odd="" />">
<cite><txp:comment_name /></cite> Says:
<br />
<small class="commentmetadata"><txp:comment_permlink><txp:comment_time /></txp:comment_permlink></small>
<p><txp:message /></p>
</li>
</ol>
[ed: please read the FAQ before posting]
Last edited by zem (2006-02-17 23:44:28)
Offline
#2 2006-02-17 20:24:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: tag_error with a new template
You probably checked this, but did you install and activate the plugin?
Offline
#3 2006-02-17 21:23:20
- tdn
- Member
- Registered: 2006-02-16
- Posts: 58
Re: tag_error with a new template
Which plugin?
For some reason the forum broke my previous message. It should have been what I pasted here: http://paste.ubuntu-nl.org/8793.
Offline
#4 2006-02-17 21:32:56
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: tag_error with a new template
tdn wrote:
Which plugin?
ajw_comment_alt, that’s where the tag comes from. Because the plugin is not installed you get the tag error.
For some reason the forum broke my previous message.
You can display code with < code > < /code > tags (without the spaces).
Offline
#5 2006-02-17 21:55:02
- tdn
- Member
- Registered: 2006-02-16
- Posts: 58
Re: tag_error with a new template
Ok. That solved the problem. Thank you.
A bit odd that the README for the template claimed that it needed no plugins.
Offline
#6 2006-02-17 21:57:41
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: tag_error with a new template
That’s confusing, I agree ;) You probably don’t need the plugin, it’s just for layout matters, but then you’d have to remove those tags as well.
Offline
#7 2006-02-17 22:12:43
- tdn
- Member
- Registered: 2006-02-16
- Posts: 58
Re: tag_error with a new template
Ok.
Offline
Pages: 1