Changeset 376067
- Timestamp:
- 04/22/2011 07:23:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipb-comments-for-wordpress/trunk/ipb-comments-for-wordpress.php
r376063 r376067 211 211 <style> 212 212 div.wrap ul.forum_settings li { 213 margin-top: 20px;213 /*margin-top: 10px;*/ 214 214 } 215 215 div.wrap ul.forum_settings li label { 216 216 display: block; 217 217 float: left; 218 width: 80px;219 font-weight: bold;218 width: 100px; 219 /*font-weight: bold;*/ 220 220 text-align: bottom; 221 221 margin-top: 6px; … … 232 232 </style> 233 233 <ul class="forum_settings"> 234 <li> The base url to your forum. ex. http://yourforum.com<br />234 <li> 235 235 <label for="base_url">Base Url:</label> 236 236 <input type="text" size="50" name="ipb_comments_options[ipb_field_url]" 237 237 value="<?php echo $options['ipb_field_url']; ?>" /> 238 <em>base url to your forum. ex. http://yourforum.com</em> 238 239 </li> 239 240 240 <li> The full path to your forum where initdata.php is located. ex. /var/www/forum<br />241 <li> 241 242 <label for="base_path">Base Path:</label> 242 243 <input type="text" size="50" name="ipb_comments_options[ipb_field_path]" 243 244 value="<?php echo $options['ipb_field_path']; ?>" /> 245 <em>full path to your forum where initdata.php is located. ex. /var/www/forum</em> 244 246 </li> 245 247 246 <li> The forum member ID who will create the new topics. ex. 1<br />248 <li> 247 249 <label for="member_id">Member ID:</label> 248 250 <input type="text" size="5" name="ipb_comments_options[ipb_field_member_id]" 249 251 value="<?php echo $options['ipb_field_member_id']; ?>" /> 252 <em>forum member ID who will create the new topics. ex. 1</em> 250 253 </li> 251 254 </ul>
Note: See TracChangeset
for help on using the changeset viewer.