|
| Author |
Message |
~HG~
Joined: 25 Sep 2005
Posts: 423
Location: Australia
|
Posted: 2/11/2006, 3:09 am Post subject: Another question about a mod. |
|
|
I have found this mod
| Code: |
##############################################################
## MOD Title: Author name under Topic name [2.0.11]
## MOD Author: Hank < jasperdunk211[at]hotmail.com > http://www.final-flash.nl/finalphpbb/
##
## MOD Description: This mod will place the author name under
## the topic title.
##
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 1 Minute
## Files To Edit: (1)
## - templates/subSilver/viewforum_body.tpl
## Included Files: (n/a)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: Empty 'REPLACE WITH' codes means remove the line.
##
##############################################################
## MOD History:
##
## 2005-02-15 - Version 1.0.0
## - First version released !
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th>
#
#-----[ REPLACE WITH ]------------------------------------------
#
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{topicrow.GOTO_PAGE}
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
{topicrow.TOPIC_AUTHOR} |
#
#-----[ FIND ]------------------------------------------
#
<td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM |
and as you will notice there are two instances of find and replace where the replace does not show anything at all.
Would I be right in guessing that those lines should be deleted or cut with // and // ? _________________ ~HG~
|| Click here to view all my phpBB Communities || |
|
| Back to top |
|
 |
~HG~
Joined: 25 Sep 2005
Posts: 423
Location: Australia
|
Posted: 2/11/2006, 3:17 am Post subject: |
|
|
I have removed both lines and it appears to work OK to me.
Now having seen this mod I am interested in having the authors name show in each POST next to the title.
The only problem I see with that is that the title is restricted in character length so it may not be as easy to work out as it looks.
Any takers on the idea ? _________________ ~HG~
|| Click here to view all my phpBB Communities || |
|
| Back to top |
|
 |
|