Changeset 1326
- Timestamp:
- 09/03/08 23:21:17 (3 months ago)
- Files:
-
- ajaxed-quote/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ajaxed-quote/trunk/readme.txt
r1324 r1326 21 21 1. Upload the folder `ajaxed-quote` to your `/my-plugins/` directory. 22 22 1. Modify your `post.php` template to include the quote link, outputs "Quote" by default: `<?php bb_quote_link(); ?>` 23 1. Modify your `post-form.php` template to include the function `bb_quote_post`. Example: 24 `<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"> 23 1. Modify your `post-form.php` template to include the function `bb_quote_post`. Example: `<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"> 25 24 <?php if (function_exists('bb_quote_post')) bb_quote_post(); ?> 26 25 </textarea>`
