Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Zoints Private Thread Comments for Staff Details »»
Zoints Private Thread Comments for Staff
Version: 1.00, by Zoints Zoints is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.1 Rating:
Released: 09-25-2006 Last Update: 04-30-2008 Installs: 126
 
No support by the author.

This modification is a fantastic means for staff members to efficiently communicate within a thread without normal members being able to see what is said. It has been tested extensively by quite a few different forums.

This box appears in showthread.php for staff members. Only staff can see it.




The admincp options:




Official support for this modification will take place at http://network.zoints.com in this specific forum.

Enjoy and be sure to check out our other modifications

CHANGELOG:

2008/05/01 - 1.2.1
- Compatible with vB's CSRF protocol

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 10-13-2008, 07:42 AM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi! I've got some ideas to improve this GREAT hack!


Would it be possible to add some way of notification when there is a new reply on the Private Comments? Sometimes we just don't read each other messages because the replys are on top of the thread, and the new thread's messages button will not show what's on top of the thread... (I don't know if you can understand my idea...)

So, it ouwld be perfect to include some kind of notification, so that the Admins and Moderators can see that the other guys from the team has writen something...


Also, would it be possible to correctly manage the private messages that were already written on a given thread whenever you merge two threads? (what happens know is that every staff's private message that was already posted will be deleted when you merge two - or more - threads...)


Thank you so VERY MUCH for all your work on this EXCELLENT Hack! :up: :up:
Reply With Quote
  #83  
Old 11-24-2008, 04:20 PM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for update....... works on 3.7.4 now
Reply With Quote
  #84  
Old 12-02-2008, 11:33 PM
Audentio's Avatar
Audentio Audentio is offline
 
Join Date: Mar 2007
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works on 3.8.x.

However, I didnt like the height. Despite editing it in the acp, I added a dropdown fuction so staff who don't care to make comments or at least not at that time (in other words, they can call on it), I made this modification:

THREADCOMMENT:
Code:
<table border="0" cellpadding="0" cellspacing="0" width="80%" align="center">
<tbody>
	<tr>
		<td class="thead" colspan="5">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('threadcomment')"><img id="collapseimg_threadcomment" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_threadcomment].gif" alt="" border="0" /></a>
			Staff Comments
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_threadcomment" style="$vbcollapse[collapseobj_threadcomment]">
<tr>
		<td>
			<if condition="$threadinfo[threadcomments] > 0">
				<if condition="$show['morethreadcomments']">
					<div align="center"><a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]&amp;showall=1">[$vbphrase[threadcomments_more]]</a></div>
				</if>
				<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
					$commentbits
				</table>
			</if>
			<if condition="THIS_SCRIPT != 'postings'">
			<div align="center" style="margin-top: 10px;">
			<form name="threadcomment" action="showthread.php" method="post">
			<input type="hidden" name="s" value="$session[sessionhash]" />
			<input type="hidden" name="t" value="$threadinfo[threadid]" />
			<input type="hidden" name="addcomment" value="1" />
                        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
			<input type="hidden" name="page" value="$page" />
			<input name="threadcomment" size="80" class="bginput"></textarea><button type="submit" class="button">$vbphrase[add]</button>
			</form>
			</div>
			<else />
			<br />
			</if>
		</td>
	</tr>
</tbody>
</table>
threadcommentbit:
Code:
<tr>
<if condition="$vbulletin->options['threadcomments_time']">
	<td class="alt1">$comment[username]</td>
	<td class="alt2" width="15%">$comment[date]</td>
<else />
	<td class="alt2">$comment[username]</td>
</if>
	<td class="alt1" width="100%" <if condition="!$show['threadcommentdelete']">colspan="2"</if>>$comment[comment]</td>
	<if condition="$show['threadcommentdelete']">
	    <td class="alt2"><a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]&deletecomment=1&commentid=$comment[threadcommentid]">X</td>
	</if>
</tr>
threadcomment bit just took away the valign="top" as thats not necessary, it looks better centered, but if you use this I dont expect you to need to update that if you don't want to.

Toggling the menu hides the whole hack until you want to use it.
Reply With Quote
  #85  
Old 04-07-2009, 06:12 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
Thanks what I needed
Reply With Quote
  #86  
Old 04-14-2009, 02:01 PM
bigcurt's Avatar
bigcurt bigcurt is offline
 
Join Date: Nov 2004
Location: KierDarby.php
Posts: 1,009
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Audentio View Post
Works on 3.8.x.

However, I didnt like the height. Despite editing it in the acp, I added a dropdown fuction so staff who don't care to make comments or at least not at that time (in other words, they can call on it), I made this modification:

THREADCOMMENT:
Code:
<table border="0" cellpadding="0" cellspacing="0" width="80%" align="center">
<tbody>
    <tr>
        <td class="thead" colspan="5">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('threadcomment')"><img id="collapseimg_threadcomment" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_threadcomment].gif" alt="" border="0" /></a>
            Staff Comments
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_threadcomment" style="$vbcollapse[collapseobj_threadcomment]">
<tr>
        <td>
            <if condition="$threadinfo[threadcomments] > 0">
                <if condition="$show['morethreadcomments']">
                    <div align="center"><a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]&amp;showall=1">[$vbphrase[threadcomments_more]]</a></div>
                </if>
                <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
                    $commentbits
                </table>
            </if>
            <if condition="THIS_SCRIPT != 'postings'">
            <div align="center" style="margin-top: 10px;">
            <form name="threadcomment" action="showthread.php" method="post">
            <input type="hidden" name="s" value="$session[sessionhash]" />
            <input type="hidden" name="t" value="$threadinfo[threadid]" />
            <input type="hidden" name="addcomment" value="1" />
                        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
            <input type="hidden" name="page" value="$page" />
            <input name="threadcomment" size="80" class="bginput"></textarea><button type="submit" class="button">$vbphrase[add]</button>
            </form>
            </div>
            <else />
            <br />
            </if>
        </td>
    </tr>
</tbody>
</table>
threadcommentbit:
Code:
<tr>
<if condition="$vbulletin->options['threadcomments_time']">
    <td class="alt1">$comment[username]</td>
    <td class="alt2" width="15%">$comment[date]</td>
<else />
    <td class="alt2">$comment[username]</td>
</if>
    <td class="alt1" width="100%" <if condition="!$show['threadcommentdelete']">colspan="2"</if>>$comment[comment]</td>
    <if condition="$show['threadcommentdelete']">
        <td class="alt2"><a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]&deletecomment=1&commentid=$comment[threadcommentid]">X</td>
    </if>
</tr>
threadcomment bit just took away the valign="top" as thats not necessary, it looks better centered, but if you use this I dont expect you to need to update that if you don't want to.

Toggling the menu hides the whole hack until you want to use it.
That is kick ass! Thanks so much.
Reply With Quote
  #87  
Old 07-09-2009, 07:12 AM
Excalibur82 Excalibur82 is offline
 
Join Date: Dec 2008
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vithorius View Post
Hi! I've got some ideas to improve this GREAT hack!


Would it be possible to add some way of notification when there is a new reply on the Private Comments? Sometimes we just don't read each other messages because the replys are on top of the thread, and the new thread's messages button will not show what's on top of the thread... (I don't know if you can understand my idea...)

So, it ouwld be perfect to include some kind of notification, so that the Admins and Moderators can see that the other guys from the team has writen something...


Also, would it be possible to correctly manage the private messages that were already written on a given thread whenever you merge two threads? (what happens know is that every staff's private message that was already posted will be deleted when you merge two - or more - threads...)


Thank you so VERY MUCH for all your work on this EXCELLENT Hack! :up: :up:
On the first one I have managed to edit this to work with PM notification with option to opt out of using PM notification. The second option I have not looked into as of yet but will do that as soon as I have a chance.
Reply With Quote
  #88  
Old 08-12-2009, 04:02 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installing it adds a second nav bar and forum description at the bottom of the thread just above the quick reply box, anyone got any ideas why?
Reply With Quote
  #89  
Old 02-08-2010, 03:04 PM
Supramania's Avatar
Supramania Supramania is offline
 
Join Date: Mar 2006
Location: Woodstock, GA
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance of porting this to 4.0? My staff relied heavily on this prior to the upgrade and we really miss it.
Reply With Quote
  #90  
Old 02-08-2010, 06:22 PM
btotw btotw is offline
 
Join Date: Dec 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Supramania View Post
Any chance of porting this to 4.0? My staff relied heavily on this prior to the upgrade and we really miss it.
Fa real. Will this be ported to 4.0?
Reply With Quote
  #91  
Old 03-06-2010, 12:05 PM
btotw btotw is offline
 
Join Date: Dec 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This will never get updated to 4.0 will it...?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07924 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete