Elxis CMS Forum
Extensions => Components => Topic started by: Davide on March 24, 2011, 12:52:40
-
I'm not understing why on Module tab i have:
IOSR Advanced Check Availability - unpublished
Check Availability - unpublished
(http://www.petbooking.it/temp/modules.png)
on the index page there's the box as follow
(http://www.petbooking.it/temp/ricerca_camere.png)
Which module is that? with a title "Ricerca Camere" that I don't find in any module list. That's nice and i want to publish in all the pages.
Then if "advanced search"is clicked petbooking open this other page:
(http://www.petbooking.it/temp/advance_ricerca_camere.png)
Which module is that? i don't have any search published! i want to hide some parameters.. or just use the first image box and don't let guest to have advance search that i seen is possible to disable.
(http://www.petbooking.it/temp/parameters.png)
-
"Ricerca Camere" is not a module it has been included as basic functionality on IOSR component.
-
This is not a module...
this is part of ios res component
you can disable it for the ios-res-homepage trough ios-res-controlpanel->configuration-> frontpage
-
ah! ok that's better than the other module but what about the advance research?
(http://www.petbooking.it/temp/advance_ricerca_camere.png)
Is that the same option in configuration? is not possible to disable only the advance one?
-
This is not a module...
this is part of ios res component
you can disable it for the ios-res-homepage trough ios-res-controlpanel->configuration-> frontpage
Now i'm sure that on ios-res-controlpanel->configuration-> frontpage there's checked "no" on label "search" but it still there. Why?
-
Sorry: Only the advance one still on the search-result page. I don't want it published. How can I unpublish or hide?
-
you can disable it for the ios-res-homepage trough ios-res-controlpanel->configuration-> frontpage
as i said this is for first page only...
****
you can disable from the code... but then your license will become invalid and will not be able to downloads updates etc...
So i suggest to try this in your css:
#resadvsearchfm {display:none!important;}
I haven't tried this but should work....
-
I dont' find in any document.
I unpublish mod_advcheck_availability i don't need anymore it is a different module right? is not the same we are talking about? but i don't find..
-
WHAT YOU SHOW IN YOUR IMAGES ABOVE IS NOT A MODULE
WE SAID THAT!
it is build inside the core code of ios-res
edit:
add this inside your customize.css save and then reload page to see if works
#resadvsearchfm {display:none!important;}
-
sorrysorrysorry... ok.. Do you know where is located this css file?
-
it is inside the css folder of your template folder
/templates/youractivetemplate/css/
*****
you can also find and edit this customize.css through elxis adminstrator
tab ... site/templates manager/site templates ... then select your current active template and click on editcss(top-right)
-
Thanks a lot! solved.
-
What you display in IOSR frontpage is controlled by the "frontpage" configuration options + the selected layout (simple, minimum, etc).
To change the structure and the displayed elements of IOSR frontpage edit the layout file.
Sample layout file:
components/com_reservations/includes/layouts/2columns.php
Help on the layout supported elements:
components/com_reservations/includes/layouts/help.txt
The help file on the demo site (http://booking.isopensource2.com/components/com_reservations/includes/layouts/help.txt)
To change the colours edit the CSS.