help with customizing index.php page *Should be Easy* help with customizing index.php page *Should be Easy*
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

help with customizing index.php page *Should be Easy*

Started by sizlintune, September 26, 2004, 09:01:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sizlintune

What I would like to do is very simple. I am just not sure how to do it.
On the main gallery page where all the albums show I would like to include under the album thumbnail a line that says

click picture to open gallery

I have a few people going to one of my galleries and they cant figure out how to open the gallery. Any help in this would be appreciated.

Thanks
http://www.brentnatzle.com
<b> a little bit about nothing</b>

OmegaGOD

sizlintune,
     One easy way to accomplish this is to add "click picture to open gallery" into the album description.

--OmegaGOD
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

sizlintune

hey I really never thought of that. How dumb of me. Thanks alot
http://www.brentnatzle.com
<b> a little bit about nothing</b>

OmegaGOD

Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

Casper

A bit tedious to have to do that every time.

Try this.  Open themes/yourtheme/theme.php, and find;

<a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}<br /></a>

Now simply add what you want, like this;

<a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}<br />Click pic to open album</a>

That will do it on all albums.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

sizlintune

Quote from: Casper on September 27, 2004, 01:19:53 AM
A bit tedious to have to do that every time.

Try this.  Open themes/yourtheme/theme.php, and find;

<a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}<br /></a>

Now simply add what you want, like this;

<a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}<br />Click pic to open album</a>

That will do it on all albums.


Perfect, exactly what I wanted to do. I just couldn't find the code to do it with. Thanks alot.
Brent

http://www.midnightbowling.com
http://www.brentnatzle.com
<b> a little bit about nothing</b>