Project

General

Profile

Actions

Bug #88

closed

Group Admin Screens

Added by Matt Gold over 14 years ago. Updated over 14 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
CIC Michael
Category name:
Upgrades
Target version:
-
Start date:
2009-12-02
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

from Boone:

Please pay special attention to the screens buried in BP, especially the group administration screens (which you’ll see if you create a new group or administer an existing one). The #content div there is messed up. It’ll be hard to fix without solving the body class problem: right now Lucas has set it up (in bp-nelo/header.php) so that the home page body gets class=â€home†but other pages get no class at all. I suggest trying a solution like this: <body <?php echo is_home() ? 'class="home"' : 'body_class()' ?>> (notice that I moved the space from out of the echo into the body tag). I tried it myself last night and it worked, except that in so doing I broke the style of many of the BP pages. It’s probably something easy to fix (an overly or underly greedy CSS style, I imagine) but I didn’t want to figure it out at the time. Anyway, once we have body classes throughout the site I imagine the tweaking process will be much easier for everyone, so I hope you’ll find time to make it work today.

Actions #1

Updated by CIC Michael over 14 years ago

  • Status changed from Assigned to Resolved
Actions

Also available in: Atom PDF