Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Textpattern interface restyled
@jpdupont — should be working again, thanks
Offline
#26 2008-12-15 10:24:07
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Textpattern interface restyled
The link (diff) on post #22 don’t work …
Offline
Re: Textpattern interface restyled
Thanks, fixed
Offline
#28 2008-12-19 17:43:17
- Smaunune
- New Member
- Registered: 2008-12-19
- Posts: 2
Re: Textpattern interface restyled
Hi and first of all thank you for this mod, it has been great. I’m having a little problem though and maybe you could help me crack it.
I’m using 4.0.7 and allmost everything seems to be working fine – exept with GlxAdminImage plugin (found here: http://code.google.com/p/textpattern-plugins/wiki/GlxAdminImage).
Plugin works with default txplib_head.php but when using this mod it doesn’t do anything. Output html seems to be pretty much identical, but the javascript doesn’t kick in or something…
Has anyone had the same problem and is there a way around it?
Offline
Re: Textpattern interface restyled
4.0.7 beta admin restyled is working great for me too!
Thanks for the continued support all!
Offline
Re: Textpattern interface restyled
@Smaunune — thanks, I will look into it
Offline
Re: Textpattern interface restyled
Mmmm…
Thanks.
</war>
Do one thing and do it well,but i can’t find that one.
Offline
Re: Textpattern interface restyled
@Smaunune — It seems the JS was looking for <tr>
elements from the old txplib_head.php
, which was causing the rest of the script to fail.
Comment out lines 327-331 of glx_admin_image
(under Plugins > Edit) to fix it:
// if (HIDETXP == 1){
// echo "
// document.getElementsByTagName('tr')[6].style.display = 'none';
// document.getElementsByTagName('tr')[7].style.display = 'none';";
// };
Thanks for the heads up :)
Offline
Re: Textpattern interface restyled
Firstly, a huge ‘thanks’ for this mod – it goes a long way in helping to confidently ‘sell’ Textpattern to potential clients. It’s become my ‘default’ for every installation I do now.
Just wondering whether anyone has used this yet with the 4.0.8 release – any problems or safe to use?
Offline
Re: Textpattern interface restyled
Welcome :)
I didn’t get chance to install 4.0.8 yet but I will try and test it in the next week.
Offline
#35 2009-02-08 21:02:24
- stopsatgreen
- Member
- Registered: 2008-07-03
- Posts: 50
Re: Textpattern interface restyled
Am running this on 4.08, and the only fault I’ve seen so far is that the upload field on Images & Files is not centred. Will report more if I find them.
Offline
Re: Textpattern interface restyled
stopsatgreen wrote:
Am running this on 4.08, and the only fault I’ve seen so far is that the upload field on Images & Files is not centred. Will report more if I find them.
Hi all, I can confirm this. To correct the upload field position, change the textpattern.css around line 164 to selector form.upload-form, form.upload-form div {
ie adding the case when a div is nested inside the form. Otherwise, this is an excellent style for the textpattern backend, thanks milkshake!
Premek
“So, where is the patch?”
((former nick pbrada))
Offline