Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Problems witch new template. Newbie need help :)
Hello everyone :-)
I’ve just install a new template TXP Gentle Calm. I put all pages, forms, css, sections, images and plug-ins but steel i have errors on home page and other:
@tag_error <txp:image id=“external” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“external” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“file” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“comments” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“file” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“comments” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“file” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“comments” /> -> Textpattern Notice: Unknown image. on line 191@
But when i go to post page i get:
@tag_error <txp:image id=“external” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“external” /> -> Textpattern Notice: Unknown image. on line 191
tag_error <txp:image id=“file” /> -> Textpattern Notice: Unknown image. on line 191
Warning: Raw PHP tags are deprecated in /home2/walth/public_html/pattern/textpattern/publish.php on line 996@
Could someone help me?
Offline
Re: Problems witch new template. Newbie need help :)
Ok I find the first errors but still i don’t know what to do witch the:
Warning: raw_php_deprecated in /home2/walth/public_html/pattern/textpattern/publish.php on line 996
when I look on the article.
Still need help.
Regards
Waltharius
P.S.
I notice that this template don’t recognize property textile like:
==# ,* its doing all like blockquote but in demo its ok. What’s wrong in my implementations?
Sorry for my poor English :( I hope You understand me.
Last edited by walth (2007-01-11 02:27:12)
Offline
#3 2007-01-11 08:04:53
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Problems witch new template. Newbie need help :)
Offline
Re: Problems witch new template. Newbie need help :)
Thanks, but if I change raw php in this file i get mess in my blog. And the textile tags are not working properly. This errors occurs when I change template but I didn’t change publish.php file. Its still the same like on start.
Offline
#5 2007-01-12 04:04:44
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Problems witch new template. Newbie need help :)
…if I change raw php in this file i get mess in my blog.
What?
And the Textile tags are not working properly.
Textile only works within articles, when Textile is turned on for that article (Advanced Options). Is it?
Offline
Re: Problems witch new template. Newbie need help :)
No, the Textile are not turned off for article. Ist turned on.
Offline
#7 2007-01-13 03:39:21
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Problems witch new template. Newbie need help :)
Okay, so can you describe how it is not working properly?
Offline
Re: Problems witch new template. Newbie need help :)
Well, in article when I put hash or star they are not been seen in in home page. Like here where in page code are lists but template don’t show they. Whats wrong?
Offline
#9 2007-01-15 07:09:43
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Problems witch new template. Newbie need help :)
Ah, thanks, that’s helpful. It looks to be a problem with this template’s style.
Go to the “Style” tab, and then scroll until you find this:
ul
{
margin-bottom: 1em;
list-style-type: none;
}
After this, add:
.entrybody ul {
list-style-type: circle;
}
Then scroll to find:
ol
{
padding: 0.5em;
color: #9b9b9b;
list-style-type: none;
font-size: 1em;
}
After this, insert:
.entrybody ol {
list-style-type: decimal;
}
You can, of course, make the list items use whatever style you want. Here’s a list of possibilities.
Offline
Re: Problems witch new template. Newbie need help :)
Thanks :)
Its work fine now! :)
Yesterday I was thinking about CSS and working witch it, but I just start learning it :)
Once again BIG Thanks!!!
Offline