Hello everyone,
I would like to add content within an users post. Currently I have only figured out how to add it right before or right after by placing my code here (in postbit_legacy):
PHP Code:
(Code here)
<div id="post_message_$post[postid]">$post[message]</div>
or (Code here)
Is there anyway I can edit this so that say I can put in content after 200 characters, or after the first paragraph or something similar?
Thank you,
Kyle