Member
Member
Pierrot   2008-08-26, 04:16
#1

I've been trying to clean up my site a little and sort out any title bar inconsistencies.

I changed the image.php file to show...

'
PHAUXSHOW GALLERY |

Administrator
Administrator
acrylian   2008-08-26, 09:47
#2

Sadly I am not a seo expert, so I can't really help with that special questions.

But to 1. http://www.php.net/manual/en/function.strtoupper.php

Member
Member
Pierrot   2008-08-26, 16:04
#3

Thanks acrylian,

I have the code for capitalization...

'$ucTitleString = ucwords($titleString);'

I'm not sure how to incorporate it into...

'
PHAUXSHOW GALLERY |

Administrator
Administrator
acrylian   2008-08-26, 17:35
#4

What about $ucTitleString = ucwords(getAlbumTitle()); echo strip_tags($ucTitleString);?>?

You get the parent album of the current album with $_zp_current_album->getParent() (The folder name actually).

Member
Member
Pierrot   2008-08-28, 23:30
#5

acrylian,

I'm having a hard time getting the code to work. If I were to take the code from the image.php file...

'
PHAUXSHOW GALLERY |

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.