Search…

X3 Photo Gallery Support Forums

Search…
 
kountz
Topic Author
Posts: 8
Joined: 08 Nov 2008, 18:25

how do i remove the Imagevue Admin | Imagevue Gallery

17 Nov 2008, 16:21

I'm looking to remove the title copy in the admin section: Imagevue Admin | Imagevue Gallery

How do i go about this. I have purchased the commercial license.

Thanks in advance!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

18 Nov 2008, 16:41

Imagevue Gallery is Gallery title from config.
Imagevue Admin - you have to edit /imagevue/admin/templates/layout.phtml
firedev.com
 
kountz
Topic Author
Posts: 8
Joined: 08 Nov 2008, 18:25

23 Nov 2008, 09:27

Thanks! :D
 
clemi6
Experienced
Posts: 80
Joined: 07 Dec 2006, 07:46

some problem

09 Jan 2009, 05:48

I edit the file layout.phtml in themplates folder
but in the X2 version the "Imagevue Admin" on the login admin index page doesn't change.
I change the "Imagevue Admin" line 9 and line 63.
can you help me?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Jan 2009, 14:09

You need to change that in imagevue/admin/templates/cred.login.phtml too.
firedev.com
 
User avatar
Pedro
Experienced
Posts: 68
Joined: 04 Oct 2006, 13:48

what about a logo?

23 Jan 2009, 09:49

Hi pain

I also got a question.

I wanted to display before the new name a small png logo, but it doesn´t work.
I tried different versions. but not successful.
Got a commercial license

Here the code around line 63
<a href="index.php"><img style="border: 0px;" src="images/admin/va-logo.png" alt="" />VA Album Admin</a> | <a href="../"><?php echo $siteTitle; ?></a>
Pedro Tirolo
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Jan 2009, 22:54

my guess is that your SRC path is incorrect ...
Code
src="images/admin/va-logo.png"
remember, that is relative to the location of the admin folder.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

30 Jan 2009, 01:40

Maybe ../images/admin/ then
firedev.com