##############################################################
## MOD Title: Topic Preview
## MOD Author: kvfb97 < info@kvfb97.co.uk > (Robert Dougan) http://www.kvfb97.co.uk
## MOD Description: This MOD will add a topic preview box to the viewforum.php page
##                  when you roll over a topic name. It shows bbcode and emotions
##					within the preview with the option to be able to change them
##					within the ACP, aswell as the length and with of the preview box.
## MOD Version: 0.5
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: templates/ca_aphrodite/viewforum_body.tpl
## Included Files: overlib.js
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Tested with phpBB 2.0.19
## Homepage of this MOD: http://www.kvfb97.co.uk
## Compatable with EasyMOD beta (0.3.0)
##
## This MOD use Overlib 4.21 (C) by Erik Bosrup. View more info in overlib.js 
##############################################################
## MOD History:
##
##   2005-12-27 - Version 0.0.1
##      - First version of this MOD
##
##   2005-12-28 - Version 0.2
##      - Fixed a issue with announcements.
##      - Edited the install file and where the overlib.js file is now placed.
##      - Adding upgrading files, and install instructions for other styles.
##      - Added 'Topic Preview' into the lang_main file (thanks to Bicet ;o))
##
##   2005-12-28 - Version 0.3
##      - Added <br /> tags
##
##   2005-12-28 - Version 0.4
##      - Error with '
##
##   2005-12-28 - Version 0.5
##      - Fixed the install file.
##		- Added settings that you can change within your board config (lenght, width,
##		  allow smiles, allow bbcode)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
# 
#-----[ OPEN ]------------------------------------------ 
#
templates/ca_aphrodite/viewforum_body.tpl

# 
#-----[ FIND ]------------------------------------------ 
#
<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>

# 
#-----[ IN-LINE FIND ]------------------------------------------ 
#
"{topicrow.U_VIEW_TOPIC}"


# 
#-----[ IN-LINE AFTER, ADD ]------------------------------------------ 
#
 onmouseover="return overlib('<table cellspacing=0 width=100% class=forumline><tr><th>{L_TOPIC_PREVIEW}</th></tr><tr><td class=post-text align=left><span class=gensmall>{topicrow.TOPIC_PREVIEW}</span></td></tr></table>', WIDTH, {TP_WIDTH})" onmouseout="return nd();"

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM