You should make the first post customizable!
First, you should have an text field which sets the thread title, which can look something like this:
Code: Select all
News item: {BLOG_ITEM_TITLE}
Code: Select all
A new item has been retreived from the {BLOG_NAME} news blog!
Date retreived: {BLOG_ITEM_DATE}
______________________________
{BLOG_ITEM_CONTENT}
Link: [url]{BLOG_ITEM_LINK}[/url]
Code: Select all
First post contents:
_______________________________________
| TEXT AREA | Insert the Blog items title ({BLOG_ITEM_TITLE})
| Blah | Insert the Blog items date ({BLOG_ITEM_DATE})
| Yawn | Insert the Blog items link ({BLOG_ITEM_LINK})
| Some more text |
| And some more... |
| And stop. |
_______________________________________
BBCode and smilies should be parsed too.
________________________________________________________
Tell me if you like this idea, i think it would be great!