- Posts: 13
- Thank you received: 0
If you report a bug please specify the joomla and component version.
mod_datamenu
8 years 8 months ago #3532
by ricardo15
mod_datamenu was created by ricardo15
Please Log in or Create an account to join the conversation.
8 years 8 months ago #3534
by bram
Replied by bram on topic mod_datamenu
sorry your image is not clear,
for your description it appears that you missed a <?php before the code
bram
for your description it appears that you missed a <?php before the code
bram
Please Log in or Create an account to join the conversation.
8 years 8 months ago #3552
by ricardo15
Replied by ricardo15 on topic mod_datamenu
Hello,
I found the code which is doing it:
In the file dropdown.php under mod_datamenu/tmpl on the line 121 there is this:
<?
$v=(float)$params->get( 'min',''); echo '<input type="hidden" name="min" value="'.$v.'" />' ;
$v=(float)$params->get( 'max',''); echo '<input type="hidden" name="max" value="'.$v.'" />' ;
?>
But I don“t know why is showing this: get( 'min',''); echo '' ; $v=(float)$params->get( 'max',''); echo '' ; ?> on hte front page. Because there <?php before the code.
Thank you
Tomas
I found the code which is doing it:
In the file dropdown.php under mod_datamenu/tmpl on the line 121 there is this:
<?
$v=(float)$params->get( 'min',''); echo '<input type="hidden" name="min" value="'.$v.'" />' ;
$v=(float)$params->get( 'max',''); echo '<input type="hidden" name="max" value="'.$v.'" />' ;
?>
But I don“t know why is showing this: get( 'min',''); echo '' ; $v=(float)$params->get( 'max',''); echo '' ; ?> on hte front page. Because there <?php before the code.
Thank you
Tomas
Please Log in or Create an account to join the conversation.
8 years 8 months ago #3553
by bram
Replied by bram on topic mod_datamenu
er mist een php achter de <?
moet dus zijn
<?php
is ook aangepast in de download
moet dus zijn
<?php
is ook aangepast in de download
The following user(s) said Thank You: ricardo15
Please Log in or Create an account to join the conversation.
8 years 8 months ago #3555
by ricardo15
Replied by ricardo15 on topic mod_datamenu
Thank you.
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds