Can this be made ?
12 years 1 month ago #709
by gmapfp
Replied by gmapfp on topic Re: Can this be made ?
Hi,
The number is the Id of the place.
What is your problem ?
The number is the Id of the place.
What is your problem ?
Please Log in or Create an account to join the conversation.
- Jogge
- Topic Author
- Visitor
12 years 1 month ago #710
by Jogge
Replied by Jogge on topic Re: Can this be made ?
Hi
Yes i understand that the number is the id of the place.
But what i whant is that the number or id goes from 1 to 2 and 3,4,5,6,7, and so on
Not as it go now if you check the site
it start with 19 and after that 205 and 54 and so on
Yes i understand that the number is the id of the place.
But what i whant is that the number or id goes from 1 to 2 and 3,4,5,6,7, and so on
Not as it go now if you check the site
it start with 19 and after that 205 and 54 and so on
Please Log in or Create an account to join the conversation.
12 years 1 month ago #712
by gmapfp
Replied by gmapfp on topic Re: Can this be made ?
Hi,
In the file : /components/com_gmapfp/views/tmpl/tmpl_article.php
At the ligne 27, change :
<td class="gmapfp_largeur_titre"><h2><?php echo $row->nom; ?></h2></td>
by
<td class="gmapfp_largeur_titre"><h2><?php echo '<span class="id">'.$this->i.'</span> '.$row->nom; ?></h2></td>
Hi,
In the file : /components/com_gmapfp/views/tmpl/default.php
Under the ligne 81, add :
$this->i = $i + 1;
In the file : /components/com_gmapfp/views/tmpl/tmpl_article.php
At the ligne 27, change :
<td class="gmapfp_largeur_titre"><h2><?php echo $row->nom; ?></h2></td>
by
<td class="gmapfp_largeur_titre"><h2><?php echo '<span class="id">'.$this->i.'</span> '.$row->nom; ?></h2></td>
Hi,
In the file : /components/com_gmapfp/views/tmpl/default.php
Under the ligne 81, add :
$this->i = $i + 1;
Please Log in or Create an account to join the conversation.
- Jogge
- Topic Author
- Visitor
12 years 1 month ago - 12 years 1 month ago #715
by Jogge
Replied by Jogge on topic Re: Can this be made ?
Hi again
Sorry to say i add the last line you said but there is no different, still the same number
I have version Component GMapFP 7.12
My customer don´t whan to changes becuse they have Joomla 1.5 and a lot of places is added
Sorry to say i add the last line you said but there is no different, still the same number
I have version Component GMapFP 7.12
My customer don´t whan to changes becuse they have Joomla 1.5 and a lot of places is added
Last edit: 12 years 1 month ago by Jogge.
Please Log in or Create an account to join the conversation.
12 years 1 month ago - 12 years 1 month ago #716
by gmapfp
Replied by gmapfp on topic Re: Can this be made ?
Hi,
I thought that you work on Joomla 2.5.
Can you send me a super administrator login for make the modifs (by contact form ).
I thought that you work on Joomla 2.5.
Can you send me a super administrator login for make the modifs (by contact form ).
Last edit: 12 years 1 month ago by gmapfp.
Please Log in or Create an account to join the conversation.
12 years 1 month ago #723
by gmapfp
Replied by gmapfp on topic Re: Can this be made ?
Hi,
I made the modifications.
I made the modifications.
The following user(s) said Thank You: Jogge
Please Log in or Create an account to join the conversation.
Time to create page: 0.100 seconds