I Know....Lightfeather wrote:The happy anniversary mod will only display something if someone has an anniversary that day, otherwise nothing will display.
whohooo even betterRequirements: phpBB 3.1.0 or 3.2.0-RC1
Hi uruguayito, do you see:uruguayito wrote:I Know....Lightfeather wrote:The happy anniversary mod will only display something if someone has an anniversary that day, otherwise nothing will display.
I have more than 5.000 users in my forum.
Every day I had new registers for the past 2 years..... but nothing display with this
data_vinabb_happyanniversary_data.php
in directory cache/
?a:0:{}
: This ext is working but today has nothing to display.Thanks you KuKaRaul [ThE KuKa] wrote:"PR" Spanish translation ready.
Code: Select all
a:4:{i:3261;a:3:{s:8:"username";s:16:"Ana Maria Rivera";s:11:"user_colour";s:6:"003300";s:5:"years";i:1;}i:3270;a:3:{s:8:"username";s:6:"Pelusa";s:11:"user_colour";s:6:"003300";s:5:"years";i:1;}i:3274;a:3:{s:8:"username";s:12:"carloszamora";s:11:"user_colour";s:6:"0066FF";s:5:"years";i:1;}i:3275;a:3:{s:8:"username";s:8:"tjjeremy";s:11:"user_colour";s:6:"0066FF";s:5:"years";i:1;}}
If I understand this extension correct, it only display a notification and send mail to the user who has anniversary.uruguayito wrote:Hi nedka,
1 yes
2 yes
3 yes
4 .... 4 line today is:Code: Select all
a:4:{i:3261;a:3:{s:8:"username";s:16:"Ana Maria Rivera";s:11:"user_colour";s:6:"003300";s:5:"years";i:1;}i:3270;a:3:{s:8:"username";s:6:"Pelusa";s:11:"user_colour";s:6:"003300";s:5:"years";i:1;}i:3274;a:3:{s:8:"username";s:12:"carloszamora";s:11:"user_colour";s:6:"0066FF";s:5:"years";i:1;}i:3275;a:3:{s:8:"username";s:8:"tjjeremy";s:11:"user_colour";s:6:"0066FF";s:5:"years";i:1;}}
But I don't undestand what is wrong...... can you help me???
There are 2 common reasons:uruguayito wrote:But I don't undestand what is wrong...... can you help me???
index_body_stat_blocks_after
in the style you are using: styles/.../template/index_body.html
. If yes, just add it:
Code: Select all
<!-- EVENT index_body_stat_blocks_after -->
ext/vinabb/happyanniversary/styles/all/template/event/index_body_stat_blocks_after.html
and add directly to index_body.htmlthanks nedka for your help...nedka wrote: 2. A conflict with other extensions. Can you give me list of installed extensions which display on the index page?