vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Delete Post (https://vborg.vbsupport.ru/showthread.php?t=40523)

M.C. 05-10-2003 10:14 PM

sorry, but tell me, did u solve problem wuth guests posts? I need to delete them as well! :(

futuredood 08-08-2003 05:07 PM

anyway to make this hack, so moderators can use also?
the admins can only use it
I want to let the moderators use it also.

floridaideal 08-21-2003 08:35 AM

Hi, I can't delete unregistered guests either, I am using newsgroup hack so I want to delete a load of crap posts, please anyone know how to sort this?

Thanks

Stu

y2krazy 12-23-2003 10:38 PM

Code:

if (in_array($bbuserinfo['usergroupid'], array(5, 6))) {
Installed the hack on 2.3.0, but had a little problem with the line above. You should remove the space between the "5," and the "6" so that it will work correctly. That was the only problem I had. Should read as the following:

Code:

if (in_array($bbuserinfo['usergroupid'], array(5,6))) {
Thanks for a great new feature, TECK! :D

[EDIT: When trying to edit a post, I got an SQL error, so I removed the edit to the editpost.php file, and everything works smoothly now. Not sure what was being done on editpost.php, but the code obviously isn't required to delete posts... :rolleyes:]

-y2k-

y2krazy 01-13-2004 01:06 AM

Also, when I click on the "Delete Post" link(changed it from an image to a text link), I get the prompt, but then I am taken to a blank page. I go back to the thread, refresh, and the post/thread is still there. Any help is appreciated!

http://forums.bladestorm.net/showthr...=7587#post7587 (you can probably only see it if you're logged in and are a Mod or higher though...)

-y2k-

y2krazy 01-15-2004 03:06 AM

Anyone else have this problem and resolve it?

-y2k-

y2krazy 02-01-2004 07:58 PM

Still looking for any help...

When I click on the "Delete Post" link(changed it from an image to a text link), I get the prompt, but then I am taken to a blank page. I go back to the thread, refresh, and the post/thread is still there. Any help is appreciated!

-y2k-

Dataforce 02-26-2004 04:03 PM

any chance of a VB3 version TECK ?


All times are GMT. The time now is 10:52 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.01148 seconds
  • Memory Usage 1,727KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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