Help with small modification to v1.6 script
Posted: Sun Jul 12, 2009 5:32 pm
Version of script: 1.6 (best yet)
I have a question about the small modification of the gbook.php script.
Where the comments section of the guestbook contains the word 'Comments;' In version 1.5 I modified it to say {username} said...
I found line 524 in v1.6 which displays the (T16) comment but have failed to work out how to modify the below code to include the users name before t16.
<td class="upper" style="width:65%"><b>'.$lang['t16'].'</b></td>
Do I need to add another variable to $name to display the username before the t16 comment?
Can you help?
Thanks in advance for any help with this.
I have a question about the small modification of the gbook.php script.
Where the comments section of the guestbook contains the word 'Comments;' In version 1.5 I modified it to say {username} said...
I found line 524 in v1.6 which displays the (T16) comment but have failed to work out how to modify the below code to include the users name before t16.
<td class="upper" style="width:65%"><b>'.$lang['t16'].'</b></td>
Do I need to add another variable to $name to display the username before the t16 comment?
Can you help?
Thanks in advance for any help with this.