Topic: [js] How get post message element
I tried port this my mod for punbb 1.3, but i don't know how get element which contain post message. In 1.2 i added id for this element, but how do this as extension for 1.3?
In 1.3 it's look like:
<div class="post-entry">
<h4 class="entry-title">Topic: Test post</h4>
<div class="entry-content">
<p>If you are looking at this (which I guess you are), the install of PunBB appears to have worked! Now log in and head over to the administration control panel to configure your forum.</p>
</div>
</div>