Hey Bery, I had a programming idea last night.
Posted by
Dr.Vermin (aka Dr.Vermin)
Mar 9 '11, 10:28
|
I'm a novice programmer at best, but I found myself thinking it would be pretty easy to add a checkbox to the Post a Message section that, when checked, would have the post displayed with the userid/handle displayed first, then the subject line, then the timecode stuff. So it would look more Facebooky.
Wouldn't that be easy to code?
if
"checkbox"=yes
then
([userid],[subject],[timedate])
else
([subject),[userid],[timedate])
Something like that?
|
Responses:
|