Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

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
  #42  
Old 11-30-2006, 04:46 AM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was thinking that if you can make something like this then making a whisper hack would be possible.
Meaning members could send a private note to another member within a thread. Like someone could whisper to DChapman after this post that my idea is silly and he should ignore it. And only DChapman could see it.
Reply With Quote
  #43  
Old 11-30-2006, 05:11 AM
Shelley_c's Avatar
Shelley_c Shelley_c is offline
 
Join Date: Jan 2006
Location: United Kingdom
Posts: 1,992
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DChapman View Post
If someone would like to make a small icon for forumdisplay.php that signifies that there is a staff comment in the thread, we'll look into making that request happen this weekend. Our graphic guy is on vacation.

We're also going to look into adding the option to make the box appear at the bottom of the thread.
What kind of image were you thinking of? If your still needing an icon let me know what you need and the dimensions and I can knock something up.
Reply With Quote
  #44  
Old 11-30-2006, 05:40 AM
Zoints Zoints is offline
 
Join Date: Feb 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shelley_c View Post
What kind of image were you thinking of? If your still needing an icon let me know what you need and the dimensions and I can knock something up.
Actually, we've decided we'll just use a default vBulletin image to avoid the trouble of the upload. But thank you for the offer!
Reply With Quote
  #45  
Old 12-10-2006, 06:09 PM
OmniBuzz OmniBuzz is offline
 
Join Date: Nov 2006
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I change the "Add" label in something else ?

Code:
<textarea name="threadcomment" cols="80" rows="3" class="bginput"></textarea><button type="submit" class="button">$vbphrase[add]</button>
Thanks.
Reply With Quote
  #46  
Old 01-28-2007, 02:42 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yesfans View Post
Anyway the entry box can have a space added below it. It sits right on top my forums, looks silly.
This one is easy. Edit product-zointsthreadcomments-1.2.0.xml as follows:

1. Find

Code:
	<templates>
		<template name="THREADCOMMENT" templatetype="template" date="1142603058" username="Who" version="1.2.0"><![CDATA[<table border="0" cellpadding="0" cellspacing="0" width="80%" align="center">
	<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="page" value="$page" />
			<textarea name="threadcomment" cols="80" rows="3" class="bginput"></textarea><button type="submit" class="button">$vbphrase[add]</button>
			</form>
			</div>			<else />
			<br />
			</if>
		</td>
	</tr>
</table>]]></template>
Note the part highlighted in red.

Add

Code:
<br />
between "</form>" and "</div>".

Save. Reimport the product using "Overwrite".

Quote:
Originally Posted by SportsZone View Post
This hack is a great idea, but I think it would be better if this mod used BB code and it was coded in a way which only admin/mods could see. This way, you can add comments to posts, which only the site staff can see, instead of saying something above the first post, which imo, is quite inconvenient. I'm not sure if it's possible to create, but it would be a great hack.
Re-read the thread. It already does both of those things.

Quote:
Originally Posted by Twilkey SRT View Post
I have two input boxes for some reason and when I add a comment it adds it twice. Can you help please.
You imported the product and then also did the manual edits. Go back to the readme.txt file and delete those two manual edits.
Reply With Quote
  #47  
Old 02-10-2007, 12:38 AM
jerudc jerudc is offline
 
Join Date: Feb 2005
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is the suggestion of Revpolar's "Whisper" possible? I'd love to have something like that on my board.

Is there a way to make a mod so a user can type something in a post so only the other user mentioned (and the moderator and Admins) can read it? Like the following example.

Jenny walks into the room and saunters up to Billy [whisper Billy] "Hey, do you want to go play cards?" [/whisper]

Billy would see: Jenny walks into the room and saunters up to Billy "Hey do you want to go play cards?"

Everyone else would see: Jenny walks into the room and saunters up to Billy WHISPER TO BILLY

Just wondering if this was even possible.
Reply With Quote
  #48  
Old 02-10-2007, 12:57 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Just wondering if this was even possible.
I'm just wondering if this is even desirable.... on a forum. Isn't that what IRC and IMs are for?
Reply With Quote
  #49  
Old 02-10-2007, 07:13 AM
Spank Spank is offline
 
Join Date: Jan 2007
Location: Scotland
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack, will come in useful for e-dramas =D

Just a suggestion: I think it would make it tidier if there was a button for Staff Comments which you could click, it would then take you to another page where you could add and view comments for that particular thread (just like how the user notes works)



Quote:
Originally Posted by GSX-Racing View Post
Is there any way we could have a little text above the box saying 'Moderator Notes:" or something?
Here's how I did it, very simple even for a n00b like me:

Open product-zointsthreadcomments-1.2.0.xml

Find:

Code:
<template name="THREADCOMMENT" templatetype="template" date="1142603058" username="Who" version="1.2.0"><![CDATA[<table border="0" cellpadding="0" cellspacing="0" width="80%" align="center">
	<tr>
find in line:
Code:
<![CDATA[
inline after add:
Code:
<b>Staff Comments:<b>
so you have:

Code:
<template name="THREADCOMMENT" templatetype="template" date="1142603058" username="Who" version="1.2.0"><![CDATA[<b>Staff Comments:</b><table border="0" cellpadding="0" cellspacing="0" width="80%" align="center">
	<tr>
Save, reimport product remembering to allow overwrite.
Reply With Quote
  #50  
Old 02-10-2007, 01:41 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good idea, Spank.

I made one change for my moderators:

Code:
<b>Staff Comments (hidden):<b>
Reply With Quote
  #51  
Old 02-10-2007, 10:28 PM
jerudc jerudc is offline
 
Join Date: Feb 2005
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I'm just wondering if this is even desirable.... on a forum. Isn't that what IRC and IMs are for?
I run a Play by Post site. It would be VERY desirable. It would lend to more efficient roleplay and keep everything in the storyline.
Reply With Quote
Reply

Thread Tools

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 11:23 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.06734 seconds
  • Memory Usage 2,320KB
  • 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
  • (8)bbcode_code
  • (8)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
  • (4)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