MOD download & history

This shoutbox, fully integrates in phpbb2, support smilies and bbcode
this shoutbox is a shoutbox written for phpbb2, therefor it makes uses of templates and language files

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

MOD download & history

Postby Niels on Sun 23. Feb, 2003 11:33

Code: Select all
##############################################################
## MOD Title:          Fully integrated shoutbox
## MOD Author:         Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description:    A fully phpBB2 enabled shoutbox witch support:
##                     database abstration layer, timezones, languages
##                     templates, smilies, BBcode, censored words and
##                     user/usergroups.
## MOD Version:        1.1.6
## MOD Compatibility:  2.0.0->2.0.6
##
## Installation Level: Intermediate
## Installation Time:  15 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit:      12
##      index.php
##      viewonline.php
##      admin/admin_board.php
##      admin/admin_db_utilities.php
##      admin/admin_users.php
##      includes/constants.php
##      includes/page_header.php
##      language/lang_english/lang_admin.php
##      language/lang_english/lang_main.php
##      templates/subSilver/index_body.tpl
##      templates/subSilver/subSilver.cfg
##      templates/subsilver/admin/board_config.tpl
##
## Included Files:     10
##      shoutbox_db_update.php
##      root/shoutbox.php
##      root/shoutbox_max.php
##      root/shoutbox_view.php
##      root/templates/subSilver/bbcode.js
##      root/templates/subSilver/shoutbox_body.tpl
##      root/templates/subSilver/shoutbox_max_body.tpl
##      root/templates/subSilver/shoutbox_max_guest_body.tpl
##      root/templates/subSilver/shoutbox_view_body.tpl
##      root/templates/subSilver/images/icon_censor.gif
##
###############################################

:arrow: To know the languages already available in the MOD archive, please click here

I have on request made this shoutbox.
There is already a shoutbox mod out there, but this is not written for phpbb2, and therefore does not support phpBB2 core functions.

this mods fully integrates into phpbb2, and allowing smilies, word censor, bbcode, timezones, languages files and templates - making this more compatible.

EDIT: this mod does from version 1.1.0. NO longer require my other MOD "extra permission" mod, this also removed the option to control per user/usergroup who may shout - this is now hard coded into the included files, by default
GUEST may view, while REG users have access to shout
only MOD and ADMIN may delete shouts - this can ofcouse easyly be modifyed, so e.g. only REG users see the shout.


remember if you download this mod, then mark this thread as "notify on reply", you will then recive a email notification, if I later post upgrade information :D
Last edited by Niels on Sun 04. Sep, 2005 23:20, edited 21 times in total.
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby carloclaessen on Sun 23. Feb, 2003 13:06

sorry, you forgot the dbase querrie!!!
carloclaessen
Poster
Poster
 
Posts: 97
Joined: Mon 16. Dec, 2002 01:38

Postby Niels on Sun 23. Feb, 2003 13:13

I have locked this topic, plaes start a new topic instead....

yest you are rigth, I have updated the zip
new version is 0.9.1
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Wed 26. Feb, 2003 12:45

I have uploaded new version of "shoutbox.php" please update this file
this solves that users may "shout" by hitting enter
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

upgrade

Postby Niels on Fri 28. Feb, 2003 19:02

I have now updated the code for this mod new version is 0.9.2. - it now support "view back in time" this is done from the "max shoutbox"
the name "shoutbox" on the index, is a link leading to this maximized version....

to upgrade you must replace all the included file (you do not need to run the db_update.php file again)

in file index.php
Code: Select all
[FIND]
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),
'L_SHOUTBOX' => $lang['Shoutbox'],
'L_SHOUT_SUBMIT' => $lang['Go'],

[REPLACE WITH]
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),
'L_SHOUTBOX' => $lang['Shoutbox'],
'U_SHOUTBOX_MAX' => append_sid("shoutbox.$phpEx?max=400"),


in file constants.php
Code: Select all
[FIND]
define('PAGE_GROUPCP', -11);

[AFTER ADD]
define('PAGE_SHOUTBOX_MAX',-101);


in file index_body.tpl
Code: Select all
[FIND]
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="cattitle">
<tr>
   <td class="cattitle" width="170" valign="top">
<!-- Shoutbox -->
<table cellpadding="0" cellspacing="0" border="0" class="forumline" width="100%">
        <tr>
      <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle">{L_SHOUTBOX}</span></td>
   </tr>
   <tr>
      <td>
          <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="240" frameborder="0" marginheight="0" marginwidth="0"></iframe>
      </td>
   </tr>
      </table>
    <br/>
<!-- Shoutbox -->
</td>
      <td class="cattitle" valign="top" >&nbsp;</td>
      <td class="cattitle" valign="top" >

[REPLACE WITH]
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="cattitle">
<tr>
   <td class="cattitle" width="170" valign="top">
<!-- Shoutbox -->
      <table cellpadding="0" cellspacing="0" border="0" class="forumline" width="100%">
           <tr>
         <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td>
      </tr>
      <tr>
         <td>
          <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="280" frameborder="0" marginheight="0" marginwidth="0"></iframe>
         </td>
      </tr>
          </table>
<!-- Shoutbox -->
<br/>
</td>
<td class="cattitle" valign="top" >&nbsp;</td>
<td class="cattitle" valign="top" >


you have now upgraded ! go check the new features
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Fri 28. Feb, 2003 19:43

I have now updated the included files, please update - this solves a isue about guest users viewing max shoutbox
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Tue 04. Mar, 2003 17:37

I have found, that after making it posible to post bbcode and other stuff, the max length of a shout could easyly grov larger than the 255 char limit in the database structure, therefore you need to perfom this DB change:

Code: Select all
ALTER TABLE prefix_shout CHANGE shout_text shout_text TEXT NOT NULL


make shure to add the prefix you are using instead of "prefix_"

also update the included file shoutbox.php to newest version (ver 0.9.5.)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Wed 12. Mar, 2003 01:20

the shoutbox.php file have been updated, new version of this file is 0.9.6.
please update this
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Next

Return to Fully integrated shoutbox [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 3 guests

cron