The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Prevent Doubleposting Details »» | |||||||||||||||||||||||||
When a User posts into a thread where he already has the lastpost, no new post will be added. The lastpost of him will be edited and the new text is put after his first message.
This will be done until the old post is older than 24 hours (you can change this timespan yourself) Nothing more to say about that, it's the quite same as my vb3.0 version. This Mod should run with 3.6 as well ** Please make sure you ENABLE this product after you install it - it is disabled by default. ** For vb 3.8 there are two alternative updates ; https://vborg.vbsupport.ru/showthread.php?t=203705 https://vborg.vbsupport.ru/showthread.php?t=204177 Show Your Support
|
Благодарность от: | ||
inphoenix |
Comments |
#952
|
|||
|
|||
It's nice!
anyone knows how can I do like this: Quote:
thanks |
#953
|
|||
|
|||
Quote:
just find Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n\n" . $vbulletin->userinfo['username'] . ' added ' . intval((TIMENOW - $doublepost['dateline'])/60) . ' Minutes and ' . ((TIMENOW - $doublepost['dateline']) % 60). ' Seconds later...' . $vbulletin->options['xen_dp_spacer'] . "\n\n" . $post['message']; Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n[SIZE=\"1\"][COLOR=\"DarkSlateGray\"]" . '-----Auto added double post '.date("j/n/Y"). ' at '.Date("h:i:s").'-----'.$vbulletin->options['xen_dp_spacer'] . "[/color][/size]\n" . $post['message']; h:12-hour format of an hour with leading zeros H:24-hour format of an hour with leading zeros that all |
#954
|
|||
|
|||
Thank u dude
|
#955
|
|||
|
|||
thx too vietdjclub. Have to figure out how to incorp into my post separator via BB code now . . .
As long as we're posting the time wouldn't be a bad idea to preserve original time either with the "real edit" option set. (no bump) wabbit |
#956
|
||||
|
||||
I just have one problem with this mod , in the setting i write the reason of the edit but it is not shows !! is it only show the time of the edit without the title of Reason for Editing !
why ? |
#957
|
|||
|
|||
is this availabel for 3.7.x
|
#958
|
|||
|
|||
it works with 3.7.x.
and my second question https://vborg.vbsupport.ru/attachmen...9&d=1211053221 how can i make it do that? i mean the time and the date? please help out ____________________ https://vborg.vbsupport.ru/showpost....&postcount=955 <<this post, i dont know where to place that |
#959
|
|||
|
|||
Quote:
find Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n\n" . $vbulletin->userinfo['username'] . ' added ' . intval((TIMENOW - $doublepost['dateline'])/60) . ' Minutes and ' . ((TIMENOW - $doublepost['dateline']) % 60). ' Seconds later...' . $vbulletin->options['xen_dp_spacer'] . "\n\n" . $post['message']; Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n[SIZE=\"1\"][COLOR=\"DarkSlateGray\"]" . '-----Added '.date("j M Y"). ' at '.Date("h:i:s").'-----'.$vbulletin->options['xen_dp_spacer'] . "[/color][/size]\n" . $post['message']; result with show |
#960
|
|||
|
|||
Sorry but this isnt working i mean i cant find the things that i need to change
this is what the Plugin PHP Code looks like..... and i am in the Main Doublepost Prevent Engine PHP Code:
|
#961
|
|||
|
|||
just replace code
(// we truely have a doublepost, now check if the merged post still fits the rules!) ... ... Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n" . $vbulletin->options['xen_dp_spacer'] . "\n" . $post['message']; Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n[SIZE=\"1\"][COLOR=\"DarkSlateGray\"]" . '-----Added '.date("j/n/Y"). ' at '.Date("h : i : s").'-----'.$vbulletin->options['xen_dp_spacer'] . "[/color][/size]\n" . $post['message']; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|