Ahhh . . . I finally got this working properly . . . er,
I mean the way I like it!
Thank's Xenon!
I used any avail BB code "dp"""/dp" in the hacks "Post Separator" options field, made sure "Remove Tag If Empty" said no while creating it and replaced it with . . .
PHP Code:
<br /><br /><table class="tborder" cellpadding="2" cellspacing="1" border="0" width="100%" align="center">
<tr><td class="thead"><div style="float: right" class="normal"></div>
<i><b>< - - - - - - - [a doublepost] - - - - - - - ></b></i></td>
</tr></table>
. . . which still needs fixing, dressing up. Will display regardless of HTML permissions.
Also, I created a simple "yes" "no"
User Profile Field so anybody, especially me, could
turn it off if they should so choose. To accomplish that go to the
Plugin Manager and edit
Main Doublepost Prevent Engine wrapping everything except the first lines thus:
PHP Code:
// ########### Xenon's prevent doublepost modification #########
$vbulletin->GPC['xen_isdoublepost'] = false;
if ($vbulletin->userinfo['field9'] == 'yes')
{
code
code
more code
. . . . .
} // at very bottom of script.
Done! That's
my 9 mind you! Sounds simple but took me 1/2 the day!
Cheers Rabbit