Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback on the Textpattern 4.0.8 release
I’m using → or &larr in articles or forms using textile or HTML, respectively.
Offline
Re: Feedback on the Textpattern 4.0.8 release
- Could we have a look on any live site showing this behaviour?
- Post a sample Textile fragment
- Post the article form used to render those articles
Offline
Re: Feedback on the Textpattern 4.0.8 release
Sure. I may not do this correctly but I’m going to try.
1) http://urbanesque.org/ – the white boxes in the lower right of the top image should have right-facing arrows. Likewise, there are several posts that end in a link that should have right-facing arrows preceding the text (search for “View full size” to see an example.
2) For the “View full size” example, the fragment is as follows:
→ "View full size":http://www.flickr.com/photos/urbanesque/3207096425/sizes/o/
3) Same thing, for this the article form in the relevant section is as follows:
<h2 style="font-family: arial, helvetica, sans-serif; font-weight: bold;"><a href="<txp:permlink />" title="<txp:title />"><txp:title /></a></h2>
<div class="supporting"><txp:permlink>#</txp:permlink> | posted <txp:posted /></div>
<div class="post">
<txp:if_article_list>
<txp:if_excerpt>
<txp:excerpt />
<div class="morelink"><txp:permlink>read more →</txp:permlink></div>
<txp:else />
<txp:body />
</txp:if_excerpt>
<txp:else />
<txp:body />
</txp:if_article_list>
</div>
<div class="supporting" style="margin-bottom: 25px; padding: 5px; background-color: #e7e7e7;"><span style=" font-size: 12px;"><txp:comments_invite showcount="1" textonly="0" /> | <txp:lam_addthis user="gogoguerilla" type="bookmark" wraptag="span" class="imagetop" /></span>
<br />
<br />
<txp:tru_tags_if_has_tags>
tagged as: <txp:tru_tags_from_article />
</txp:tru_tags_if_has_tags></div>
<script src="http://feeds.feedburner.com/~s/urbanesque?i=<txp:permlink />" type="text/javascript" charset="utf-8"></script>
Offline
Re: Feedback on the Textpattern 4.0.8 release
I think you are having a client-side problem, as I see arrows all over the place:
Offline
Re: Feedback on the Textpattern 4.0.8 release
Hrm. I’ll take a look. Thanks so much for at least taking a look.
Offline
Re: Feedback on the Textpattern 4.0.8 release
Thanks!
Offline
Re: Feedback on the Textpattern 4.0.8 release
I recently upgraded my local copy of Textpattern to 4.0.8 to make some form and page changes before upgrading my copy on the server (such as removing asy_wondertag now that it’s not necessary). I’ve noticed something a trifle odd in the article tags specifically with regard to the limit attribute.
It’s one off.
When I enter <txp:article limit="6" />
I get not 6, but 5 articles. If I leave the limit off I get 9 articles. <txp:article_custom/>
doesn’t seem to have the same issues.
I’m quite prepared to accept that it’s something I’ve done, though for the life of me I can’t see what that might be. Can anyone else confirm this? Currently I’ve only run 4.0.8 on my local machine.
Offline
Re: Feedback on the Textpattern 4.0.8 release
Please post a tag trace.
Offline
Re: Feedback on the Textpattern 4.0.8 release
You know, I knew this would happen as soon as I (virtually) opened my big fat mouth: I’ve identified the problem, and it’s sitting right behind this keyboard.
I should hardly be surprised.
So, while I can certainly count all the way to 10, I might not be so terribly clever on writing forms. Thanks for reminding me to run in debugging mode in testing though.
For what it’s worth, I was trying to run a probably-too-clever-for-my-own-good <txp:if_custom_field><txp:else/>
conditional to not show a subset of articles in a list and only show them as an individual article. It mostly works.
Last edited by benjibot (2009-02-13 07:57:17)
Offline
Re: Feedback on the Textpattern 4.0.8 release
I just downloaded and upgraded our site and I get this error:
Some Textpattern files are out of date:
/usr/local/www/vhosts/sprawsm.com/httpdocs/textpattern/lib/txplib_misc.php
Luckily I have backed up the 4.0.7. files and copied the old txplib_misc.php over the 4.0.8. version and site works now without errors. Any ideas?
Offline
#35 2009-02-13 16:39:55
- std
- Member
- From: Germany
- Registered: 2004-03-19
- Posts: 18
Re: Feedback on the Textpattern 4.0.8 release
I have updated two installations from 4.0.7 to 4.0.8, both on the same hosting service provider, in different webspace accounts, but with the same specs. One of the TXPs reports no problem when running the diagnosis. The other TXP reports the clean url test failed, although everything is working just fine on the latter, too.
Before the update the test was succesfully on both of the TXP installations.
Well, everything’s just fine, actually — I was just wondering about that glitch.
Offline
Re: Feedback on the Textpattern 4.0.8 release
… The other TXP reports the clean url test failed …
Same here, says clean URL test failed, but it works.
Offline