Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern CMS 4.5.5 released
Hello, after upgrading a multisite installation from 4.4.1 to 4.5.5, recognized some misbehaviour on the admin_side.
In the plugin section, there are the statuses invisible. After inspecting it with some tools, I recognized, that this css rule is working:
.not-ready .doc-ready, .not-ready form.async input[type="submit"], .not-ready a.async {visibility: hidden;}
from txplib_head.php
Tested with Firefox and Chrome
I also recognized, that it is impossible to select all plugins or all log entries
<input type="checkbox" value="0" name="select_all" id="select_all">
I couldn’t find any missing file or php errors.
In a single site installation everything worked fine.
Offline
#14 2013-10-24 19:21:04
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Feedback to: Textpattern CMS 4.5.5 released
Solved!
Sorry, I had two <txp:article />
tags on the same page. That was my fault.
Offline