RSS feed button missing

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.

RSS feed button missing

Postby luckyphan » 14 Feb 2019, 04:34

Dear Support,

The RSS feed button is missing, how to make the button appear again ?

Thanks
luckyphan
Stranger
 
Posts: 24
Joined: 30 Jul 2018, 09:09
Reputation point: 0

Re: RSS feed button missing

Postby Foton » 14 Feb 2019, 16:30

Hello, which button do you mean?
Foton
Web Developer
Web Developer
 
Posts: 117
Joined: 26 Jan 2012, 14:58
Reputation point: 1

Re: RSS feed button missing

Postby luckyphan » 15 Feb 2019, 02:32

Hi, the rss feed button which usually appear after user click on search.
luckyphan
Stranger
 
Posts: 24
Joined: 30 Jul 2018, 09:09
Reputation point: 0

Re: RSS feed button missing

Postby luckyphan » 15 Feb 2019, 02:38

This rss feed button is not showing after the search option.
Attachments
images.jpeg.jpg
images.jpeg.jpg (8.27 KiB) Viewed 11442 times
luckyphan
Stranger
 
Posts: 24
Joined: 30 Jul 2018, 09:09
Reputation point: 0

Re: RSS feed button missing

Postby Foton » 15 Feb 2019, 12:09

If you mean Basis-theme - you can add it by changing code in themes/basis/views/modules/quicksearch/views/index.php from
Code: Select all
if(issetModule('rss')){
        $wTitle = /*'<a target="_blank" title="'.tt('rss_subscribe', 'rss').'" class="rss-icon" href="'
            .$this->createUrl('mainsearch', CMap::mergeArray($_GET, array('rss' => 1))).'"><img alt="'.tt('rss_subscribe', 'rss').'" src="'
            .Yii::app()->theme->baseUrl.'/images/feed-icon-28x28.png" /></a>'
            .*/
Yii::t('module_apartments', 'Apartments list');
    }

to
Code: Select all
if(issetModule('rss')){
        $wTitle = '<a target="_blank" title="'.tt('rss_subscribe', 'rss').'" class="rss-icon" href="'
            .$this->createUrl('mainsearch', CMap::mergeArray($_GET, array('rss' => 1))).'"><i class="fas fa-rss"></i></a> '
            .Yii::t('module_apartments', 'Apartments list');
    }

if you need orange color, add this code
Code: Select all
.fa-rss {
    color: #fd7e14;
}

to themes/basis/assets/css/style.css
Foton
Web Developer
Web Developer
 
Posts: 117
Joined: 26 Jan 2012, 14:58
Reputation point: 1

Re: RSS feed button missing

Postby Durden » 15 Mar 2019, 17:10

Is there a way to customize the RSS feed button, by the way?
Durden
Stranger
 
Posts: 1
Joined: 14 Mar 2019, 13:33
Reputation point: 0

Re: RSS feed button missing

Postby Foton » 19 Mar 2019, 15:09

What customisation do you need?
Foton
Web Developer
Web Developer
 
Posts: 117
Joined: 26 Jan 2012, 14:58
Reputation point: 1


Return to Questions and help for changes

Who is online

Users browsing this forum: No registered users and 6 guests

cron