get_quote_post
Function
Function Name | Description | Level |
get_quote_post | Returns a processed [quote] content just like when user click the "Quote" button on the web browser. This is to address different forum systems requires different [quote] format. | 3 |
Input Parameters:
Name | Type | Required? | Description | Level |
post_id | String | yes | Level 3: only accept one post_id. Level 4: accept multiple post_id with "-" separated, for multi-quote feature. | 3,4 |
Output Parameters:
Name | Type | Required? | Description | Level |
post_id | String | yes | | 3 |
post_title | byte[] | yes | Depends on the language or forum systems, the new title is generated with "Re: " or no title at all. | 3 |
post_content | byte[] | yes | display full post content without removing any styles or characters. omitting the attachment information. | 3 |