Advanced search  

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

Pages: [1]   Go Down

Author Topic: Kubrick theme - own links in the right menu  (Read 4589 times)

0 Members and 1 Guest are viewing this topic.

Joshi

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
    • www.joerg-stephan.com
Kubrick theme - own links in the right menu
« on: September 19, 2005, 05:54:42 pm »

I use the Kubrick theme .. how can i get a on link in the right menu?

@ GauGau .. i have search the board and in google about my question.
« Last Edit: September 22, 2005, 08:23:58 am by GauGau »
Logged

Joshi

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
    • www.joerg-stephan.com
Re: Kubrick theme - own links in the right menu
« Reply #1 on: September 22, 2005, 01:39:06 am »

Für die Nachwelt schreibe ich mal hier hin, wie ich es gemacht habe. Es gibt bestimmt noch ne bessere Lösung, aber das Ergebis zählt.

1. Gehe in den Ordner vom Kubrick Theme.
2. Öffne mit einem Editor die "template.html".
3. Suche folgenden Eintrag:

Code: [Select]
<div id="sidebar">
<ul>
{MAIN_MENU1}
{MAIN_MENU2}
{ADMIN_MENU}
</ul>
</div>

4. Zwischen die ul Tags kannst Du Dein Menü einbauen.
Siehe hier:

Code: [Select]
<div id="sidebar">
<ul>
                                                                <li>
                                                                <h2>Überschrift für die Kategorie</h2>
                                                                <ul>
                                                                <li><a href="URL wo es hingehn soll">Link Beschriftung</a></li>
                                                                </ul>
                                                                </li>
{MAIN_MENU1}
{MAIN_MENU2}
{ADMIN_MENU}
</ul>
</div>

5. Viel Spaß.
Logged

thefugitivesa

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Kubrick theme - own links in the right menu
« Reply #2 on: September 24, 2005, 08:28:05 am »

This is pretty much what i am looking for too but i want to have a new menu for additional web links. I have tried editing the various files but can't seem to get it to work properly..

I have now just added the menu in the html file but the links below it are all spaced quite far apart from each other?! Think i am doing something simple really wrong but i am new to web development so still trying to pick it all up..

You can check out the site at www.gotmilk.co.za
Logged

Joshi

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
    • www.joerg-stephan.com
Re: Kubrick theme - own links in the right menu
« Reply #3 on: September 24, 2005, 09:58:17 am »

I would make it soo (sorry about my english).

Code: [Select]
<div id="sidebar">
<ul>
{MAIN_MENU1}
{MAIN_MENU2}
{ADMIN_MENU}
<li>
<h2>Links Menu</h2>
<ul>
<li><a href="URL">Linktext</a></li>
<li><a href="URL">Linktext</a></li>
</ul>
</li>
</ul>
</div>
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Kubrick theme - own links in the right menu
« Reply #4 on: September 24, 2005, 10:00:48 am »

your English is fine, nobody will blame you if there is a language issue from time to time. Please go ahead posting your contributions in English.
Logged

thefugitivesa

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Kubrick theme - own links in the right menu
« Reply #5 on: September 24, 2005, 11:20:06 am »

Hey Joshi!

Your english is fine!

THX! That worked a like a charm!! All fixed!!
Logged
Pages: [1]   Go Up
 

Page created in 0.043 seconds with 20 queries.