Plugin Directory

Changeset 604862


Ignore:
Timestamp:
09/27/2012 09:00:36 PM (13 years ago)
Author:
codebycarter
Message:
 
Location:
wp-bulletin-board
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-bulletin-board/tags/1.0.1/readme.txt

    r604655 r604862  
    6969
    7070= 1.0.1 =
     71* Minor bug fixes
     72* Fixed broken view message link
     73* Fixed table layout when a category doesn't have any forums
    7174* Fixed broken link in message which is displayed to logged out users
    7275* Fixed some layout issues due to CSS files not loading early enough, also added some css options for links and changed default visited link colour to blue
  • wp-bulletin-board/trunk/css/wpbb-light-style.css

    r604652 r604862  
    5757/* Credit to twentyelevens entry-content table as I used that as my table class when developing the plugin and and may use some styling or bare resemblance to it */
    5858.wpbb-table {
    59     width:100%;
     59    width: 100%;
    6060    border: solid 0.1em;
    6161    border-color: #9E9E9E;
  • wp-bulletin-board/trunk/php/wpbb-message-user.php

    r604652 r604862  
    8282                <th><?php _e('Content', 'wp-bb'); ?></th>
    8383                <td>
    84                      <?php wp_editor(",", 'wpbb-message-content'); ?>
     84                     <?php wp_editor(" ", 'wpbb-message-content'); ?>
    8585                </td>
    8686            </tr>
  • wp-bulletin-board/trunk/php/wpbb-view-message.php

    r604652 r604862  
    11<?php
     2
     3wpbb_goback1('view-message', NULL);
    24
    35$user_id = get_current_user_id();
Note: See TracChangeset for help on using the changeset viewer.