editing the contact list layout to include images - Joomla! Forum - community, help and support
hi all,
is possible show contacts image when displayng contacts in list format? great
also possible add list<li> various contact details e.g suburb can display like
suburb
ive tried adding <li> tags these removed once save changes? idea if possible?
many help
luke
is possible show contacts image when displayng contacts in list format? great
also possible add list<li> various contact details e.g suburb can display like
suburb
- line 1
- line 2
ive tried adding <li> tags these removed once save changes? idea if possible?
many help
luke
you have edit core joomla! files achieve these.
in case, if choose edit these files implement standard output override technique documented in http://docs.joomla.org/how_to_override_the_output_from_the_joomla!_core.
as mentioned above, use override technique mentioned.
note:
you use contact category layout this. however, have edit files default.php , default_items.php located in directory \components\com_contact\views\category\tmpl. have edit default.php heading , default_items.php details. have include code <img> tag in default_items.php show image/photo. field name image image.ljackson84 wrote:is possible show contacts image when displayng contacts in list format?
in case, if choose edit these files implement standard output override technique documented in http://docs.joomla.org/how_to_override_the_output_from_the_joomla!_core.
did edit file default_address located in directory \components\com_contact\views\contact\tmpl this? if not, try editing file.ljackson84 wrote:also possible add list<li> various contact details e.g suburb can display like
suburb
line 1
line 2
ive tried adding <li> tags these removed once save changes? idea if possible?
as mentioned above, use override technique mentioned.
note:
- next time, each of question have, better if open separate threads. give more focus in solving question asked. if there multiple questions attention diluted.
this post, though related contact, 2 different layouts being discussed.
Comments
Post a Comment