######################################################## ## Mod Title: Table Widths With Images In Posts ## Mod Version: 1.0.0 ## Author: AJ Quick, (http://www.ajquick.com/) ## ## Description: ## This mod will fix the problem of table stretching when ## an image is posted. It was designed for PHPBB 2.0+ ## ## Installation Level: Easy ## Installation Time: 1-2 Minutes ## Files To Edit: 1 ## /templates/SubSilver/Viewtopic_body.tpl ## ######################################################## # #-----[ OPEN ]------------------------------------------ # templates/SubSilver/Viewtopic_body.tpl # #-----[ FIND: ]------------------------------------------ # {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} # #-----[ BEFORE ADD: ]------------------------------------------ # # #-----[ AFTER THAT FIRST PART ADD: ]------------------------------------------ #
# That's It! # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM