- Messaggi: 3
- Ringraziamenti ricevuti 0
Search views
- damconsulting
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
11 Anni 11 Mesi fa #1123
da damconsulting
Search views è stato creato da damconsulting
Hi, can I change views option of search results?
I'd like to view a table output like attached image and I think the only way to do this is to use an option "No title + HTML". Can I avoid to show the title in my search results?
Or can I modify "Plugin Output" properties?
Thank you.
Bye
Michele
I'd like to view a table output like attached image and I think the only way to do this is to use an option "No title + HTML". Can I avoid to show the title in my search results?
Or can I modify "Plugin Output" properties?
Thank you.
Bye
Michele
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 11 Mesi fa #1125
da andrea_4g
Risposta da andrea_4g al topic Re: Search views
Three options:
a) quick and dirty:
edit file components/com_customproperties/views/show/tmpl/default.php (line 394)
b) clean solution: Custom Properties output format is now determined by 'Template' param in module
1) make a copy of file components/com_customproperties/views/show/tmpl/default.php, into its directory (e.g alt.php)
2) edit alt.php to meet your requirements
3) select the 'Alt' template within the dropdown options of 'Template' param in module configuration.
c) alternate clean solution: Custom Properties output permanently modified
take advantage of docs.joomla.org/Understanding_Output_Overrides mechanism:
1) create html/com_customproperties/show directory into your template folder
2) copy components/com_customproperties/views/show/tmpl/default.php into the directory created with step 1)
3) modify the file
a) quick and dirty:
edit file components/com_customproperties/views/show/tmpl/default.php (line 394)
b) clean solution: Custom Properties output format is now determined by 'Template' param in module
1) make a copy of file components/com_customproperties/views/show/tmpl/default.php, into its directory (e.g alt.php)
2) edit alt.php to meet your requirements
3) select the 'Alt' template within the dropdown options of 'Template' param in module configuration.
c) alternate clean solution: Custom Properties output permanently modified
take advantage of docs.joomla.org/Understanding_Output_Overrides mechanism:
1) create html/com_customproperties/show directory into your template folder
2) copy components/com_customproperties/views/show/tmpl/default.php into the directory created with step 1)
3) modify the file
Si prega Accesso o Crea un account a partecipare alla conversazione.
- damconsulting
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 3
- Ringraziamenti ricevuti 0
11 Anni 11 Mesi fa #1127
da damconsulting
Risposta da damconsulting al topic Re: Search views
Ok. Deleting line 372 I was able tho delete title from my views.
Next step: can I show real HTML code of Joomla article (attachment: 01.jpg) layout instead of text (attachment: 02.jpg)?
In configuration I selected "Intro HTML" format.
Thank you.
Next step: can I show real HTML code of Joomla article (attachment: 01.jpg) layout instead of text (attachment: 02.jpg)?
In configuration I selected "Intro HTML" format.
Thank you.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 11 Mesi fa #1129
da andrea_4g
Risposta da andrea_4g al topic Re: Search views
Yes,it's doable.
Table-related HTML tags are removed from articles text, if you leave Custom Properties default parameters untouched.
So, makes sure that param 'Allowed HTML tags:' (CP Config > Search results) allows also <table><th><tr><td>.
Table-related HTML tags are removed from articles text, if you leave Custom Properties default parameters untouched.
So, makes sure that param 'Allowed HTML tags:' (CP Config > Search results) allows also <table><th><tr><td>.
I seguenti utenti hanno detto grazie : damconsulting
Si prega Accesso o Crea un account a partecipare alla conversazione.
- damconsulting
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 3
- Ringraziamenti ricevuti 0
11 Anni 11 Mesi fa #1133
da damconsulting
Risposta da damconsulting al topic Re: Search views
Great!
It works very well.
Thank you.
It works very well.
Thank you.
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.144 secondi