like on here..look but can;t find it
Welcome to our newest member help
Welcome to our newest member help
can someone show me how to edit the Welcome to our newest member
like on here..look but can;t find it
like on here..look but can;t find it
Re: Welcome to our newest member help
Its this https://www.phpbb.com/customise/db/mod/ ... est_member with a little bit of easy editing on the text and image.
Re: Welcome to our newest member help
link not working...will look around tyLDM wrote:Its this https://www.phpbb.com/customise/db/mod/ ... est_member with a little bit of easy editing on the text and image.
Re: Welcome to our newest member help
sp0k wrote:link not working...will look around tyLDM wrote:Its this https://www.phpbb.com/customise/db/mod/ ... est_member with a little bit of easy editing on the text and image.
have not find a mod for this but i find this
Open/language/en/common.php file.
find:
Code: Select all
'NEWEST_USER' => 'Our newest member <strong>%s</strong>',Code: Select all
'NEWEST_USER' => 'Our newest member <strong>%s</strong> is buying the <img src="http://www.your_website_name.com/images/smilies/the_name_of_the_smile_to_use.gif" alt="*" />' ,Code: Select all
http://www.your_website_name.com/images/smilies/the_name_of_the_smile_to_use.Or hot link it from richs forum, Use this edit:
Code: Select all
'NEWEST_USER' => 'Our newest member <strong>%s</strong> is buying the <img src="http://rmcgirr83.org/images/smilies/emoticon-0167-beer.gif" alt="beer" />',Steve©
p.s i have not try this don't know if it will work
Re: Welcome to our newest member help
That's it, it will work. Its not far off what I used.
Re: Welcome to our newest member help
ok ty got it working ..how do i change the icon..
im trying to add this icon

here is my code
im trying to add this icon

here is my code
Code: Select all
=> 'Our newest member <img src="images/heart.gif" alt="welcome" /><strong>%s</strong>is buying the<img src="images/heart.gif" alt="welcome" />',Re: Welcome to our newest member help
You just upload the pic to /images via ftp and change the filename here:
Code: Select all
<img src="images/heart.gif"
