inherit
31888
0
Aug 20, 2024 2:26:05 GMT -8
Pharmerphil
593
October 2004
pharmerphil
|
Post by Pharmerphil on Nov 9, 2015 3:55:50 GMT -8
I have a code that I got here..quite some time ago.... I have been so busy lately that I did not realize the birthday button was not showing the birthdays..But today, I knew a member had a birthday..it does show on the calendar..but not in the bar..next to the "Participated button" Recent Posts and Recent Threads is working correctly however I cannot remember where I got this code...But If someone could help please..Here is the code I have in the global headers and a screenshot below <script>
$(function(){ var recent = $("a.recent-threads-button");
recent.clone().attr("href", "/threads/recent").html("Recent Threads").insertBefore($("#navigation-tree")); recent.clone().attr("href", "/posts/recent").html("Recent Posts").insertBefore($("#navigation-tree")); recent.clone().attr("href", "/members?view=birthdays").html("Today's Birthdays").insertBefore($("#navigation-tree")); });
</script>
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 24, 2024 12:05:44 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 9, 2015 8:56:39 GMT -8
Hi, PharmerphilGlobal Headers I just tested the code on my test forum and all the buttons seem to work when clicked on If a member or members have a birthday today it will list the usernames - if no birthdays it will say no members found Could it be that member has chosen not to display birthday... Screenshot showing birthday today Steve
|
|
inherit
31888
0
Aug 20, 2024 2:26:05 GMT -8
Pharmerphil
593
October 2004
pharmerphil
|
Post by Pharmerphil on Nov 21, 2015 4:39:55 GMT -8
Thanks for your reply and sorry for the time it took me to get back here...life intervened ..all seems to be well now, the member I mentioned is quite elderly..she had joined 3 or 4 times...don't know for sure what went on, but Thanks a lot for your time and effort Steve
|
|