View Full Version : An idea for Crad.
Takeo
November 7th, 2011, 09:43 PM
Since you like doing this programming stuffs. Would it be possible to make a Birthday symbol, like the one on the bottom of the index page that shows whos bday is today and have it last ONLY for that day from 12-12? The symbol would be like PackRats Crown, but a cake and only last that day of ur bday.
Possible?
MacAnus
November 7th, 2011, 09:48 PM
wouldn't serve a huge point but i guess it is worth a try for staff to look into
Fat Capybara
November 7th, 2011, 09:57 PM
you would also have to prevent people from editing their birthday more than x
Takeo
November 7th, 2011, 10:01 PM
I'm sure he could make it like the username 2 week thing.
Crad
November 8th, 2011, 12:43 AM
I'm sure he could make it like the username 2 week thing.
That'd be difficult.
I'll see what I can do, but that'll be low priority (something to look into when I'm bored).
Testing
DreamHax
November 8th, 2011, 12:50 AM
Since you like doing this programming stuffs. Would it be possible to make a Birthday symbol, like the one on the bottom of the index page that shows whos bday is today and have it last ONLY for that day from 12-12? The symbol would be like PackRats Crown, but a cake and only last that day of ur bday.
Possible?
Why don't you try to make a PSD? Or some thing else that would do that. :]
Takeo
November 8th, 2011, 07:40 AM
I have no clue what a PSD is >_>
The Dark Angel
November 8th, 2011, 09:23 AM
I have no clue what a PSD is >_>
I am with you their, I have no clue what it is eather. But I do like the idea, I am not sure if it will work though.
MacAnus
November 8th, 2011, 09:24 AM
I have no clue what a PSD is >_>Photoshop Document.
McRib
November 8th, 2011, 07:13 PM
I think it's neat and all, but it sounds hard, and you'd also have to "prevent people from editing their birthday more than x" like Bryan said.
I also think Crad should send out a booster box to whoever's birthday it is.
Justsayin'.
Jehuty
November 8th, 2011, 07:33 PM
if(date = Birthdate)
{
Display Cake Image
}
of course im thinkin in c++ here but seems pretty herp derp simple.
---------- Post added at 02:31 AM ---------- Previous post was at 02:30 AM ----------
and if you decide to change ur bday everday to get it, all he has to do is take it away from all of you :D
---------- Post added at 02:33 AM ---------- Previous post was at 02:31 AM ----------
this is also assuming its pretty easy to lift data off of vb pages (something i was never arsed to check :)) unless you lifted it straight out of the db, but now im just rambling and am goin to bed
Skarner
November 8th, 2011, 07:55 PM
That would be a low priority for what Crad does. ( It wouldnt be a high priority, right? )
Jehuty
November 8th, 2011, 08:10 PM
implying there is order to chaos lol
Crad
November 8th, 2011, 08:32 PM
if(date = Birthdate) // assignment operator
{
Display Cake Image
}
of course im thinkin in c++ here but seems pretty herp derp simple.
---------- Post added at 02:31 AM ---------- Previous post was at 02:30 AM ----------
and if you decide to change ur bday everday to get it, all he has to do is take it away from all of you :D
---------- Post added at 02:33 AM ---------- Previous post was at 02:31 AM ----------
this is also assuming its pretty easy to lift data off of vb pages (something i was never arsed to check :)) unless you lifted it straight out of the db, but now im just rambling and am goin to bed
That last sentence is most accurate. First thing I'd need to do is confirm whether or not I can use only the plugin system, or if I need to make template edits. In posts at least, this is made a little more complicated, since the postbit user section (the section with your username, avatar, join date, etcetera) isn't from the user table, but is copied data grabbed stored in the posts table.
I'd need to look into it further, but I am NOT going to write an additional SQL query per page load. If it turns out that the data isn't available when I need it, and I can't quickly add the column to a pre-existing query, then no dice. I do like this idea though, and it shouldn't be hard to set up.
And THEN it's as easy as:
if ($date == $users[$userid].birthDate) {
$postData .= "<img... />";
}
implying there is order to chaos lol
More accurately, it'd be when I'm bored of doing other stuff. It's nice moving from a large project to something small, that members actually notice, every now and then.
What would be hard is mucking around with vBulletin's internals to change how Birthdays are set up. I would be unable to come up with an estimate on this until I look into it further.
Powered by vBulletin® Version 4.1.11 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.