Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern 4.5.0 released
glz_custom_fields will definitely need an update for 4.5.0.
Offline
Re: Feedback to: Textpattern 4.5.0 released
wet wrote:
You should update if one of these applies:
Perfect. Thanks. That’s precisely what I was looking for.
Offline
Re: Feedback to: Textpattern 4.5.0 released
@Corfitz Ulfeldt
That’s weird, I can’t replicate that problem with the double search field here. Did it only start occuring after you duplicated the page files?
Offline
Re: Feedback to: Textpattern 4.5.0 released
I’ve reported issue 250.
Quick summary: sites/site1/public/index.php
and sites/site1/public/css.php
are missing some new lines introduced in the corresponding files at the root folder. Have yet to test if this missing lines affect multi-site install in any way.
Offline
Re: Feedback to: Textpattern 4.5.0 released
Corfitz Ulfeldt wrote:
One thing though: For unknown reasons the ‘search’ field is displayed twice in my completely fresh installation.
Same for me on clean install. (After basic installation only, nothing else) I just clicked Update in the language page, viewed the site and there were 2 search boxes in Home and About but only 1 in Articles
On another point, txp:search_input
still does not work with match="all"
or match="any"
and a new user might feel confident that search is working as expected when it is actually only doing exact searches. They will be very disappointed when they find out, so at least could someone change the information in Textbook / Docs?
Last edited by zero (2012-08-27 19:00:39)
Offline
#18 2012-08-27 19:42:47
- Corfitz Ulfeldt
- New Member
- Registered: 2012-08-27
- Posts: 5
Re: Feedback to: Textpattern 4.5.0 released
@ Phil: Yes i believe so, although I could have not notices as i made the backups quite quickly after installing. I did also change the time format in the preferences but thats it i think.
@Zero (and Phil) Same for me, 2 search forms in home and about but only 1 in articles
Offline
Re: Feedback to: Textpattern 4.5.0 released
OK, I’ve done a clean install and found what the problem is…
In the default page, line 142 there is some code which shouldn’t be there:
<txp:search_input form="" button="<txp:text item="go" />" label="" />
That needs to be deleted, then you’ll only have one search field. I’m not sure how that got there as it’s not in my GitHub repo code at all. I’ll fix the offending line in txpsql.php and get Robert to rebundle.
Offline
#20 2012-08-27 20:13:05
- moon blake
- Member
- From: near Hannover, Germany
- Registered: 2009-07-16
- Posts: 76
Re: Feedback to: Textpattern 4.5.0 released
Regarding glz_custom_fields: any chance for an update?
Somewhere I read that Phil contacted Gerhard concerning this matter. Does anybody knows about any results?
Offline
Re: Feedback to: Textpattern 4.5.0 released
philwareham wrote:
rebundle.
Rebundle? As in modifying the release source? I’m not sure if it’s exactly good idea to do unannounced changes to an already tagged release. To release any changes at this point would need (or justify) a .1 patch.
Last edited by Gocom (2012-08-27 20:17:30)
Offline
Re: Feedback to: Textpattern 4.5.0 released
I’ve committed the change to SVN (r4081) and emailed Robert to let him know – it’s now up to him how he wants to deal with this revise.
Offline
Re: Feedback to: Textpattern 4.5.0 released
@moon blake
Yeah, I’ve got access to Gerhard’s GitHub repo for glz_custom_fields but only so I can advise on layout – nothing more. You’ll have to contact him direct if there’s some underlying problem with how it interacts with the 4.5 database.
Offline
#24 2012-08-27 20:25:06
- Corfitz Ulfeldt
- New Member
- Registered: 2012-08-27
- Posts: 5
Re: Feedback to: Textpattern 4.5.0 released
Thanks for the quick response Phil and again great job with the new themes!
Offline