I'm having an issue with post edit look behind that I can't solve. What happens is when i edit a post with no "look behind" posts (for example, topic starters) I get a class called .pform that looks something like this:
bbcrumb
<form class="postform edit-form" action="http://site.com/forums/bb-edit.php" method="post">
<fieldset>
<div class="wrapper">
<div id="topics">
<div class="pform">
but when there is "look behind" posts being displayed (editing a post in the middle of a thread for example) I don't get that pform class:
bbcrumb
<form class="postform edit-form" action="http://site.com/forums/bb-edit.php" method="post">
<fieldset>
<div class="wrapper">
<div id="topics">
unfortunately I need that pform class to style that form (i'm using WPMimic)
the forum is at: http://1isa2isb.com/forums/
I have tried to figure out why it would be dropping that class by looking in the edit-form.php and the post-edit-look-behind.php but no luck. Thanks for the help!