![]() |
It's nice!
anyone knows how can I do like this: Quote:
thanks |
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 |
Thank u dude
|
Quote:
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 |
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 ? |
is this availabel for 3.7.x
|
Quote:
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 :( |
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 https://vborg.vbsupport.ru/attachmen...9&d=1211053221 |
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:
|
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']; |
All times are GMT. The time now is 04:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|