Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
It’s using the soft_wrap function, so that makes it wrap on the dots (if needed). Not the IPnr column, btw, just the host column, but apparently Bert is getting IPnrs there too.
Last edited by ruud (2007-06-25 20:35:20)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Sencer wrote:
Can you more specific about what is astonishing?
There is the sentence: “Presently disabled” which I did not expect!
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Hah, I completely overlooked that indeed. The functionality was turned off (irrespective of whether it was set to yes or no) up until the 4.0.4 release, because of some borked code. That note in the help should have been edited out, when it was fixed but was apparently forgotten. Thanks, I just fixed the help.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
ruud wrote:
Not the IPnr column, btw, just the host column, but apparently Bert is getting IPnrs there too.
If I click Show Detail, the IP column doesn’t wrap.
I have Use DNS? to No, so I get IP’s in the host column.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
hcgtv wrote:
If I click Show Detail, the IP column doesn’t wrap.
I have Use DNS? to No, so I get IP’s in the host column.
The IPnr column doesn’t use soft_wrap, because IPnrs are all very limited in size. Hostnames can vary considerably in length, that’s why the column uses softwrap to avoid very long hostnames from messing up the layout (even if you have Use DNS set to no)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
I have turned on the last modified header and the comment means updated page.
But users of my page complain about “disappeared” comments. in fact, they have to press f5 to view them.
can anybody second this?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Thanks, Matthias. There is a thread in Troubleshooting on this issue (Ghost comment), maybe you can add the specifics of your case to establish if it is indeed the same case. I will try to investigate this within the week.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
I’m not sure if anyone else has noticed this, or if it’s particular to this release, but there seems to be an entity encoding bug in the <txp:linklist />
tag. Y
ou can see what I’m talking about on the front page of my site under Links. AT&T is displayed as AT&T
and if you look at the source, it’s doubling decoding the ampersand: AT&T
. I’m pretty sure In don’t have any plugins getting in the way.
If you need more details, please let me know. I’ll also try and have a look at the source when I have the time.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
I cannot reproduce this with the default link form. Please post yours.
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Here’s what I have for my Link form:
<dt><txp:link rel="bookmark" /></dt>
<txp:link_description wraptag="dd" />
Last edited by Christopher (2007-06-27 18:30:37)
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
Are oyu using a bookmarklet to add links? It’s more likely that the value was entered “escaped” in the backend. Can you check again? What happens when you open to edit the link, and save it again, then view the page?
Offline
Re: Feedback to: Help us test the release candidate for the upcoming 4.0.5
This still works for me. I’d need more details.
First, although I do not think that this is related, please close your txp:if_individual_article tag properly.
Second, it would be interesting what’s the contents of the database for this particular link. If you are able please post the results of this SQL command here (do you know how to use phpMyAdmin?)
SELECT * from txp_link WHERE description like '%big deal too%'
Last edited by wet (2007-06-27 18:46:16)
Offline