Page 1 of 1

HOWTO change "click on thumbnails for full image"?

PostPosted: Sat Jul 31, 2004 8:22 am
by overney
Hello,

Another question regarding PBase's HTML and CSS. How do I change the text "click on thumbnails for full image" into "click on thumbnails for full image or enter gallery"?

Gregor

Re: HOWTO change "click on thumbnails for full image&qu

PostPosted: Sat Jul 31, 2004 3:42 pm
by ukexpat
overney wrote:Hello,

Another question regarding PBase's HTML and CSS. How do I change the text "click on thumbnails for full image" into "click on thumbnails for full image or enter gallery"?

Gregor


That's not part of the CSS (which only defines page layout and formatting), but part of the HTML that is inaccessible to the user.

Re: HOWTO change "click on thumbnails for full image&am

PostPosted: Sat Jul 31, 2004 5:54 pm
by matiasasun
Ok.. but is there a way to add text (simple or in HTML code) under the thumbnails of a gallery?... If that´s possible maybe she can figure out another alternative solution.

Matias, Chile

PostPosted: Sat Jul 31, 2004 8:01 pm
by alangrant
I'm fairly sure there is no satisfactory way around this, unfortunately. That particular piece of text is one of the least customisable parts of PBase. It doesn't have any class or id that would allow the display to be modified using CSS.

You could add your own text in the description section, but it will appear above the thumbnails, and the existing text will still be there at the bottom of the page.

[But see later in the thread for more...]

PostPosted: Mon Aug 02, 2004 2:58 pm
by arjunrc
Hi,
I must be exceptionally daft today. Where exactly does this text show up ? I did not find it - even though I distinctly remember I had seen it somewhere, sometime...

regds
arjun

PostPosted: Mon Aug 02, 2004 5:27 pm
by alangrant
Arjun - I don't think it ever appears if you are logged in. But if you log out you should see it at the very bottom of gallery pages.

PostPosted: Mon Aug 02, 2004 5:30 pm
by matiasasun
arjunrc wrote:Hi,
I must be exceptionally daft today. Where exactly does this text show up ? I did not find it - even though I distinctly remember I had seen it somewhere, sometime...

regds
arjun


I´ve seen it under the thumnails in almost every gallery. For example in my own gallery, but when I´m not Logged. I did a fer checks in other sites and the message appears only when you´re not logged (surfing around Pbase like a simple guest). But, wich is really interesting is that after the radical manipulation of your main page, Arjun, the message is not showing at all... So, at least we can eliminate that message, and replace it somewhere else with a better one.

Matias, Chile

PostPosted: Mon Aug 02, 2004 6:03 pm
by alangrant
Matias - good point about Arjun's galleries. I will have to revise my earlier comment.

That message displays in italics, as it is surrounded by
Code: Select all
<i> </i>
tags. Arjun's stylesheet includes this CSS

Code: Select all
i  {display: none}


...which mean that nothing in italics will be displayed. Slightly risky, as it could backfire if there is anything else in italics in your galleries, but probably this is the only one.

So in fact you can make this message disappear, and add your own message instead - but I think your own message would have to be above the galleries. But perhaps I will be proved wrong again!

PostPosted: Mon Aug 02, 2004 9:57 pm
by arjunrc
Thanks for the response, Alan and Matias:
That solves the case of the missing text, then.

regds
arjun