SubSection

  • diogo814
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 month ago - 11 years 1 month ago #1286 by diogo814
SubSection was created by diogo814
Hi i bought the module from you to this site Stimpostos
and i use it here

i want to do is:
-Saúde = Health
---Hospitals
---Medical centers
-Fun
---Videogame website
---Park

i hope i made myself clear because english is not my main language.

something along those lines. Is that possible?
Last edit: 11 years 1 month ago by diogo814.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1287 by andrea_4g
Replied by andrea_4g on topic SubSection
You can format Cp field labels to look like your example, but I'm sure this is not the point.

Could you elaborate more about what you expect those criteria to do once selected?

Thanks.

Please Log in or Create an account to join the conversation.

  • diogo814
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 month ago #1288 by diogo814
Replied by diogo814 on topic SubSection
I want something like this


ex: i have an hospital article the tags would be :Saude and Hospitals. And when you press to search saude or hospitals it appears all the article with those tags.

PS:ex. of sections to search.
-Sports
--Football
--Handball
--Surf
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago - 11 years 1 month ago #1289 by andrea_4g
Replied by andrea_4g on topic SubSection
Ok, that's clear.

You need to assign both parent tag (eg. Saùde) and child tag (Hospitals) to the article. Then it's only a matter of CSS formatting.

For example, to indent 'Lazer' you need to add in you css:
Code:
div.cp_cb_value_1_2{ margin-left: 10px; }
Last edit: 11 years 1 month ago by andrea_4g.

Please Log in or Create an account to join the conversation.

  • diogo814
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 month ago #1290 by diogo814
Replied by diogo814 on topic SubSection

andrea_4g wrote: Ok, that's clear.

You need to assign both parent tag (eg. Saùde) and child tag (Hospitals) to the article. Then it's only a matter of CSS formatting.

For example, to indent 'Lazer' you need to add in you css:

Code:
div.cp_cb_value_1_2{ margin-left: 10px; }


hmm should i put that in here: com_customproperties\css\costumproperties.css if i do, how i use it in the back office.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1291 by andrea_4g
Replied by andrea_4g on topic SubSection
The important thing is to write those CSS statements into a stylesheet that get loaded whenever the search module is displayed.
I'd recommend
a) modules/mod_cpsearch/css/cpsearch.css (as to keep css formatting "close" to where they are employed)
b) the css of the default template (that should be editable with backend tools)

Please Log in or Create an account to join the conversation.

Time to create page: 0.149 seconds