11
tatane
Re: Multimenu : link color
  • 2008/11/29 12:58

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



ok, here the module

12
trabis
Re: Multimenu : link color
  • 2008/11/29 13:01

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


ok, you should make changes in line 55 multiMenu/include/multimenu.php

Sorry, I mean
line 69 multiMenu/blocks/multimenu_functions.php

13
tatane
Re: Multimenu : link color
  • 2008/11/29 13:18

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



What I put on line 69?

Currently, there is this

$alt_title strip_tags$myts->makeTareaData4Show$titles[1] ) );

14
trabis
Re: Multimenu : link color
  • 2008/11/29 13:31

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


You are looking in wrong file!
File is blocks/multimenu_functions.php

Changed the code a little, try this:

//hack
                
if ($new_messages 0) {
                    
$title preg_replace('/{pm_new}/',     '<span style="color:#ff0000; font-weight: bold;">'.$new_messages.'</span>',     $title);
                } else {
                    
$title preg_replace('/{pm_new}/'$new_messages$title);
                }
                
//end of hack

15
tatane
Re: Multimenu : link color
  • 2008/11/29 13:40

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


super,thank you

16
tatane
Re: Multimenu : link color
  • 2008/11/29 13:51

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



and put an image in place of the figure, we can?

17
trabis
Re: Multimenu : link color
  • 2008/11/29 14:32

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Yes,
'<span style="color:#ff0000; font-weight: bold;">'.$new_messages.'</span>'


replace this by your image
'<img src="your image path here" alt="" />'

18
tatane
Re: Multimenu : link color
  • 2008/11/29 15:13

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


super,thank you trabis

Login

Who's Online

182 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 182


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits