Author Topic: Add links  (Read 2193 times)

0 Members and 1 Guest are viewing this topic.

Offline 1030design

  • album.pl User
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love photos
Add links
« on: September 26, 2002, 20:49:35 »
How do you add a link beside "Home ||
Upload || View Recent Uploads" nav bar?

« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Add links
« Reply #1 on: September 27, 2002, 17:57:45 »
Check out album_header.tml, it's in this block:

Code: [Select]
     <td class="functions">
           <p class="upload"><a href="####ALBUMPROG####">####STRING=234####</a> || </p>
           <p class="upload"><a href="####ALBUMPROG####&random=1">####STRING=271####</a> || </p>
           <p class="upload"><a href="####ALBUMPROG####&function=upload">####STRING=51####</a> || </p>
           <p class="recentuploads">####RECENTUPLOADS####</p>
     </td>
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

Offline Dino

  • album.pl Donor
  • I Spend Too Much Time Here
  • *****
  • Posts: 250
  • Karma: +5/-0
  • That's actually my childhood cookie jar!
    • Dino's Bulletin Board
Re: Add links
« Reply #2 on: September 30, 2002, 10:00:16 »
Ooops. Seems like I posted this solution in Tips and Tricks. Sorry for the redundancy.
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

"He who seeks the truth must doubt everything."Aristotle
"Extraordinary claims require extraordinary proof."Sagan

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Add links
« Reply #3 on: September 30, 2002, 19:56:29 »
Not at all! I'm sure it'll come up again, and it's easier to find in that forum than this one.
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »