Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2011-06-25 17:43:00
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Feedback for the Textpattern 4.4.1 release
Thanks Patrick, but your version is an old 1.0, without textpack.
I try it and, yes, it works on 4.1.1 !
Last edited by jpdupont (2011-06-25 17:57:44)
Offline
#14 2011-06-25 20:57:47
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: Feedback for the Textpattern 4.4.1 release
Works good, only problem I am having is glz_custom_fields. I receive error from installing
Heres the link to the thread
<txp:way_too_cool />
Offline
#15 2011-06-26 08:00:32
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Feedback for the Textpattern 4.4.1 release
Same problem as Dimitri for glz_custom_fields : the “options” link is missing. Impossible to install …
Offline
#16 2011-06-26 15:08:31
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: Feedback for the Textpattern 4.4.1 release
Other problem.
I was playing around with smd_calendar.
Sometimes I am unable to save the article after adding the expiring date. Even date after today, tried everything.
I get this message
“I’m sorry. I’m afraid I can’t do that. I think article save is no safe operation at this time.”
= EDIT =
How you will receive the problem
Make an new entry. Add expiry date, save
Its fine and you can go around the backend.
But If you add an expiry date and make a mistake and change it again straight away. You will see it.
Last edited by Dimitri (2011-06-26 15:11:47)
<txp:way_too_cool />
Offline
Re: Feedback for the Textpattern 4.4.1 release
Dimitri wrote:
Sometimes I am unable to save the article after adding the expiring date. Even date after today, tried everything.
I cannot replicate this problem, sorry. I wrote a new article, set an invalid expiry (earlier than today) and hit Publish. TXP reported that the date was invalid. I altered it straight away to a future date and hit Publish again. TXP saved the article for me. Anything I’m missing? Anyone else reproduce this?
renobird
No idea, sorry. Drop me a line though: I might have a solution.
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
Offline
#18 2011-06-26 15:29:27
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: Feedback for the Textpattern 4.4.1 release
Not having this problem anymore… Weird. But I guess its nothing serious.
<txp:way_too_cool />
Offline
Re: Feedback for the Textpattern 4.4.1 release
smd_admin_themes 0.26 stopped working after upgrade from 4.4.0 to 4.4.1. – will post that to plugin thread including fix (if update to 0.27 fixes it).
A hole turned upside down is a dome, when there’s also gravity.
Offline
Re: Feedback for the Textpattern 4.4.1 release
Updated 2/3 sites without any (visible) problems…
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback for the Textpattern 4.4.1 release
Update:
The issue I was having with jmd_img_selector
was resolved by completely uninstalling and removing all traces of the plugin.
I reinstalled and the error went away. It happened on 2 different sites, on 2 different servers. Damn Gremlins.
Otherwise, my upgrades have been without incident.
Offline
Re: Feedback for the Textpattern 4.4.1 release
I just discovered what seems to be a change of behaviour regarding the related_articles
tag.
If the articles are of the same section but there is no category allocated to them, the list is not populated
This is the code I had in the “archives” template which only serves outdated entries and articles from the about section (which they have no categories allocated to them)
<txp:if_article_section name="about">
<txp:related_articles label="You may also want to read" labeltag="h4" limit="10" break="li" wraptag="ul">
<txp:permlink><txp:title /></txp:permlink>
</txp:related_articles>
<txp:else />
<h5 class="current">This entry is outdated.<br />Here are some of our current posts:</h5>
<txp:article_custom limit="10" sort="rand()" wraptag="ul" break="li" section="arts_info,calls" class="non_related_articles">
<txp:permlink><txp:title /></txp:permlink>
</txp:article_custom>
</txp:if_article_section>
The outdated entries pages are just fine but the about pages (individual articles) do not return any related links
from the textbook:
If category 1 of the individual article being displayed is left blank and category 2 is not blank, then all other articles are selected as being related. If both categories are left blank, then no articles are selected.
In previous installs the tag worked with articles not belonging to a category. should we take it as a fixed bug?
Last edited by colak (2011-07-12 09:36:23)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#23 2011-07-13 18:40:12
- ploinkr
- Member
- From: Montreal
- Registered: 2007-12-06
- Posts: 83
Re: Feedback for the Textpattern 4.4.1 release
Updated a site from 4.2 to 4.4.1 and none of my CSS is loading… Any idea? :-/
Was using rvm_css but even without that the site is just plain html.
Offline
Re: Feedback for the Textpattern 4.4.1 release
Hi Benoit
Can you post your diagnostics?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline