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)

Keyser S?ze 02-19-2008 07:16 AM

can anyone explain how to timestamp a double post? damn an update to add that would be great :)

MiahBeSmokin420 02-19-2008 09:48 PM

ok o got problems that still are not solved after reading almost every post in this thread

Details

VB Version 3.6.8

1) When person post a reply not using the quick reply they get a white page that says flood. In quick reply that dose not happen just shows a redirect page which is fine. Can this be changed?


2) no matter what when someone double posts it auto merges the 2 posts which is what it is suposed to do ok

but

it also leaves a copy of the post under the merged post

so now not only have the posts been merged but now there are technically 2 post the same in the thread

here is a demo of what happened
CLICK HERE TO SEE THE RESULTS OF THE AUTOMERGE

Any support would be great cause i now have this uninstalled untill we can resolve this

Boofo 02-19-2008 10:05 PM

You've got another hack installed that is fighting with it.

Also, did you check the settings for it in the Admin CP?

MiahBeSmokin420 02-19-2008 10:51 PM

yes i checked the setting in the admin cp as far as i know they are set right

any suggestion on what kinda mod would have a effect on this?

i will try to post a list of the mods that i use

mariocaz 02-21-2008 01:23 AM

Is not working for me, also I re-installed it with another file that a user put here and also is not working in my 3.6.8 patch level 2, I don´t know how to check if it is disable, but the file that also put here another users mentioned that is enabled.

I don´t know how to get this mod works in my forum, help.

mariocaz 02-21-2008 01:30 AM

I reinstalled it with this file that is enabled it by default and also nothing happens in my forum, any other idea ?

Quote:

Originally Posted by yoyoyoyo (Post 1372846)
Here is the edited product, which works in 3.6.8, and it is no longer disabled by default.

Thanks to Xenon for a great mod.

POST #756

mariocaz 02-21-2008 08:51 PM

Help!!! :)

mariocaz 02-22-2008 08:15 PM

Bump, please help us.

guv2000 02-27-2008 05:31 PM

Quote:

Originally Posted by nothing4me (Post 1407755)
Works great on 3.6.8 :)
(Enable it in the product manager as it is disabled by default!)

thnx.

bigcurt 03-04-2008 08:09 PM

Option to set which forum it works in by chance?

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.;)

Saviour 03-06-2008 04:58 PM

Thanks for getting back to me...

The Quick Reply problem is when someone does double post using Quick Reply, but the post shows as an additional post until the page is refreshed...then it shows as "merged".

There were two replies to this problem...one was to turn the Ajax features off...and the other was a code modification for vbulletin 3.5. So the code modification will not work...unless someone is using code for 3.6.8 PL2 of which I'm not aware.

As far as your statement goes about an editied post not showing as a new post...that's not true. An edited post will show as a new post...at least for 3.6.8 PL2 it does.

And as for the third problem...I guess I'll just sit back and watch the support come pouring in...LOL! Just kidding.

Again...thanks for the help...it's greatly appreciated...

Saviour 03-06-2008 07:03 PM

Okay...

I've enabled "Disable Problematic Ajax Features" through the Admin CP...this seems to have taken care of the refresh problem. Hopefully, it won't cause any issues anywhere else. So #1 is taken care of.

As for #2...It doesn't matter whether this gets addressed or not...it's not really that important.

As for #3...I hope someone can provide me with the code I need to make it happen.

Thanks in advance...

bada_bing 03-10-2008 06:36 PM

How can I exclude certain forums from using this hack? Example I only want my selling and trading forums to use this hack and not my other forums???

Black Tiger 03-10-2008 09:49 PM

Quote:

As far as your statement goes about an editied post not showing as a new post...that's not true. An edited post will show as a new post...at least for 3.6.8 PL2 it does.
That depends. It can do that, but then you have to put the "Bump Thread" setting to "yes". And standard it is set to no.
You could try setting this to "no" if you have it to "yes" and you don't want it as a new post.

I had running 3.6.8 pl2 before, at this moment I'm running 3.7.0 b5.

princeedward 03-21-2008 08:05 AM

let's try this...thanks... ;)

Alfa1 03-27-2008 10:48 AM

Does this work on vb 3.7?
Please add a function to exclude forums.

Black Tiger 03-27-2008 02:20 PM

It does work on 3.7. Could be some template text is slightly changed, but it does work. I've got it running on 3.7.0 b6. But I'm using the TMS which is an enormous releave for mods for which template edits are needed.
No more reverting and editting again when upgrading vBulletin.

bada_bing 03-27-2008 03:53 PM

Does this exclude Mods, Smods & Admin or is this hack for all usergroups ?

mariocaz 03-29-2008 05:25 AM

Yes you can exclude them.

mum2gem 03-31-2008 11:23 AM

ever since adding this to my forum, no one can edit there posts, no one can go advanced
can anyone help and tell me why and how to fix it??

bada_bing 03-31-2008 11:51 AM

Quote:

Originally Posted by mariocaz (Post 1477380)
Yes you can exclude them.

How and where do you do that... Also can you exclude certain forums

Thomas P 03-31-2008 07:19 PM

Is this modification used here?

I saw that there is something similar (or this) in place here, right?

Paul M 03-31-2008 07:29 PM

An custom version is used here in some forums.

bada_bing 04-01-2008 11:30 AM

Quote:

Originally Posted by Paul M (Post 1479350)
An custom version is used here in some forums.

Would be nice if vb.org can release it...

Thomas P 04-01-2008 12:14 PM

Yes, indeed :)

Paul M 04-01-2008 03:51 PM

I dont have the time to seperate it out atm, and we could not do it without Xenons permission anyway.

Keyser S?ze 04-01-2008 07:31 PM

throwing in my useless opinion here but to me if a mod is not supported then it really shouldnt matter if someone else releases an enhanced version of it

unless the thread asks not to or it plans to be supported in some way

Thomas P 04-02-2008 08:06 AM

Well, I agree with Paul - Xenon should be asked beforehand.

I could do this, no problem, if you want, but Paul (sadly) doesn't have the time atm.

@Paul: Please come back to us, if you have the time to work on this :)

Boofo 04-02-2008 09:22 AM

I already have this working flawlessly on 3.7.0 RC2. ;)

Hornstar 04-04-2008 03:13 PM

Quote:

Originally Posted by Boofo (Post 1480731)
I already have this working flawlessly on 3.7.0 RC2. ;)

Default? or did you modify this?

If you modified it, can you get permission and release it, I am looking to ugpade soon, and just making sure all my hacks are ready to go with 3.7


All times are GMT. The time now is 10:45 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.02409 seconds
  • Memory Usage 1,820KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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