Is possible replace User Avatar with Clock (Digital, analog) in Welcome Mod?
I mean a swf or Java embedded solution or HTML code.
Thanks
Clock - Replacing Avatar
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Clock - Replacing Avatar
Open: styles/prosilver/template/index_body.html
Find:
Replace with:
Find:
Code: Select all
<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
Code: Select all
<object type="application/x-shockwave-flash" data="{ROOT_PATH}images/clock.swf" height="100" width="100">
<param name="wmode" value="transparent">
<param name="movie" value="{ROOT_PATH}images/clock.swf">
</object>
Clock - Replacing Avatar
Can't find clock.swf, was it with one of the other mods, or should it be standard with phpbb?
Clock - Replacing Avatar
You'll find in Portal3 MOD. Download it and select the only one *swf and save where you wish ) i.g. ./imagesMartin_K wrote:Can't find clock.swf, was it with one of the other mods, or should it be standard with phpbb?