Topic: Removing pnWikka header
ColonelK
avatar
Noob
Noob
Posts: 5

Posted:
Jul 04, 2007

Hi again.

Is it possible to remove the top section from every pnWikka page?








Everything else works brilliantly, I just need to tidy everything up and remove the extra text circled above.

Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Jul 05, 2007

Sure... Check the pnwikka_user_show.tpl template and remove the call to the menu. (Or just put it in comment to keep it around).

Code
  1. <!--[include file="pnwikka_user_menu.tpl" tag=$tag]-->


to

Code
  1. <!--[* include file="pnwikka_user_menu.tpl" tag=$tag *]-->


And *pouf* icon_wink

Please set a valid email btw...

Chestnut ! Cool
Site Admin
ColonelK
avatar
Noob
Noob
Posts: 5

Posted:
Jul 08, 2007

I've commented out the section that you say, but still have the header and options on display.

Also, do you mean a valid email on my site or here?