Plugin Directory

Changeset 376067


Ignore:
Timestamp:
04/22/2011 07:23:32 PM (15 years ago)
Author:
Beer
Message:

Minor cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipb-comments-for-wordpress/trunk/ipb-comments-for-wordpress.php

    r376063 r376067  
    211211    <style>
    212212    div.wrap ul.forum_settings li {
    213         margin-top: 20px;
     213        /*margin-top: 10px;*/
    214214    }
    215215    div.wrap ul.forum_settings li label {
    216216        display: block;
    217217        float: left;
    218         width: 80px;
    219         font-weight: bold;
     218        width: 100px;
     219        /*font-weight: bold;*/
    220220        text-align: bottom;
    221221        margin-top: 6px;
     
    232232    </style>
    233233    <ul class="forum_settings">
    234         <li>The base url to your forum. ex. http://yourforum.com<br />
     234        <li>
    235235        <label for="base_url">Base Url:</label>
    236236        <input type="text" size="50" name="ipb_comments_options[ipb_field_url]"
    237237            value="<?php echo $options['ipb_field_url']; ?>" />
     238            <em>base url to your forum. ex. http://yourforum.com</em>
    238239        </li>
    239240
    240         <li>The full path to your forum where initdata.php is located. ex. /var/www/forum<br />
     241        <li>
    241242        <label for="base_path">Base Path:</label>
    242243        <input type="text" size="50" name="ipb_comments_options[ipb_field_path]"
    243244            value="<?php echo $options['ipb_field_path']; ?>" />
     245            <em>full path to your forum where initdata.php is located. ex. /var/www/forum</em>
    244246        </li>
    245247
    246         <li>The forum member ID who will create the new topics. ex. 1<br />
     248        <li>
    247249        <label for="member_id">Member ID:</label>
    248250        <input type="text" size="5" name="ipb_comments_options[ipb_field_member_id]"
    249251            value="<?php echo $options['ipb_field_member_id']; ?>" />
     252            <em>forum member ID who will create the new topics. ex. 1</em>
    250253        </li>
    251254    </ul>
Note: See TracChangeset for help on using the changeset viewer.