OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
2 calendars instead of 4 (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

2 calendars instead of 4

dejansoftware (User)
Expert Boarder
Posts: 134
graphgraph
User Offline Click here to see the profile of this user
2 calendars instead of 4 6 Years, 1 Month ago
Karma: 0  
Hi,

How can I set to show only 2 calendars (current month + next one) instead of 4 like in attachement?

Thanks
Dejan
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:2 calendars instead of 4 6 Years, 1 Month ago
Karma: 101  
Dear Dejan

In file
{your site}/components/com_realestatemanager/views/view_house/tmpl/default.php

find code:
Code:

              <span class="col_01"><?php echo $calendar->tab1; ?></span>
              <span class="col_02"><?php echo $calendar->tab2; ?></span>
              <span class="col_03"><?php echo $calendar->tab3; ?></span>
              <span class="col_03"><?php echo $calendar->tab4; ?></span>



and replace to code

Code:

              <!--span class="col_01"><?php echo $calendar->tab1; ?></span-->
              <span class="col_02"><?php echo $calendar->tab2; ?></span>
              <span class="col_03"><?php echo $calendar->tab3; ?></span>
              <!--span class="col_03"><?php echo $calendar->tab4; ?></span-->



Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
dejansoftware (User)
Expert Boarder
Posts: 134
graphgraph
User Offline Click here to see the profile of this user
Re:2 calendars instead of 4 6 Years, 1 Month ago
Karma: 0  
Thanks
Logged Logged
The administrator has disabled public write access.
Go to top
»