Coming birthdays fix

hi i have installed Coming birthdays and its a great add-on to my site

but its have a bug that the thumbnails have no space between them.

so i fixed the "in a few days" section like this :

1) go to modules->andrew->birthblock->classes->ABirthBlockModule.php

2)go to line 180 and change this line:

$sSubCode .= '<div>' . get_member_thumbnail($aData['ID'], 'none', true) . '</div>';

into this:

$sSubCode .= '<div class="bx-def-margin-sec-top">' . get_member_thumbnail($aData['ID'], 'none', true) . '</div>';

 

this will space up the "in a few days" thumbnail to look better.

 

BUT there is another section that shows the "Today" and i don't know how to change it.

i think the block comes from db...

anyway if someone have any idea that will be great.

Always remember that the future comes one day at a time.
Quote · 18 Apr 2015

thanks to Andrew (the module developer) the fix of the Today section goes like this:

1) find the code in line 138: 

$sCode .= get_member_thumbnail($aData['ID'], 'none', true);

2)replace it into this:

$sCode .= '<div class="bx-def-margin-sec-top">' . get_member_thumbnail($aData['ID'], 'none', true) . '</div>';


thanks 

:)

Always remember that the future comes one day at a time.
Quote · 19 Apr 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.