Author Topic: Editing left side of gallery  (Read 5377 times)

0 Members and 1 Guest are viewing this topic.

Offline Deven316

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Editing left side of gallery
« on: May 06, 2005, 06:06:18 AM »
I used home.html in my template to edit the left side of the image gallery where the login is, but it only shows up on the home page (obviously) so my question is, which template do I have to edit to edit the left side of every other page in the image gallery?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Editing left side of gallery
« Reply #1 on: May 06, 2005, 06:22:36 AM »
every "main" template (main templates usualy have the same name as .php files in 4images root directory)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Editing left side of gallery
« Reply #2 on: May 06, 2005, 03:10:40 PM »
You must edit all the 'main' templates.  They are the ones that contain:
Code: [Select]
{header}
some HTML
{footer}

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Editing left side of gallery
« Reply #3 on: May 06, 2005, 04:25:48 PM »
maybe i missunderstoud you
but if you put a {user_box} in the lefside so you only will have to edit
user_loginform.html  / for not logged in person
user_logininfo.html  / fot logged in person

and check out on detail.html / catecory.html and so on have the {user_box} switch insyde

sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline Deven316

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Editing left side of gallery
« Reply #4 on: May 14, 2005, 06:08:30 PM »
thanks, detail.html was what I was looking for, i wanted everything that was on home.html on the left side to be on every other page of my gallery, perfect, thanks!