Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
add to browser
« previous
next »
Print
Pages: [
1
]
Author
Topic: add to browser (Read 4599 times)
seadhna
Hero Member
Posts: 507
add to browser
«
on:
April 08, 2014, 17:02:39 »
In Components>Search>Parameters under 'Add to Browser' I have clicked No, but the add to browser icons continue to appear in search results. What else do I need to do to hide this element?
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: add to browser
«
Reply #1 on:
April 08, 2014, 19:53:39 »
This is impossible. If parameter "
os_add
" of
component Search
if is set to
No
(0) the "add to browser" icons are not get displayed.
Are you sure you don't confuse it with the "Open search" module?
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
striker
Newbie
Posts: 39
Re: add to browser
«
Reply #2 on:
April 10, 2014, 05:37:22 »
datahell,
I replicated the issue on my side.
I went to extensions>components>search>parameters>NO for "Add to browser". It didn't remove the browser icons.
So, what I did, I directly removed the code :
if ((int)$params->get('add_os', 1) == 1) {
$this->addSearchProvider();
}
Those lines are found at:
...
components/com_search/views/main.html.php
After doing that, the browser icons disappeared.
Logged
seadhna
Hero Member
Posts: 507
Re: add to browser
«
Reply #3 on:
April 16, 2014, 19:55:27 »
Thanks Striker, I have used CSS to hide the unwanted content instead - until the glitch is fixed.
many thanks.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
add to browser