Page 1 of 1

How can i change "This is your gallery"?

Posted: 02 Jan 2009, 18:04
by Masterchrister
How can i change "This is your gallery" & the small text under it?

Re: How can i change "This is your gallery"?

Posted: 02 Jan 2009, 19:09
by Masterchrister
Masterchrister wrote:How can i change "This is your gallery" & the small text under it?
For those how don't understand me, this text is listed at the top, the first page.

Posted: 04 Jan 2009, 01:00
by mjau-mjau
Have you accessed that folder from your admin?

Navigate admin -> manage, find the folder called "start". There you will see some text in the parameters field: "title=This is your gallery", and also a description field that you can edit.

Of course, you can delete this folder if you like, or use it as a plain gallery folder. The default startpage is using the "photoblinds" filemod option - Read more:
https://www.photo.gallery/v2docs/articles/filemod/

thx

Posted: 04 Jan 2009, 09:49
by Masterchrister
Thx allott!

Posted: 23 Jan 2009, 10:21
by Rubens Vieira
Using the same post....

How could I align the "This is your gallery" at right?

I've made it with the "full screen" text just adding the HTML format code, easy, but...

Could you inform with file shold I edit?

tkx in advance,

Rubens

Posted: 25 Jan 2009, 12:30
by Rubens Vieira
somebody?!?!

Posted: 29 Jan 2009, 06:18
by mjau-mjau
Sorry for late reply ...

To align the text to top-right, you would need to edit your theme CSS file:
Code
.filemod {
	text-align: right;
}
More on Imagevue X2 theme CSS stylesheets here:
viewtopic.php?t=4270

Posted: 29 Jan 2009, 09:29
by Rubens Vieira
tks :D