Jump to content

Dropdown Grouped Profile Fields


Recommended Posts

I don't think the .ipsMenu and .ipsDataList classes were ever intended to be used on the one element like that (one creates menus, the other creates tables for data).. but this code will fix it in my themes 🙂

.ipsMenu[id^="elPFDrop_"]{
  width: 300px;
}

.ipsMenu[id^="elPFDrop_"] .ipsDataItem{
  width: 100%;
  display: block;
}

 

Link to comment
  • 1 year later...
  • 11 months later...

@A Zayed Upgraded to 4.6.6 today and our users noted that the field title is no longer showing up. I don't know if this is a problem specific to our install or if it is happening in all installs.

Each field is set as custom formatting for topics as:

<strong>{$title}:</strong> {$content}

It used to show up like this:

item_clicked.PNG.347a7fc79ca1e80419c0ec1c468a2e52.PNG

But now it is showing like this:

image.png.a99b54019d8d636e7ff284d4b1198d27.png

Notice how the titles (Processor, motherboard, power supply etcetera) are not showing up anymore.

Please advise.

Cheers.

 

Link to comment
  • 3 months later...
  • 1 year later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...