Skins

How do I change the links in the default skin?

Scenario:
"I've just installed Nucleus and I want to replace the links on the sidebar with my own links. I can't seem to find this option in the admin area."

Original Forum Thread (thanks, roel!):
http://forum.nucleuscms.org/viewtopic.php?t=6851

Solution:

Nucleus 3.2

  1. Go to the /skins/default/ directory and open the file sidebar.inc
  2. Find this code:
    <!-- links -->
    <div class="sidebar">
    <dl class="sidebardl">
    <dt>Links</dt>
    <dd><a href="http://nucleuscms.org" title="Nucleus CMS Home">nucleuscms.org</a></dd>
    <dd><a href="http://docs.nucleuscms.org/" title="Nucleus CMS Documentation">docs.nucleuscms.org</a></dd>
    <dd><a href="http://forum.nucleuscms.org" title="Nucleus CMS Support Forum">forum.nucleuscms.org</a></dd>
    <dd><a href="http://wiki.nucleuscms.org/" title="Nucleus CMS Wiki">wiki.nucleuscms.org</a></dd>
    <dd><a href="http://skins.nucleuscms.org/" title="Nucleus CMS Skins">skins.nucleuscms.org</a></dd>
    <dd><a href="http://wiki.nucleuscms.org/plugin" title="Nucleus CMS Plugins">plugins.nucleuscms.org</a></dd>
    <dd><a href="http://dev.nucleuscms.org/" title="Nucleus Developer Network">dev.nucleuscms.org</a></dd>
    </dl>
    </div>

    and change it as you like.

Nucleus 3.1

  1. Go into your admin area and click on "Skins".
  2. Scroll down to find "grey", then click on the "Main Index" link to edit the Main Index skin part
  3. Scroll down the text area until you find the links section.
  4. Change the code as you like.
section: Skins | submitted by Leng on 2005.Apr.29 | 10972 views

item rate
Total votes: 47 - Rating: 8.62

Please tell us how useful this answer was to you (0 = useless, 10 = very very helpful):

10