Install for Quick ShoutBox 1.0.1 by noppid

1) 
a)Create a forum for the shoutbox in your ACP. Put it in any parent.
Use these settings...

Posting Options
    Act as Forum (Will act as category if no): Yes
    Forum is Active (Will not appear if set to no, but remains accessible if the forum's URL is known): No
    Forum is Open (Set this to 'No' to prevent any new posts being made in this forum): Yes
    Index New Posts in Search Engine (Setting this to 'No' will prevent 
    anyone from being able to search in this forum): No

Enable / Disable Features
    Allow HTML: No
    Allow BB Code:Yes
    Allow [IMG] Code: No
    Allow Smilies: Yes
    Allow Post Icons: Yes
    Allow Thread Ratings in this Forum: Yes
    Count Posts Made in this Forum Towards User Post Counts: No
    Show this Forum and Child Forums on the Forum Jump Menu: Yes 

b)Now Set Custom Forum Permissions in your ACP

Forum Viewing Permissions
    Can View Forum: Yes
    Can View Thread Content: Yes
    Can View Others' Threads: Yes    
    Can Use Email to Friend:  No 
    Can Download Attachments: Yes    
    Can See Deletion Notices:  No 

Forum Searching Permissions
    Can Search Forums: No

Post / Thread Permissions
    Can Post Threads: No 
    Can Reply to Own Threads: Yes    
    Can Reply to Others' Threads: Yes 
    Can Edit Own Posts: Yes 
    Can Delete Own Posts: Yes 
    Can Delete Own Threads: No 
    Can Open / Close Own Threads: No 
    Can Move Own Threads: No 
    Can Rate Threads: Yes 
    Follow Forum Moderation RulesIf no, posts are always placed into moderation queue: Yes 

Attachment Permissions
    Can Upload Attachments: No 

Poll Permissions
    Can Post Polls: No 
    Can Vote on Polls: Yes

c) Remember the Forum ID
d) Now put one thread in this forum titled "Welcome to the ShoutBox"

2)  ADD NEW PRODUCT
    In the ACP under Plugin system, click manage products.
    Click [Add/Import Product].
    Under "Import Product" Click Browse.
    Locate quickshoutbox_product.xml and select this file.
    Then click "import".
    The plugins and ACP settings are now installed and active. 

3)Modify "editpost" template 

Locate: 
<!-- subject field -->

Add Above: 
<if condition="!$ShoutBox">

Locate: 
<!-- / subject field -->

Add Below: 
<else />
<br />
</if>


4)Modify "new posting templates -> newreply" template 

Locate: 
<!-- subject field -->

Add Above: 
<if condition="!$ShoutBox">

Locate: 
<!-- / subject field -->

Add Below: 
<else />
<br />
</if>

5) Modify forum home template.

Locate: 
$navbar

Add Below:
<!-- shoutbox plugin by noppid of the computer help forum www.cpurigs.com  -->
<if condition="$shoutForumId">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
 <tr>
  <td class="thead" width="100%">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_quickshout')"><img id="collapseimg_forumhome_quickshout" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_quickshout].gif" alt="" border="0" /></a>
  
<b><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$shoutForumId">$vbphrase[QSB_shoutbox]</a></b>&nbsp;
  <if condition="$bbuserinfo[userid]">
  [<a href="$vboptions[bburl]/newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$spostid"  rel="nofollow">$vbphrase[QSB_shout_back]</a>]&nbsp;
</if>  
<if condition="$sowner">
  [<a href="$vboptions[bburl]/editpost.php?$session[sessionurl]do=editpost&p=$spostid" rel="nofollow">$vbphrase[QSB_edit_shout]</a>]
  </if>
  </td>
 </tr>
</tbody>
<tbody id="collapseobj_forumhome_quickshout" style="$vbcollapse[collapseobj_forumhome_quickshout]">
 <tr valign="top">
  <td class="alt1" width="100%" align="left">
  <b>$vbphrase[QSB_shout_by] <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$shouterid">$shouter</a></b> - <span class="smallfont">$spostdate</span><br />
  <hr />
  $latestshout
  <hr />
  <div class="smallfont" align="right"><b>Bogor Family</a></b></div>  </td>
 </tr>
</tbody>
</table>
</if>
<!-- /shoutbox plugin by noppid of the computer help forum www.cpurigs.com  -->

6) Go to your vbulletin options and enable the Quick Shout Box and 
   set the shout box forum ID.

Done!

=============================================================================

Upgrade from 1.0.1 to 1.0.2 AND 1.0.2 to 1.0.3

1) Uninstall the 1.0.1 Quick ShoutBox product from your ACP using the Plugin System.
    In the ACP under Plugin system, click manage products.
    Select Uninstall for the Quick ShoutBox product and confirm.

2) Install the 1.0.2 Quick ShoutBox product 
    In the ACP under Plugin system, click manage products.
    Click [Add/Import Product].
    Under "Import Product" Click Browse.
    Locate quickshoutbox_product.xml and select this file.
    Then click "import".
    The plugins and ACP settings are now installed and active. 

3) Go to your vbulletin options and enable the Quick Shout Box and 
   set the shout box forum ID.


Upgrade from 1.0.0 to 1.0.1 AND 1.0.0 to 1.0.2 AND 1.0.0 to 1.0.3

1) Uninstall the 1.0.0 Quick ShoutBox product from your ACP using the Plugin System.
    In the ACP under Plugin system, click manage products.
    Select Uninstall for the Quick ShoutBox product and confirm.

2) Install the 1.0.1 Quick ShoutBox product 
    In the ACP under Plugin system, click manage products.
    Click [Add/Import Product].
    Under "Import Product" Click Browse.
    Locate quickshoutbox_product.xml and select this file.
    Then click "import".
    The plugins and ACP settings are now installed and active. 

3) Go to your vbulletin options and enable the Quick Shout Box and 
   set the shout box forum ID.

4) Remove the code in your forum home template that starts with
   	
      <!-- shoutbox plugin by noppid of the computer help forum www.cpurigs.com  -->
   
   and ends with
 
      <!-- /shoutbox plugin by noppid of the computer help forum www.cpurigs.com  -->


5) Replace forum home template code with the code under 
   "5) Modify forum home template." above.

Done!
