I'm using user displays module so that I can rebuild the display of my user profiles, and I'm adding the various blocks for my modules back into these displays.

I've added the FBSS block into my profile, and I've noticed the FBSMP icons don't look right on page load. Looking at the source, it seems the form input ids change from something like "edit-link-icon" to "edit-link-icon-1". After clicking an icon, or adding a status update, the ID changes back to "edit-link-icon" and the icons look right again.

I'm sure this is because I'm displaying FBSS in a block, and it's appending the "1"... is there a simple way to fix that in the module or do I just need to add CSS for "edit-link-icon-1" etc.

Comments

publicmind’s picture

Status: Active » Fixed

Updated the CSS to use the classes to identify element instead of the Ids, so try the latest dev (after 12 hours, once the packaging scripts have run).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.