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)
-   -   Staff can Post hidden Posts (https://vborg.vbsupport.ru/showthread.php?t=64860)

Boofo 05-09-2004 10:24 AM

Great! I'm looking forward to this one. If you need any help with the install file, let me know. ;)

insanctus 05-09-2004 10:33 AM

Quote:

Originally Posted by Xenon
well, as i see there are a lot people who want the full version.
ok, i'll release it, when i got the time to write the additional instructions, but it would be a installfile for pro's then ;)

Pro's ? That leave me out

[high]* insanctus goes away crying........................
[/high]


[high]* insanctus runs back right fast and snags the code lol[/high]

sabret00the 05-09-2004 10:49 AM

just outta curiosity why would you not just use the mods lounge?

insanctus 05-09-2004 10:55 AM

Quote:

Originally Posted by sabret00the
just outta curiosity why would you not just use the mods lounge?

This way can talk about people behind their backs in the same room ?

[high]* insanctus laughs[/high]

Boofo 05-09-2004 11:12 AM

Quote:

Originally Posted by sabret00the
just outta curiosity why would you not just use the mods lounge?

Because a lot of of times you want to let a mod know something about a certain post in a thread or a thread itself and it is easier to do it this way instead of having to re-direct them to the thread or post. ;)

gmarik 05-11-2004 11:03 AM

how much time to install this?

neocorteqz 05-11-2004 11:21 AM

Quote:

Originally Posted by gmarik
how much time to install this?

By looking at the file ~ 5 minutes.

For me, maybe 10 Minutes. :D

Xenon 05-18-2004 05:02 PM

ok, i uploaded the advanced version now as well.

Normally it should work, and i think i have not forgotten anything, but if yes, just tell me (those who know about the vb.org version ^^)

insanctus 05-18-2004 05:09 PM

Quote:

Originally Posted by Xenon
ok, i uploaded the advanced version now as well.

Normally it should work, and i think i have not forgotten anything, but if yes, just tell me (those who know about the vb.org version ^^)

I will install this in a few, :) Watch my board go boom lol

[high]* insanctus runs off to tinker.[/high]

insanctus 05-18-2004 05:13 PM

With
Code:

find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if (!$postinfo['visible'] OR $postinfo['isdeleted'])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

below add:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if ((!$postinfo['visible'] AND !can_see_hidden()) OR $postinfo['isdeleted'])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Do you mean

Code:

find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if (!$postinfo['visible'] OR $postinfo['isdeleted'])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Replace with:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if ((!$postinfo['visible'] AND !can_see_hidden()) OR $postinfo['isdeleted'])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

?

Seems would replace not add below.


All times are GMT. The time now is 08:48 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.01168 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)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
  • (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