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)

teksigns 06-15-2004 01:40 PM

Quote:

Originally Posted by Xenon
the build in manage post feaqture by vb (you see that when a post is deleted) gives you the possibility to unhide posts as well.


i do not see any way to unhide

Xenon 06-15-2004 03:37 PM

you may want to reread my post.

correct, there is no link to the unhide feature, but you can add one yourself, as the manage post feature of standard vb, can do that:
postings.php?do=managepost&p=$post[postid]

teksigns 06-15-2004 04:09 PM

Quote:

Originally Posted by Xenon
you may want to reread my post.

correct, there is no link to the unhide feature, but you can add one yourself, as the manage post feature of standard vb, can do that:
postings.php?do=managepost&p=$post[postid]



not sure how to add one !

can you be so kind and show us .......



thank you

Xenon 06-15-2004 04:25 PM

:)

no prob :)

in the postbit template find:

HTML Code:

                <if condition="$post['editlink']">
                        <a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                </if>

and before add:
HTML Code:

        <if condition="$post[visible] == 0 and $thread[threadid] > 0"><a href="postings.php?do=managepost&p=$post[postid]">Manage Post</a></if>
that should create the link :)

teksigns 06-15-2004 04:34 PM

that done it ..... thanks

Xenon 06-15-2004 04:59 PM

you're welcome :)

NuclioN 06-15-2004 09:35 PM

Installed and it works! :) What is a working code for a select field in quick reply so staff can post quick?

Xenon 06-15-2004 09:49 PM

Sorry, i'm not sure what you want to have.

Do you mean a code to put into the showthread_quickreply template, to add a Hide post checkbox there as well?

if yes, just use the code for newreply template there as well.
if no, then please explain more what you want to have :)

NuclioN 06-15-2004 09:52 PM

code to put into the showthread_quickreply template, yes that should do it. I shall try it. Great addon Xenon.

Xenon 06-15-2004 09:54 PM

:)

thx


All times are GMT. The time now is 01:03 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.01758 seconds
  • Memory Usage 1,735KB
  • 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_html_printable
  • (2)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