Changeset 1326

Show
Ignore:
Timestamp:
09/03/08 23:21:17 (3 months ago)
Author:
Detective
Message:

fixing readme.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ajaxed-quote/trunk/readme.txt

    r1324 r1326  
    21211. Upload the folder `ajaxed-quote` to your `/my-plugins/` directory. 
    22221. 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"> 
     231. 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"> 
    2524<?php if (function_exists('bb_quote_post')) bb_quote_post(); ?> 
    2625</textarea>`