Awesome mod, I have found it very versitile, and have put it into a portal block so that it is seen throughout the forum, as well as made blocks for other parts of my site, as long as they sign into the forum first.
I also added a font color choice (which the users LOVE) and changed quote to url, since quote seems odd to have in shout, yet url is handy for instant communications.
If anyone is interested in seeing my changes, my forum is at h**p://abetterplace2b.com/phpBB2
I am confused tho, as much as I have been able to change, of the following:
likeatim wrote:point your browser to shoutbox_max.php
censoring, deleting, etc. - all there

After installing it on a couple of forums, I find it has censor, delete, and IP. And that is the coding I see in shoutbox_max.php.
Yet in shoutbox_max_body.tpl I see the following code:
- Code: Select all
<tr>
<td width="100%"><a href="{shoutrow.U_MINI_POST}"><img src="{shoutrow.MINI_POST_IMG}" width="12" height="9" alt="{shoutrow.L_MINI_POST_ALT}" title="{shoutrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {shoutrow.TIME}</span></td>
<td valign="top" align="right" nowrap="nowrap">{shoutrow.QUOTE_IMG}{shoutrow.EDIT_IMG}{shoutrow.CENSOR_IMG}{shoutrow.DELETE_IMG}{shoutrow.IP_IMG}</td></form>
</tr>
I see no reference to {shoutrow.QUOTE_IMG} or {shoutrow.EDIT_IMG}.
I am interested in users being able to edit a mistake in their shout, and it seems at one point it was a consideration.
Any thoughts on this?