Welcome, Guest. Please Login or Register.
May 13, 2025, 12:42:58 PM
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  |  Mod Ideas and Creation  |  Birthday Mod Screenshots « previous next »
Pages: [1] 2 3 ... 6 Reply Ignore Print
Author Topic: Birthday Mod Screenshots  (Read 5949 times)
RobDownSouth
Noobie
*
Posts: 31


Excellence In Elocution

WWW
Birthday Mod Screenshots
« on: January 09, 2002, 02:44:54 PM »
Reply with quote

I want to make sure I have a good consensus for what needs to go into the Birthday Mod. I basically wrote it from scratch in PHP, to teach myself PHP. Below are some screenshots. If there are no changes, I will package for beta today.

First, I put a button on the bottom of the "Installed Mod settings and options" screen:


This brings up a Birthday Option menu:


You can do a lot here:
  • Suppress user ages from displaying with names
  • Supress the entire Birthday Category if no birthdays for a given date
  • Modify both the Category Banner and the clickable Link ("Birthdays") text
  • Hide the Birthday Category from guests
  • Hide the Birthday Category completely

Example of birthdays with ages (no age displayed if user did not enter birth year):


Example of birthdays without ages:


You can change the Category text:


So that the Board Index looks like this:


When there are no birthdays (message configurable):


Alternatively, supress the entire birthday category when no birthdays:


Click on the Birthdays link and you get the list:


(The birthday list has a catchall line called "Unknown" following December birthdays, this can be supressed also).

Okay, what have I left out? I know the original Birthday mod had an option for top or bottom, but could not find a board where this was in use.

Any other features you want to see?

Anyone want to be a beta tester?
Rob
« Last Edit: January 09, 2002, 02:47:52 PM by RobDownSouth » Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Birthday Mod Screenshots
« Reply #1 on: January 09, 2002, 02:56:56 PM »
Reply with quote

Yes - I want to see a better cake.  That one is ugly.  Other than that though - looks good :)
Logged

John R
PHP Challenged
Global Moderator
Sr. Member
*****
Posts: 387


Click, Click, Click, Bang!

ICQ - 3166233codehammer@thevortex.com
Re:Birthday Mod Screenshots
« Reply #2 on: January 09, 2002, 03:08:09 PM »
Reply with quote

You can count on me for Beta Testing, since that's what I do bext.  If it can be broken, I'll break it!

cheers.......
Logged

Be careful what you wish for, it might come true!

Note: I do not acknowledge support requests via PM, MSN or ICQ, please use the support boards.
Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:Birthday Mod Screenshots
« Reply #3 on: January 09, 2002, 06:50:35 PM »
Reply with quote

Two things:

Grammer - Today's birthdays not Todays birthdays

The cake - you need to improve your cake making skills  :)

Apart from that it's a kick ass mod!
Logged

You can't have everything... where would you put it? -- Steve Wright
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Birthday Mod Screenshots
« Reply #4 on: January 09, 2002, 06:54:27 PM »
Reply with quote

Quote from: Gandalf on January 09, 2002, 06:50:35 PMTwo things:

Grammer - Today's birthdays not Todays birthdays

The cake - you need to improve your cake making skills  :)

Apart from that it's a kick ass mod!
Uhh...it is Todays birthdays - Today's would only be used if Today were a name, or if you were using it as a contractino for "Today is".  For posession in non-names, you don't use the '
Logged

Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:Birthday Mod Screenshots
« Reply #5 on: January 09, 2002, 07:12:14 PM »
Reply with quote

I think you'll find I'm right, see these results at Google http://www.google.com/search?sourceid=navclient&q=apostrophe+usage+today%27s

Quotetoday's students
Quotetoday's Standard English
Quotetoday's world
Quotetoday's society
Quotetoday's business environment

and from one of the linked pages... http://dsc.dixie.edu/reber/Punctuation%20and%20Usage/Rules%20and%20Guides/Apostrophe.htm

QuoteThe first (and most common) rule is to add an 's to the noun or pronoun which the writer is identifying as owning or possessing something. These are commonly added to singular nouns or indefinite pronouns:

I think I'm right! ;D
Logged

You can't have everything... where would you put it? -- Steve Wright
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Birthday Mod Screenshots
« Reply #6 on: January 09, 2002, 07:14:40 PM »
Reply with quote

I stand corrected - thank you :)
Logged

RobDownSouth
Noobie
*
Posts: 31


