vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Prevent Doubleposting (https://vborg.vbsupport.ru/showthread.php?t=96602)

Black Tiger 03-04-2008 08:47 PM

Yes you can exclude forums in which you don't want it to work.

Boofo 03-04-2008 09:08 PM

Has anyone come up with a good line for adding to the post for this?

mariocaz 03-05-2008 12:12 AM

The same question as Boofo, will be great if somebody have a line like this forum have.

regitbull 03-05-2008 06:31 PM

Quote:

Originally Posted by Boofo (Post 1457056)
Has anyone come up with a good line for adding to the post for this?

Quote:

Originally Posted by mariocaz (Post 1457166)
The same question as Boofo, will be great if somebody have a line like this forum have.

To answer both post you can found it 1 page back.
I also wanted to know how to do it and its 2 pages back.

Find this code:
Code:

$doublepost['message'] = $doublepost['pagetext'] . "\n" . $vbulletin->options['xen_dp_spacer'] . "\n" . $post['message'];
Replace it with this
Code:

$doublepost['message'] = $doublepost['pagetext'] . "\n\n[SIZE=\"1\"][COLOR=\"Silver\"]" . $vbulletin->userinfo['username'] . ' added ' . intval((TIMENOW - $doublepost['dateline'])/60) . ' Minutes and ' . ((TIMENOW - $doublepost['dateline']) % 60). ' Seconds later...' . $vbulletin->options['xen_dp_spacer'] . "[/color][/size]\n\n" . $post['message'];
Thats all :)

Boofo 03-05-2008 11:47 PM

That does minutes and seconds, not the date and time like on here.

mariocaz 03-05-2008 11:51 PM

And also I don´t know why in my forum don´t appears in little size and blue.

Black Tiger 03-06-2008 12:01 AM

I would rather have xx hours and xx minutes later then xx minutes and xx seconds or a date.
So if anybody has a solution to the line for hours and minuts I would appreciate it.

@Mariocaz: It does not appear in color standard as far as I know, at least on my forums it only appears in bold and black like normal text, so I would like the option for coloring the line too if anybody knows how to do this.

EagleNick 03-06-2008 01:21 AM

Works great! :D

Yes, be sure to manually enable the plugin, because it is disabled by default.

Saviour 03-06-2008 03:51 PM

Okay...

I see we have 55 pages of posts here...and to be honest...I'm lazy and don't feel like searching through every post to find a resolution to the issues I'm facing with this mod.

I'm currently running vb 3.6.8 PL2 and this mod is working...other than for the problems listed below:

1. The Quick Reply feature...which I have read about, here in this thread, but don't believe the fix is specifically for my version of vbulletin...I could be wrong, but if someone could let me know...I'd much appreciate it.

2. If a person does double-post, then the auto merged post is not included in the New Posts if doing a search for new posts.

3. I also want the following line added as the separation for the merged posts:

On [Today's Date] at [The Current Time] [username] added...

So, if anyone, with kindness in their heart, would like to assist me with this...again, I'd really appreciate it. You don't even have to be kind, really...just have a willingness to help...LOL!

Black Tiger 03-06-2008 04:18 PM

Hmm..... I'll see if I can have a try answering you.

1.) I don't know of any fix, mine was running non 3.6.8 pl2 fine without any fix as far as I know. But I'm not sure if my users used the quickreply so maybe you need the fix.

2.) That's normal behaviour, a merge post is in fact not a new post but an edited post. Edited post do not show up as new posts.

3.) A few more users asked that one, so we have to wait until somebody answers how to code such line.:)

I was not much of a help for you, except maybe by explaining question 2, but he... every little bit of help is something.;)


All times are GMT. The time now is 07:46 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
  • Page Generation 0.01975 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete