Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#11 2012-08-27 16:42:13
- Corfitz Ulfeldt
- New Member
- Registered: 2012-08-27
- Posts: 5
Re: Feedback to: Textpattern 4.5.0 released
Just installed, nice improvements to the installation process and I really like the new admin theme!
One thing though: For unknown reasons the ‘search’ field is displayed twice in my completely fresh installation.
He’re a screenshot: http://i.imgur.com/6uZ88.png
The only thing i did so far was to make backuo copies of the pages and css using the built-in copy feature at the bottom (…or copy page/css as) giving them a ‘backup_’ prefix.
Anyone else have this issue? Latest Firefox.
Here’s the source code as it appears in inspect:
<!— right (complementary) column —>
<div role=“complementary”>
<form role=“search” method=“get” action=“http://www.removed.com/”>
<h4><label for=“search-textbox”>Search</label></h4>
<p><input id=“search-textbox” type=“search” name=“q”><input type=“submit” value=“Go”></p>
</form>
<!— links by default to form: ‘search_input.misc.txp’ unless you specify a different form —>
<form method=“get” action=“http://www.removed.com/”>
<p class=“search_input”><input type=“search” value=”“ name=“q” size=“15” required /><input type=“submit” value=“Go” /></p>
</form>
(UPDATE: Same in Safari)
Last edited by Corfitz Ulfeldt (2012-08-27 16:44:00)
Offline
#12 2012-08-27 16:51:11
- joebaich
- Member
- From: DC Metro Area and elsewhere
- Registered: 2006-09-24
- Posts: 507
- Website
Re: Feedback to: Textpattern 4.5.0 released
I haven’t been able to install glz_customs_fields (GCF) in a fresh 4.5.0 installation. The plug-in installer script fails to install the required mySQL table and the TXP installation then locks up until I disable the plugin manually via PHPMyAdmin. PHP version is 5.3 and MySQL is version 5. That inhibits me from updating operational sites.
Has anyone else had this difficulty, does updating an existing site that already has a functional installation of GCF work because the table already exists?
Last edited by joebaich (2012-08-27 16:59:38)
Offline
#13 2012-08-27 16:53:49
- wet
- Developer
- From: Lenzing, Austria
- Registered: 2005-06-06
- Posts: 3,267
- Website
Re: Feedback to: Textpattern 4.5.0 released
glz_custom_fields will definitely need an update for 4.5.0.
Me | f/rwetzlmayr | Repos
Offline
#14 2012-08-27 18:08:57
- ruud
- Developer emeritus
- From: a galaxy far far away
- Registered: 2006-06-04
- Posts: 5,068
- Website
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
#15 2012-08-27 18:16:56
- philwareham
- Core designer
- From: Haslemere, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,437
- Website
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
#16 2012-08-27 18:17:14
- maniqui
- Member
- From: Buenos Aires, Argentina
- Registered: 2004-10-10
- Posts: 3,070
- Website
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
#17 2012-08-27 18:59:05
- zero
- Member
- From: Lancashire
- Registered: 2004-04-19
- Posts: 1,411
- Website
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)
Wondrous Healing Wondrous ways to a healthy old age
Safe Reiki Harmless natural healing.
Gud One Blog
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
#19 2012-08-27 20:08:08
- philwareham
- Core designer
- From: Haslemere, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,437
- Website
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: 75
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