Excellence In Elocution

WWW
Re:Birthday Mod Screenshots
« Reply #7 on: January 09, 2002, 09:58:10 PM »
Reply with quote

Okay I have created a modification.mod, modification.php and modification.txt file, all in accordance with the gospel according to St. Zef.

I am using Matt's new package manager to create the package, and it tells me it created okay, but when I try to apply the mod on a pristine board (fresh install plus Matt's package manager)  it gives me a "success" message but nothing changes.

What am I doing wrong? I built a directory tree off my yabbse/Packages directory i.e.
yabbse/Packages/Xbirthday/Sources
yabbse/Packages/Xbirthday/Packages

My "Directory to Pack" was Packages/Xbirthday
My "root directory" was blank
My "Filename of Package" was Xbirthday.mod.yp

Has anyone gotten to create and install a package using Matt's new package manager?
Logged
Matt Siegman
Super Duper Developer
YaBB God
*****
Posts: 927


Red Hot!

ICQ - 95930457 WWW
Re:Birthday Mod Screenshots
« Reply #8 on: January 09, 2002, 11:31:25 PM »
Reply with quote

The directory path must be:
Packages/XBirthday
The root must be:
Packages/XBirthday

you gotta put the
modification.??? files in a subdirectory called Packages, so your files would be in
Packages/XBirthday/Packages

and it has to be modification.mod/php/txt

:)
Logged

Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:Birthday Mod Screenshots
« Reply #9 on: January 10, 2002, 01:54:38 AM »
Reply with quote

Don't worry about it Joe - it's taken me 18 years to learn the English language and I still don't understand most of it  :D

By the way congratulations for passing the 2000 post mark!  :D
Logged

You can't have everything... where would you put it? -- Steve Wright
RobDownSouth
Noobie
*
Posts: 31


Excellence In Elocution

WWW
Re:Birthday Mod Screenshots
« Reply #10 on: January 10, 2002, 02:55:53 AM »
Reply with quote

Happy Dance time! It worked! Thank you Matt!  8)

Now I got a package! I've installed it on two systems with no problems.

Anyone want to beta test for me just email me. General availability in about 2 days!
Logged
rican5vl
Full Member
***
Posts: 120


I would do this girl for hours!

Re:Birthday Mod Screenshots
« Reply #11 on: January 10, 2002, 02:54:27 PM »
Reply with quote

That looks good...
I reallly like it . In fact it was a great improvement from the yabb 1 gold mod.


I have a good addition.

Can you add something that will post next to birthdays...

BIRTHDAY TAURUS's

BIRTHDAY GEMINI's  So people can see that you know how girls and some guys like to see their zodiak sign!!!

That would be neat, but not priority...
NICE FREAKING JOB!!!

Rican
Logged
RobDownSouth
Noobie
*
Posts: 31


Excellence In Elocution

WWW
Re:Birthday Mod Screenshots
« Reply #12 on: January 10, 2002, 04:34:04 PM »
Reply with quote

Okay Matt, I got a few bugs ironed out.

I want to make this available for public beta, but it seems I need a file called package.list on my board.

Is there any documentation for this or a file format I can use?

Rob
Logged
Matt Siegman
Super Duper Developer
YaBB God
*****
Posts: 927


Red Hot!

ICQ - 95930457 WWW
Re:Birthday Mod Screenshots
« Reply #13 on: January 11, 2002, 12:28:55 AM »
Reply with quote

Email it to me and I will put it on my mod server, after I test it :)  Yes, this package.list file does exist, but it is a classified government project, and I don't want you to use it :)
Logged

John R
PHP Challenged
Global Moderator
Sr. Member
*****
Posts: 387


Click, Click, Click, Bang!

ICQ - 3166233codehammer@thevortex.com
Re:Birthday Mod Screenshots
« Reply #14 on: January 11, 2002, 02:22:45 AM »
Reply with quote

Having had the chance today, to Beta Test this Mod, I am happy to report that I was unable to break it in any way.  The install was flawless with the PacMan and once installed it looked and performed as advertised.

Godd, well-written Mod.......Congratulations Rob.

cheers.........
Logged

Be careful what you wish for, it might come true!

Note: I do not acknowledge support requests via PM, MSN or ICQ, please use the support boards.
Pages: [1] 2 3 ... 6 Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Birthday Mod Screenshots « 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.051 seconds with 16 queries.