Log in

View Full Version : Add content within Posts.


Fender963
11-26-2006, 02:03 AM
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):


(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

Kungfu
11-26-2006, 12:13 PM
css maybe?

if you try a relative position, then do a top margin.

nevermind, seems like your doing some kind of ad thing. Theres a ad plugin somewhere that does this i believe. You should check it out and see.

Fender963
11-28-2006, 05:52 AM
I tried looking for a mod but none i can find will place an object within the content of the post. They either place it before or after.

RedTyger
11-28-2006, 08:07 AM
You'd have to do it with a plugin, there's no other way.