https://www.icyphoenix.com/viewtopic.php?f=32&t=6375&p=43527#p43527
-----------------------------------
Mighty Gorgon
Thu 27 Aug, 2009 21:15

Re: How Do I Add Website Button Under Post?
-----------------------------------
Are you using phpBB 3 right?

You are posting in the wrong forum... but I'll move it.

I never noticed that WWW button is missed in subSilver 2...

Anyway you may want to add something like this in [b]viewtopic_body.html[/b]

FIND
[codeblock]<!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;[/codeblock]
ADD AFTER
[codeblock]<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->&nbsp;[/codeblock]


