How do I move and rename the Login link? (Marix)

Dozza
Dozza's picture

Joined: 2007-08-28
Posts: 112
Posted: Wed, 2008-09-24 09:49

I've developed a G2 site at http://www.milliepilkington.co.uk/.

I'd like to move the 'Login' link (SystemLinks) from the top right of the NavBar and move it to bottom right, on the far right of the pager.

I'd also like to rename the link 'Login' to read 'Admin'.

Could someone point me in the right direction - I assume I need to make a code tweak to album.tpl?

Thanks in advance

Quote:
Gallery version = 2.2.3 core 1.2.0.5
PHP version = 4.4.8 cgi
Webserver = Apache/1.3.34 Ben-SSL/1.55
Database = mysqlt 5.0.51a-log, lock.system=database
Toolkits = ArchiveUpload, Exif, Getid3, LinkItemToolkit, NetPBM, Thumbnail, Gd, jpegtran, SquareThumb
Acceleration = none, none
Operating system = Linux infong 2.4 #1 SMP Wed Sep 26 00:19:50 CEST 2007 i686 GNU/Linux
Default theme = matrix
gettext = enabled
Locale = en_GB
Browser = Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18
Rows in GalleryAccessMap table = 4139
Rows in GalleryAccessSubscriberMap table = 2818
Rows in GalleryUser table = 14
Rows in GalleryItem table = 2815
Rows in GalleryAlbumItem table = 31
Rows in GalleryCacheMap table = 0

AttachmentSize
move_login.jpg44.67 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2008-09-25 01:19

assuming matrix theme
edit theme.tpl move

	<div class="gbSystemLinks">
	  {g->block type="core.SystemLinks"
		    order="core.SiteAdmin core.YourAccount core.Login core.Logout"
		    othersAt=4}
	</div>

to before:
<div id="gsFooter">
then
edit modules/core/module.inc
$this->translate('Login') I think there is more than one place.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Dozza
Dozza's picture

Joined: 2007-08-28
Posts: 112
Posted: Fri, 2008-09-26 11:45

Daves

That's absolutely perfect. Many thanks.

When this login link is clicked, I'd like to edit the text 'Login to your account'.

Last thing, I've been looking for it in modules>core>UserAdmin.inc, SiteAdmin.inc, UserLogin.inc etc but can't track it down! Can you point me at the right file?

 
Dozza
Dozza's picture

Joined: 2007-08-28
Posts: 112
Posted: Fri, 2008-09-26 11:49

Don't worry, I finally found it.

modules>core>templates>UserLogin.tpl