Where do I move things?

I see a index file that shows where/how things are laid out.

But I am not able to find the file that controls where things are placed.

I am wanting to do a few things.

1)Move the nav out of the header
2)Add a few links to the nav (to main page and blog)
3)change where the site notification shows

I am wanting to do this for a theme I am making.

Thanks




Comments

  • I looked over that but I was not able to find out where I can add in links to the main nav.

    I am looking to add a link back to my main site and the blog.
  • @JamesR yeah, sorry about that you can't add links with css - I should have realized that.
    Your best bet for adding links would be making a plugin to hook in to do it because if you directly edit the core system files most things would break when you upgrade the software. Take a look at http://status.net/wiki/HOWTO_Make_a_Plugin
    If you did want to edit the core software to add those things I believe that the relevant code is in /lib/action.php
  • @JamesR just to be clear and to help you out, editing the lib/action.php is not the best of idea's, any change in that file unless you really know what you are doing will cause you problems.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID