add my own image to top of Greypop page

daniel-o

Joined: 2008-06-18
Posts: 12
Posted: Tue, 2009-08-11 03:16

Hello, I am trying to add my own image or text to the top of my greypop-themed gallery, as is shown in the greypop demo here (where it says "Steven Cupp Photography"): http://photo.lvthunder.com/gallery2/main.php. I'd like to know how to add either text, like his, or a photo. I also want to edit the two places, like on his page, that say "Gallery" on the top left. Thanks a lot!

Dan

 
daniel-o

Joined: 2008-06-18
Posts: 12
Posted: Tue, 2009-08-11 03:19

If it's relevant here are my specs:

Gallery version = 2.2.4 core 1.2.0.6
PHP version = 5.2.9 cgi-fcgi
Webserver = Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8k DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Database = mysqlt 5.0.81-community-log, lock.system=flock
Toolkits = ArchiveUpload, Dcraw, Exif, Getid3, LinkItemToolkit, Thumbnail, Gd, ImageMagick, NetPBM
Acceleration = none, none
Operating system = Linux host149.hostmonster.com 2.6.28-10.2.intel.E1000E.BHsmp #1 SMP Tue Aug 4 19:14:47 MDT 2009 x86_64
Default theme = greypop
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Rows in GalleryAccessMap table = 28
Rows in GalleryAccessSubscriberMap table = 231
Rows in GalleryUser table = 2
Rows in GalleryItem table = 229
Rows in GalleryAlbumItem table = 21
Rows in GalleryCacheMap table = 0

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2009-08-11 03:47
Quote:
Gallery version = 2.2.4 core 1.2.0.6

First you need to upgrade as this version has security issues:
FAQ: How to upgrade Gallery2?

The theme that lvthunder uses is carbon.
The matrix and gerypop theme are similar so you can edit theme.tpl as this says:
http://codex.gallery2.org/Gallery2:How_to_Add_Custom_Banner_or_Remove_Gallery_Logo
this is the bit of code:

      <div id="gsHeader">
        <img src="{g->theme url="images/title.jpg"}" width="500" height="100" alt="{$theme.params.site}"/>
      </div>

You can add text or change the image as you feel fit.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team