vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Delete a post with only one button (in postbit) (https://vborg.vbsupport.ru/showthread.php?t=60704)

MischiefThought 02-23-2004 02:51 PM

Hmm.. I got mine working, but.. It removes the posts, and leave's the "manage" and "view post" options there. Any ideas?

Gary King 02-23-2004 07:38 PM

Quote:

Originally Posted by MischiefThought
Hmm.. I got mine working, but.. It removes the posts, and leave's the "manage" and "view post" options there. Any ideas?

Can I see a screenshot?

MischiefThought 02-23-2004 08:52 PM

Here you go:

MischiefThought 02-26-2004 10:26 AM

Any ideas, Gary W? It's been 3 days, :S (Dont mean to be rude).

Gary King 02-26-2004 11:16 AM

Change $deletebutton = 1; to $deletebutton = 0; then all new deleted posts will disappear.

The way you have it right now is how vBulletin works, posts aren't usually permanently deleted (staff can still see the deleted posts, just in case they ever need to.)

MischiefThought 02-27-2004 12:59 PM

$deletebutton = 0; is what i have it set to.

Gary King 02-27-2004 07:03 PM

Yep that is correct.

MischiefThought 02-27-2004 07:48 PM

Your not understanding what i'm saying...

I have the delete set to 0, and its not working.

MischiefThought 02-28-2004 02:04 AM

Ok, does anyone have any ideas? I'm really gettin mad now, it's been over 3-4 days atleast.

Gary King 02-28-2004 01:32 PM

Check the source code of the post and make sure that there is the following code when viewing a thread:
PHP Code:

<input type="submit" name="deletepost" value="remove" id="rb_del_soft" tabindex="1" class="button" /> 



All times are GMT. The time now is 07:38 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.02637 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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