The result is when the mouse in on the cake image is :Replace the language with this in language>commnon.php :
Code: Select all
'VIEWTOPIC_BIRTHDAY' => 'Happy Birthday %s',
(I also changed in viewtopic as written in an previous page in viewtopic :Happy Birthday %s
Code: Select all
// viewtopic birthday
'BIRTHDAY_IMG' => $user_cache[$poster_id]['viewtopic_birthday'] ? $user->img('icon_birthday', sprintf($user->lang['VIEWTOPIC_BIRTHDAY'], $user_cache[$poster_id]['username'])) : false,
Code: Select all
%s
Same problem.mickeyr wrote:I have tried everything I saw posted and I show no birthday cake. I even set the birthday for the same day as a test and I still get nothing. Please help.
mickeyr wrote:I have tried everything I saw posted and I show no birthday cake. I even set the birthday for the same day as a test and I still get nothing. Please help.
It's working!same problem.
mine style is prosilver_se and use thai language.
in 'language/en/common.php' I'm already edit in 'language/th/common.php'.
in 'styles/prosilver/imageset/imageset.cfg' I also edit in 'styles/prosilver_se/imageset/imageset.cfg' and uploaded a 'styles/prosilver/imageset/icon_birthday.gif' to 'styles/prosilver_se/imageset/icon_birthday.gif'.
There's no cake appears.
I try to change a language from thai to english and change a style from 'prosilver_se' to 'prosilver'.
But it still not working.
Please help.
my forum: http://www.mpa-mba.com/community/index.php
Code: Select all
root\styles\prosilver\imageset\icon_birthday.gif
Code: Select all
img_icon_birthday = icon_birthday.gif*40*40
Thanks,iftitaj wrote:Seems like you have done all basic steps to find the problem. Why not post your viewtopic.html file's code here?