The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Zoints Private Thread Comments for Staff Details »» | |||||||||||||||||||||||||
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
|
Comments |
#42
|
|||
|
|||
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. |
#43
|
||||
|
||||
Quote:
|
#44
|
|||
|
|||
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!
|
#45
|
|||
|
|||
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> |
#46
|
|||
|
|||
Quote:
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]&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> Add Code:
<br /> Save. Reimport the product using "Overwrite". Quote:
You imported the product and then also did the manual edits. Go back to the readme.txt file and delete those two manual edits. |
#47
|
|||
|
|||
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. |
#48
|
|||
|
|||
Quote:
|
#49
|
|||
|
|||
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:
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> Code:
<![CDATA[ Code:
<b>Staff Comments:<b> 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> |
#50
|
|||
|
|||
Good idea, Spank.
I made one change for my moderators: Code:
<b>Staff Comments (hidden):<b> |
#51
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|