Project

General

Profile

Actions

Bug #91

closed

Check Plugin Styling

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

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

0%

Estimated time:
Deployment actions:

Description

from Boone:

The styling on some of the plugin stuff is not great. Mainly plugins that I wrote that may not have been activated on the dev site when the style was built. This goes especially for the forum attachments, both how they’re displayed under individual posts and how the attach box looks below the forum input box. Chris, since you have spent some time looking at the plugin already, would you mind checking it out? See eg http://commons.gc.cuny.edu/groups/eportfolios/forum/topic/bccs-sloan-conference-presentation/. Icons aren’t appearing, which is probably a path issue in the plugin. Consider making any CSS changes in a separate file and merging them when you’re done to avoid overlap with what CIC is doing.

Actions #1

Updated by Chris Stein over 14 years ago

  • Status changed from Assigned to Reporter Feedback

I don't want to touch the production site right now but since there was a similar problem with the icon not appearing on the dev site I looked at it.

The icons url wasn't right, it's including the server directory not the http one. I added a variable and changed the $bb_attachements['icons']['url'] as follows and it works:
$forumpath = substr(rtrim(dirname(FILE) ), strlen($_SERVER['DOCUMENT_ROOT']));
$bb_attachments['icons']['url']=get_option('home').$forumpath.'/icons/';

Boone, I didn't have time to deal with the CSS styling as well but if you let me know how you would like it changed I can make a CSS file tomorrow (thurs)

Actions #2

Updated by Chris Stein over 14 years ago

Sorry, above is in forum-attachments-for-buddypress.php file

Actions #3

Updated by Boone Gorges almost 14 years ago

  • Status changed from Reporter Feedback to Resolved

Much of this has been corrected.

Actions

Also available in: Atom PDF