1 (edited by N3twork2 2012-01-16 08:47)

Topic: Dynamic menu on index of forum (in function of language of member)

Dear,

I have integrate PUNBB in my website, i would like make an new scroll dynamic menu under the hearder on index forum

How make this ? because it’s an main.tpl and not php.

For precision: I have 2 languages on my website and i want adapt the menu in function of language of member

Thank you

Re: Dynamic menu on index of forum (in function of language of member)

You can do this way:

  • Go to main.tpl - declare an include <!-- forum_include "language.php" -->

  • Go to css file - style it (i.e. width, height, color)

  • Go to include/user - put your "language.php" there, then code it