Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-08-13 03:41:03

jdueck
Plugin Author
From: Minneapolis, MN
Registered: 2004-02-27
Posts: 147
Website

Minor change requested in title of txp pages

You know that first screen where you log in to textpattern?

The html title of that page is <code>“Textpattern &gt; log in”</code>.

Is it at all possible to include the site name in there somewhere? So it says, for example “Textpattern &gt; log in (sitename.com)” ?

The reason is that I use KeePass to generate and manage ridiculously long and secure passwords. If the window title of the thing you’re logging into has a unique string in it, you can have the program log in automatically for you. I imagine other password-management tools have similar functionality.

Just change line 62 of include/txtp_auth.php:
from
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>pagetop(‘log in’);</code>
to
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>pagetop(‘log in (’ .$siteurl .’)’);</code>

or however you wanted to do it. (I think that would work…)

Anyways it can’t hurt to be able differentiate between textpattern installs. Maybe in 1.1 this could be an option for all pages in the txp interface.

Last edited by jdueck (2005-08-13 03:41:29)

Offline

#2 2005-10-07 21:37:24

jdueck
Plugin Author
From: Minneapolis, MN
Registered: 2004-02-27
Posts: 147
Website

Re: Minor change requested in title of txp pages

Time for an update, since I just noticed someone put it in.

I don’t know when it happened, but I really appreciate seeing this change go in – not just for the sake of the change itself, but for what it signifies about how affable you all are.

If you’re ever in Minneapolis I will buy you all lunch at some mexican place.

Offline

Board footer

Powered by FluxBB