Welcome, Guest. Please Login or Register.
May 06, 2024, 10:43:59 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done] Birthday Mod Boardmod SE Version « previous next »
Pages: 1 2 3 [4] Reply Ignore Print
Author Topic: [Done] Birthday Mod Boardmod SE Version  (Read 17352 times)
Myiasis
Full Member
***
Posts: 178


I'm a llama!

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #45 on: May 02, 2002, 08:17:17 AM »
Reply with quote

Quoteit works ? if so tell me how u did it plz

Go into 'mysql' or the phpmyadmin (think that's the name, the php database management thinger).

If you have a prefix on your table name, make sure you include that too. You just need to write an update statement to get rid of all those dates:

update members set birthdate = NULL where birthdate = '2002-04-22';

If you want to make sure you are going to get the right members, you can do a select with that same Where clause first to satisfy curiosity.

Select membername,birthdate from members where birthdate = '2002-04-22';

You can use that same selecte statement after you have run the update statement to make sure you no longer have any birthdays on that date.

The drawback is if any users really do have that birthdate, you just reset it. That's a small price to pay for cleaning up all those members though. :)

Having the "where" clause on there is really important (if you aren't familiar with SQL), don't forget it. Without the where clause it'll reset all your member birthdates....
« Last Edit: May 02, 2002, 08:33:00 AM by Myiasis » Logged
savavn
Jr. Member
**
Posts: 72


I'm a llama!

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #46 on: May 03, 2002, 04:22:26 AM »
Reply with quote

 guess i dont know how to do then :(
Logged
Floyds
Noobie
*
Posts: 48


I'm a llama!

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #47 on: May 08, 2002, 08:01:50 AM »
Reply with quote

why does the save option don't work... it will not save the settings when running the mod ..??? anyone ??
Logged
lenaP
Jr. Member
**
Posts: 97


Well well...

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #48 on: May 08, 2002, 05:38:34 PM »
Reply with quote

Oh no... The link in the first post of this thread, the link to the mod doesn't work  :(
I have the first birthday among my members coming up day after tomorrow, and hoped I would have this little surprise ready by then....

Can someone please give me another link ???
Logged
lenaP
Jr. Member
**
Posts: 97


Well well...

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #49 on: May 09, 2002, 03:00:05 PM »
Reply with quote

Hello??? Someone here???

I would really like to have this finished tonight, but neither the link to the zip-file nor the link Mcguire posted works...

Logged
Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:[Done] Birthday Mod Boardmod SE Version
« Reply #50 on: May 12, 2002, 01:24:32 AM »
Reply with quote

Quote from: lenaP on May 09, 2002, 03:00:05 PMHello??? Someone here???

I would really like to have this finished tonight, but neither the link to the zip-file nor the link Mcguire posted works...
If the links doesn't work, I'd be happy to e-mail it to you - I still have it on my hard drive. But that doesn't help with the annoying bugs with the mod...

Does anyone plan on fixing the two bugs soon? I e (1) that URL:s to view profile on Board Index uses displayed name instead of username and therefore doesn't work, and (2) that the separate Birthday page (for month to month) displays all usernames only and ignores displayed names.
Logged
Jenni
Jr. Member
**
Posts: 72


I'm a llama!

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #51 on: May 12, 2002, 08:14:11 AM »
Reply with quote

I hope you will fix those bugs, this would be a great mod!
Logged
lenaP
Jr. Member
**
Posts: 97


Well well...

Re:[Done] Birthday Mod Boardmod SE Version
« Reply #52 on: May 12, 2002, 08:23:35 AM »
Reply with quote

Quote from: Daniel Hofverberg on May 12, 2002, 01:24:32 AMIf the links doesn't work, I'd be happy to e-mail it to you - I still have it on my hard drive. But that doesn't help with the annoying bugs with the mod...
Thanks, but with the bugs you mentioned I'll rather wait and hope someone will fix it...
Logged
Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:[Done] Birthday Mod Boardmod SE Version
« Reply #53 on: May 18, 2002, 02:14:03 AM »
Reply with quote

I agree - Until those annoying bugs are fixed, it is probably better to not use it...

Is anyone working on those two problems?
Logged
Bartman
Jr. Member
**
Posts: 71


WWW
Re:[Done] Birthday Mod Boardmod SE Version
« Reply #54 on: June 04, 2002, 02:40:02 PM »
Reply with quote

You could just go into your Admin and not have the Birthdays display on the BoardIndex ... for now, until the bugs are worked out.

I did, however, choose, to remove the mod for now. I have the CalendarMod, so birthdays do show up on the calendar.
Logged
asora
Guest
Re:[Done] Birthday Mod Boardmod SE Version
« Reply #55 on: June 05, 2002, 12:34:27 AM »
Reply with quote

QuoteI have the CalendarMod, so birthdays do show up on the calendar.
yes !
 ;D
Logged
Pages: 1 2 3 [4] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done] Birthday Mod Boardmod SE Version « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.024 seconds with 20 queries.