1 (edited by Wernham Hogg 2009-08-13 22:53)

Topic: Additional Menu Items

Hi,

I recently installed a calendar on our forums at http://www.ifkmalmosupport.com

Everything works fine however we noticed a small thing we'd like fixed when it comes to the additional calender-menu thats added.

When we click the "Kalender" in the top-menu, so that the calender is active, that text wont go black.

Usually the chosen option goes black. For example, if you click "Regler", that text goes black.

How can i make "Kalender" go black when its active?

Thanks!

2

Re: Additional Menu Items

I see your style is based on the Baby_is_back style. In that case, here is the solution:

#
#---------[ 1. OPEN ]---------------------------------------------------------
#

style/imports/Baby_is_back_cs.css


#
#---------[ 2. FIND ]--------------------------------------------------------
#

/* Private messages */
#punmessage_send LI#navpm A,
#punmessage_list LI#navpm A,


#
#---------[ 3. AFTER, ADD ]---------------------------------------------------
#

/* Calendar */
#puncalendar LI#navextra1 A,

By the way: I see you are using an outdated version of the calendar. I've release a patch for the calendar on punres a while ago, which includes many fixes and improvements. You can download it here.

Re: Additional Menu Items

Koos wrote:

I see your style is based on the Baby_is_back style. In that case, here is the solution:

#
#---------[ 1. OPEN ]---------------------------------------------------------
#

style/imports/Baby_is_back_cs.css


#
#---------[ 2. FIND ]--------------------------------------------------------
#

/* Private messages */
#punmessage_send LI#navpm A,
#punmessage_list LI#navpm A,


#
#---------[ 3. AFTER, ADD ]---------------------------------------------------
#

/* Calendar */
#puncalendar LI#navextra1 A,

By the way: I see you are using an outdated version of the calendar. I've release a patch for the calendar on punres a while ago, which includes many fixes and improvements. You can download it here.

Thanks!

Any bugs on the one i'm using? I kinda like it, how its very simple and easy to use.
But i guess if there are bugs on it i'd have to upgrade smile

4

Re: Additional Menu Items

There were many bugs I fixed in the patch. Which version are you currently using?