[Opgelost] Deprecated melding bij gebruik {menu_text}

Nederlandse ondersteuning voor CMS Made Simple

Moderator: velden

Post Reply
johdon
Forum Members
Forum Members
Posts: 10
Joined: Tue Oct 19, 2010 2:58 pm

[Opgelost] Deprecated melding bij gebruik {menu_text}

Post by johdon »

Hallo,

Sinds vandaag krijg ik bij gebruik van de {menu_text} tag de volgende melding:

Deprecated: Function ereg_replace() is deprecated in .../HTML/plugins/function.menu_text.php on line 34.

Dat klopt ook want de gebruikte functie "ereg_replace" op regel 34: ($result = ereg_replace("\{\/?php\}", "", $result); zou per PHP 5.3.0 verouderd zijn en blijkbaar is de PHP versie voor mij vandaag geupgraded.

Is er een alternatief voor {menu_text}? Of moet ik met function.menu_text.php aan de slag?

Thx,
John
Last edited by johdon on Wed Oct 27, 2010 8:49 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Deprecated melding bij gebruik {menu_text}

Post by Rolf »

De ondersteuningsmodule CGSimpleSmarty installeren:
get_page_menutext([$alias][,$assign])

Returns the menutext of the specified page.

Arguments:

    * [$alias] - (optional) The page alias to find the title of. If no value is specified, the current page is used.
    * [$assign] - (optional) The name of a variable to assign the results to.


Example:

The menutext of the current page is {$cgsimple->get_page_menutext()}
grt. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Deprecated melding bij gebruik {menu_text}

Post by Rolf »

johdon,

De plugin staat gerepareerd in de svn:
http://viewsvn.cmsmadesimple.org/filede ... u_text.php

Deze zal ook in de komende release 1.9 worden meegenomen.

Groet, Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
johdon
Forum Members
Forum Members
Posts: 10
Joined: Tue Oct 19, 2010 2:58 pm

Re: [Opgelost] Deprecated melding bij gebruik {menu_text}

Post by johdon »

Dank je Rolf; ik heb de site weer netjes  :)

Gr. John
Post Reply

Return to “Dutch - Nederlands”