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)

gwhooooey 02-23-2006 08:56 PM

Quote:

Originally Posted by Xplorer4x4
PHP Code:

in_array($threadinfo[forumid], array(42,44,36)) 

I am using this in Additional Condition input field and it is still not bypassing your hack in the apropriate forums.

I used that code ^^ but from when Xenon previously said about it, it was ['forumid'] instead... and it seems the forum numbers you put in, are the forums that will have the hack apply to.. so is there a way of doing the opposite and making the code deny the forums we don't want to use the hack?

Xenon 02-24-2006 12:02 PM

just add an ! infront ofthe in_array to inverse the condition ;)

Xplorer4x4 02-24-2006 07:29 PM

Quote:

Originally Posted by gwhooooey
I used that code ^^ but from when Xenon previously said about it, it was ['forumid'] instead...

Actually he never used the ' ' marks.

Xenon slight bug when using this with Ucash and Ushop. If I use the condition:
PHP Code:

!in_array($threadinfo[forumid], array(42,44,36)) 

it causes this problem: https://vborg.vbsupport.ru/showpost....&postcount=878

So I changed it to:
PHP Code:

  !in_array($threadinfo['forumid'], array(42,44,36)) 

And now it works fien with ucash and ushop.

Blind Guardian 02-24-2006 08:21 PM

Excellent. The array to turn it off per-forum is going to help me a lot with the forums which require a lot of double posting.

Thanks for this, Xenon.

MUDERCOOL 02-24-2006 09:18 PM

This is a great hack
I have 3.5.3 and I installed this one it seems it's working BUT the problem is it creates a post (another post, a second post. as usual posting) with "two posts", one merged post but not "1", there are actually two posts.
but the second one is a merged post, contains the first and the second post.
if I post third times, the third post contains first, second and the last one, as a merged post but there are now 3 posts not "1"

what is my problem and how can I fix this?
it works great on vbulletin.org I had surprised with that when I try to re-post another question under a thread of mine and I found this hack after that.

sorry about my English BTW and Thanks.

Absath 02-25-2006 12:20 AM

Umm, could someone explain how to install this, exactly? :ninja:

Nevermind, figured it out on my own :D

Xenon 02-26-2006 09:10 PM

@Muddercool: redownload the plugin again, make sure it'S the newest version..

also empty your browser cache, and make sure there is no other hack conflicting, this one is a sensible hack, regarding that damn AJAX "features"...

Pink-Lotus 02-27-2006 02:16 PM

Awesome =]

Thanks a lot! =D

bada_bing 02-27-2006 02:44 PM

How do I exclude certain usergroups and forums? And how and where do I put the code?

Xenon 02-27-2006 02:54 PM

at badabing, please read through the last pages of this thread, this question has been answerewd several times already....


All times are GMT. The time now is 10:08 AM.

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.02827 seconds
  • Memory Usage 1,745KB
  • 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_php_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