Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
r2761
Thanks for this. :)
I’m wondering if it is possible to give the login/logout page it’s own event?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: r2761
I had installed the r2761 rev for a new website, and it s apear that the ability to create thumbnail had disapeared!!
Offline
Re: r2761
If you mean on the Images page (well second page) I’m still seeing it Dragondz.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: r2761
Ho ho!
you can see this screenshot
and I cleared my cache to be sure it s not him.
here si the diagnostic:
Version de Textpattern: 4.0.5 (r2761)
Dernière mise à jour: 2008-01-07 13:31:18/2008-01-07 13:30:55
Document racine: /home/xxx/public_html
$path_to_site: /home/xxx/public_html
Chemin d’accès à Textpattern: /home/xxx/public_html/textpattern
Format des URL: section_id_title
Répertoire temporaire: /home/xxx/public_html/tmp
URL du site: xxx.com
Version de PHP: 4.4.7
Bibliothèque GD: indisponible
Date & heure du serveur: 2008-01-07 09:43:55
MySQL: 4.1.22-standard
Locale: fr_FR.UTF-8
Serveur: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
Version d’Apache: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
API PHP du serveur: apache
Entêtes RFC 2616:
Système d’exploitation serveur: Linux 2.6.9-55.0.12.ELsmp
FrontPage
IndexIgnore .htaccess /.?? ~ *# */HEADER /README /_vti
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName xxx.com
AuthUserFile /home/xxx/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/xxx/public_html/_vti_pvt/service.grp
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
————————————
Offline
#5 2008-01-07 14:56:22
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: r2761
Dragondz
Bibliothèque GD: indisponible
Does that mean no GD (graphics) library? As far as I know, you need a GD compatible module on the server if you want the server to generate your thumbnails.
— Steve
Offline
Re: r2761
You are right, steve it a GD porblem,
Hell that function had been disabled during an upgrade of my hosting!
Thanks a lot steve.
Offline
Re: r2761
I’ll bump this as my original question went unanswered.
So I’m wondering if it is possible to give the login/logout page it’s own event?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Offline
Re: r2761
Stuart, why do you need an event?
Offline
Re: r2761
Well it doesn’t necessarily need to be an event but r2761 added <body id="event-<?php echo $event; ?>">
to give admin pages their own body id. The problem is that the login/logout pages end up with “event-article” which clashes with the “Write” page. I’m just wondering if there is a way to give the login/logout pages their own “id” and using $event
in some way would seem logical?
And the reason behind this is that I want to target the login/logout pages for CSS.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: r2761
Stuart,
lacking a specific eventID for the login page, this selector works (Gecko, WebKit Opera 9.5b):
#event-article form:not([name="article"])>#edit {/*style-as-you-want*/}
If you want to support IE 7 or older, sorry… :-)
But I agree with you, the login page should have its own eventID.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Offline