Create a new menu item: Contacts » Single Contact
Try to disable in the Contact Display Options the Name or Street Address or Postal/ZIP Code ecc..
These parameters are no longer available
I can enable/disable in the Contact Display Options the Name or Street Address or Postal/ZIP Code
I can't enable/disable in the Contact Display Options the Name or Street Address or Postal/ZIP Code
ok in Joomla 3.7.5
No in Joomla 3.8.0 and Joomla 3.8.1 and Joomla 3.8.2 Dev.
Labels |
Added:
?
|
Category | ⇒ | com_contact |
Status | New | ⇒ | Confirmed |
Issue confirmed.
3.8.2-dev
Multilanguage Site
macOS Sierra, 10.12.6
Firefox 56 (64-bit)
Concretely, it will only work for single contact menu item or when editing a contact IF the global settings Contact Information
is set to Hide
.
In that case, switching to Show
in the menu item or the contact itself will work as intended and display the fields.
True, @infograf768. So the Issue is that Global Setting "Contact Information: Show" isn't respected in single Contact and Single Contact-Menu.
Status | Confirmed | ⇒ | Discussion |
The problem is similar for articles.
Global Options display Linked Titles
if Show Title
is set to SHOW.
The showon is missing in article xml (should be added btw), but if I add a showon to obtain
<field
name="link_titles"
type="list"
label="JGLOBAL_LINKED_TITLES_LABEL"
description="JGLOBAL_LINKED_TITLES_DESC"
class="chzn-color"
showon="show_title:1"
useglobal="true"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
When editing an article Show Title
would display Use Global (Show)
and Linked Titles
field will not display until Show Title
is set to Show
.
Therefore the issue is not specific to com_contacts.
Title |
|
Regarding this I don´t know if related but
I had "sliders" as global configuration and "plain" as contact configuration. The contact form appeared as "sliders"
Sure
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Information Required |
4 and half years later I think that can be closed
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-02 23:32:13 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
it looks like showon is not working for a global option. it works correctly is changed from global to a local setting