Questions and answers about change of functions, design, hosting etc.
Moderators: Koduc, Xpycm
Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.
The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.
by skleveno » 31 Aug 2014, 03:27
How can i remove the top link that says "Booking a property"
Also just want to confirm i can change the pinkish color to blue or black under the style.css?
and
Is it possibly to remove all the facebook, twitter, google+ buttons on the main page?
Thanks a zilllllion.
-
skleveno
- Stranger
-
- Posts: 5
- Joined: 31 Aug 2014, 03:20
- Reputation point: 0
by skleveno » 01 Sep 2014, 01:41
Update: I was able to remove the facebook links etc... Only thing I have left is to remove "booking a listing link on top" // I don't see that option anywhere in the control panel or theme options in php files.. thanks!
-
skleveno
- Stranger
-
- Posts: 5
- Joined: 31 Aug 2014, 03:20
- Reputation point: 0
by Koduc » 12 Sep 2014, 07:12
skleveno wrote:Only thing I have left is to remove "booking a listing link on top" // I don't see that option anywhere in the control panel or theme options in php files.. thanks!
File is: /protected/components/Controller.php
Code:
- Code: Select all
array('label' => '|', 'visible' => Yii::app()->user->getState('isAdmin') === null && Yii::app()->theme->name == 'classic'),
array(
'label' => tt('Reserve apartment', 'common'),
'url' => array('/booking/main/mainform'),
'visible' => Yii::app()->user->getState('isAdmin') === null,
'linkOptions' => array('class' => 'fancy'),
),
-- Меньше знаешь - крепче спишь --
-
Koduc
- Team lead
-
- Posts: 64
- Joined: 28 Dec 2011, 09:11
- Reputation point: 0
Return to Questions and help for changes
Who is online
Users browsing this forum: No registered users and 34 guests