View Issue Details

IDProjectCategoryView StatusLast Update
2686Composrcore_themeingpublic2016-07-03 23:58
ReporterPDStig Assigned ToChris Graham  
PrioritynormalSeverity@40@ 
Status resolvedResolutionfixed 
Summary2686: Possible blocking style in member profile pages
DescriptionThere seems to be something that is blocking a couple of things from being able to render properly in member profile pages.

Specifically, I tried using catalogue image grid styling to display a list of "charms" a user has earned in the same way a grid of title/image catalogue entries are shown. However, it's expanding the boxes full-width of the profile area, and therefore showing them as a weird one-per-line type deal. In addition, the friends tab seems to be doing the same thing. Instead of showing each friend as a grid of member boxes, it's expanding each box entire width and doing one per row so-to-speak.
Steps To Reproducesee https://lovinity.org/members/view/Lovinity
TagsNo tags attached.
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2016-07-03 23:58

administrator   ~4100

It's simply that your code was missing:
require_css('catalogues');

I've added it, and it now works.

The friends tab was indeed ugly, I will tidy that up, but it's not related.

Issue History

Date Modified Username Field Change
2016-07-01 21:08 PDStig New Issue
2016-07-03 23:58 Chris Graham Note Added: 0004100
2016-07-03 23:58 Chris Graham Status Not Assigned => Resolved
2016-07-03 23:58 Chris Graham Resolution open => fixed
2016-07-03 23:58 Chris Graham Assigned To => Chris Graham