0
1

I would like to remove the 'about' page from the header and footer. How do I do that?

The following line in footer.html is relevant:

forum/skins/default/templates/footer.html:        {% loadregistry footer_links %}<span class="link-separator"> |</span>{% endloadregistry %}

But where is footer_links defined?

asked 06 Jul '10, 01:13

Joseph's gravatar image

Joseph
1.6k387172
accept rate: 36%

edited 06 Jul '10, 01:14


The file forum/registry.py configures header links and footer links.

link

answered 07 Sep '10, 02:01

X%20M's gravatar image

X M
1811510
accept rate: 0%

You have to edit this file: forum/startup.py

link

answered 06 Jul '10, 01:17

Joseph's gravatar image

Joseph
1.6k387172
accept rate: 36%

Hello, do you need to restart apache server once startup.py edited?? i did edit the startup.py after removing 2 links but the links are still there.

removed the following: ui.Link(('faq'), ui.Url('faq'), weight=400), ui.Link(('about'), ui.Url('about'), weight=300),

(05 Sep '10, 02:08) Nori

never mind -thanks

(05 Sep '10, 10:23) Nori
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×23
×15
×2
×1

Asked: 06 Jul '10, 01:13

Seen: 534 times

Last updated: 07 Sep '10, 02:01

powered by OSQA