Read the statement by Michael Teeuw here.
How to add custom birthdays to the calendar module?
-
@doogy_rev no problem…
this last with the date next to the age, they are in teh same table cell, so I might have to make another columnI didn’t do the css for this.
-
I figured they were in the same cell since the colours are linked, but that’s beyond my feeble abilities …haha
This is where I am at, going to make some new icons to match the default, I found the one used, so just need to change the colours.
how do I change the cell height? I removed the existing icon and the cell height stayed the same? even changing the vertical height in the css made no difference. Also I assume the “Aug 12th” double entry’s are in the same cell, is it possible to put them in individual?
-
@doogy_rev yeh, two on the same day, should only have the date once…
for width I would look at google table cell width via css.
-
@doogy_rev fixed double date on same day and count plus 1
git pull
-
Unless I have done something dumb (which is entirely possible) this is whatI get, Count +1 seems to work (I am 1 entry less) but double date just removed the date not adding entry to a new table line.
-
@doogy_rev correct, the second person on the same birthday doesn’t get the date.
-
@doogy_rev does this look better…age and date split into separate columns
names in one column,
age in next
and date in next (only if dateformat is specified)no changes to css
-
@sdetweil that looks awesome, exactly how I was wanting it to look
-
although, thinking about it would it look better if of the age was directly following the name, and the date is fixed to the far right . .
doogyrev (47)___________Oct 12th
Dave (26)________________Jan 1stvs
doogyrev______(47) Oct 12th
Dave_____(26)______Jan 1stIf that ^^ makes sense?
-
@doogy_rev I didn’t change the css, but the age is now in a separate td, also sep from the date
so try this
git pull
also ACTUALLY fixed the count… I was counting things that wouldn’t display… oops…