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)

noreturn 07-25-2007 02:17 PM

Thanks for your ongoing help. I tired and I copied and pasted and here is what happens. It runs the actual BB code and sentence into the first post.

example
just me doing a test of posting* *Auto Merged Post;*[dl]*[/dl]hey this is my second test of a double post

It seems that whatever code I place in "Double Post Spacer" appear as text in the post. And does not move the second post down a line or two.

example
First post[dl]Second test post

noreturn 07-26-2007 12:48 AM

ok thank you. I got it.

Dannyloski 07-30-2007 12:38 AM

For those who want to exclude the Admin ONLY from the PRevent Double Posting Feature use the below code:

Code:

!in_array($vbulletin->userinfo['usergroupid'], array(6))
If you wish to add more Usergroups, simply enter their IDs inside the Array Parenthesis (separating by commas), like this:

Code:

!in_array($vbulletin->userinfo['usergroupid'], array(X,Y,Z))
This was posted way earlier int he Thread, but I added to the last post just in case someone installs it and needs the info (to save them some searching)

PoetJA-1975 07-30-2007 02:25 AM

Quote:

Originally Posted by Dannyloski (Post 1304981)
For those who want to exclude the Admin ONLY from the PRevent Double Posting Feature use the below code:

Code:

!in_array($vbulletin->userinfo['usergroupid'], array(6))

Thanx for posting - but where exactly do you add the code?

Jacquii.

Dannyloski 07-30-2007 02:56 AM

PoetJA-1975, no problem ... you paste the code here:

AdminCP > vBulletin Options > Doublepost Preventing > Additional Condition (experts only)

PoetJA-1975 07-30-2007 03:23 AM

Nice! Thanx very much!

Jacquii.

hissatsu 08-03-2007 10:44 PM

Hello guys -- reading all these posts has made me more confused. I should learn how to code. Here is my problem - i downloaded the mod. There are no errors being displayed. But it doesnt work right.

wHen a member doubleposts within the Timespan (eg two weeks) the post is merged with his/her earlier post. But it remains as aN individual post. if this is not clear then this is what i am saying.
Member makes post A. He then makes post B in the Timespan. Next Post A & B get merged as one post in their own window. But post B still remains in its own window. So instead of one merged post you get Post A & B(merged) and Post B(the doublepost also appearing) in its own window

How do i get this resolved? Since many use this mod how did they resolve this? Are there any codes and where should i place them? Most important - how do i put a separation or an actual line separating the two posts?

Should I try Andreas plugin (post #157 in this thread) instead? (Made in 2005)
I am a noob so please go easy on me.

Dave Hawley 08-04-2007 03:06 AM

Andreas plugin is working great for me on 3.5.4. I had too many errors using the other one.

hissatsu 08-04-2007 08:52 PM

i will try that then and post what happens. i am on 3.67 PL1

EDIT:
Yes- Andreas plugin worked on 3.67 PL1 -- just fine.

But it has the same problems some mentioned - it puts the new post on the same line as the old one without separating them.
Andreas suggested using a line separator yet for someone who knows nothing about coding where in XML the file do i place this line separator.
And how can i exclude administrators from being affected by the mod? can someone help me here with the codes to use and where to put it in the xml file (andreas plugin is attached to post #157)?

Thanks!!!

Dave Hawley 08-05-2007 04:20 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1300910&postcount=693" target="_blank">SEE</a>


All times are GMT. The time now is 05:10 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.02013 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
  • (3)bbcode_code_printable
  • (1)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