Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback on the Textpattern 4.0.7 release
cheers
its a bad hen that wont scratch itself.
photogallery
Offline
Re: Feedback on the Textpattern 4.0.7 release
Brilliant!
Thanks to all involved for 4.0.7. Tags-in-tags-tastic!
At LAST I’ve cheerfully donated to the core devs at #TXP. I only wish I were able to give more. Thanks to the devs and ALL fellow TXPers. -A
Offline
Re: Feedback on the Textpattern 4.0.7 release
Links in custom fields.
I updated a site that was allready on 4.0.7 (r2998). I use custom fields to display text snippets together with the article body. Sometimes these snippets contain links. Before the update a link like <a href="url">linktext</a>
was displayed properly (as a link). After the update the url is displayed as text. In the source the <
and >
are replaced by <
and >
and the quote signs by "
Is this intended behaviour? What can I do to get the old functionality?
kees
Edit: sorry found the answer here
Last edited by kees-b (2008-12-01 15:07:42)
Offline
#28 2008-12-01 23:27:00
- jeremywood
- Member
- Registered: 2007-12-12
- Posts: 26
Re: Feedback on the Textpattern 4.0.7 release
Super cool. Has anybody figured out how to make MarsEdit work yet? :-)
Offline
Re: Feedback on the Textpattern 4.0.7 release
Hi. I just upgraded to 4.0.7 and I get this error:
Tag error: <txp:rss_unlimited_categories_article_list section=“articles” limit=“7” /> -> Notice: Undefined variable: uLastMod on line 906
textpattern/lib/txplib_misc.php(570) : eval()’d code:491 populateArticleData()
textpattern/publish.php:1090 rss_unlimited_categories_article_list()
textpattern/publish.php:1012 processTags()
textpattern/publish.php:499 parse()
index.php:33 textpattern()
Tag error: <txp:rss_unlimited_categories_article_list section=“articles” limit=“7” /> -> Notice: Undefined variable: uExpires on line 929
textpattern/lib/txplib_misc.php(570) : eval()’d code:491 populateArticleData()
textpattern/publish.php:1090 rss_unlimited_categories_article_list()
textpattern/publish.php:1012 processTags()
textpattern/publish.php:499 parse()
index.php:33 textpattern()
Can someone verfiy that RSS_Unlimited_Categories works with 4.0.7? Otherwise, it could be a problem with my plugins. I haven’t seen any new messages about 4.0.7 compatibility in the rss_unlimited_categories topic, so far.
Thanks.
Offline
Re: Feedback on the Textpattern 4.0.7 release
typeshige wrote:
Can someone verfiy that RSS_Unlimited_Categories works with 4.0.7?
I’m pretty sure it works (in Live mode) but you’ll get the warnings otherwise. The plugin needs updating but it’s unlikely to happen any time soon so go into the plugin code and search for uPosted
. Every time you find it, add the following immediately after it (before the closing quote):
, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod
That should fix it.
Last edited by Bloke (2008-12-02 00:21:57)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Online
Re: Feedback on the Textpattern 4.0.7 release
Sweetness. It worked. There were a bunch of uPosted but not all used safe_row. I targeted my replacement on those since you said to put it after uPosted and before the closing quote. (The other query maches for uPosted didn’t have closing quote right after, so I might change those later, if necessary.)
I changed the safe_rows one at a time and all the messages went away after the 2nd (and last?) one.
Thanks again!!! I hope the community finds a standard way to update plugins if the original developer is no longer active!
Bloke wrote:
typeshige wrote:
Can someone verfiy that RSS_Unlimited_Categories works with 4.0.7?
I’m pretty sure it works (in Live mode) but you’ll get the warnings otherwise. The plugin needs updating but it’s unlikely to happen any time soon so go into the plugin code and search for uPosted
. Every time you find it, add the following immediately after it (before the closing quote):
, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod
That should fix it.
Offline
Re: Feedback on the Textpattern 4.0.7 release
Thank you guys. Much, much, much appreciated.
wet wrote:
On a related note, Seth Godin writes: “If you will miss a product, a service, a book, a site or a professional when they close up shop, stand up, speak up and bring them masses” Hint, hint!
That’s a little disconcerting depending on how you read it. Your quips always seem to be like a double-edged broadsword. :/
Offline
Re: Feedback on the Textpattern 4.0.7 release
message/plaintext: Spread the word!
Offline
Re: Feedback on the Textpattern 4.0.7 release
message/longwinded: We’ve seen the departure of some very prominent TXP promotors during the past year (plugin authors like rss for instance). New ones won’t come in masses until they are made aware of the fact that this new release is vivid, enjoyable, worth learning etc. pp. So we need witnesses who carry the message.
Offline
Re: Feedback on the Textpattern 4.0.7 release
I discovered something odd when upgrading from 4.0.6 to 4.0.7, as <txp:if_article_id id="462"> Some content </txp:if_article_id>
made whole page go blank. This code was used in the default page, not in a form. The page would load it’s source code all the way until that before mentioned code. After that it did not load anything, showed just blank page.
Offline
Re: Feedback on the Textpattern 4.0.7 release
Works for me. Tag trace, please.
Offline