Message Board Rank Suggestion
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
Message Board Rank Suggestion
well I had an idea for the Org but unfortunately its probably impossible to code
but to have custom ranks on the message board reflect the person's studio
and draw that information from the table that contains the studio info for each member
but to have custom ranks on the message board reflect the person's studio
and draw that information from the table that contains the studio info for each member
Sakura-Con AMV Contest 2005-2012, Vice Chairman 2013-2018, Chairman 2019-2024, Retired
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
well after looking at how Phade has this set up that could probably be handled with the edit profile feature in the main site as he has it set up to show if you donated or not depending on how you have that preferance set there
as for coding it probably would take a lot
as for coding it probably would take a lot
Sakura-Con AMV Contest 2005-2012, Vice Chairman 2013-2018, Chairman 2019-2024, Retired
- downwithpants
- BIG PICTURE person
- Joined: Tue Dec 03, 2002 1:28 am
- Status: out of service
- Location: storrs, ct
you could post info on your studio in your sig.
maskandlayer()|My Guide to WMM 2.x
a-m-v.org Last.fm|<a href="http://www.frappr.com/animemusicvideosdotorg">Animemusicvideos.org Frappr</a>|<a href="http://tinyurl.com/2lryta"> Editors and fans against the misattribution of AMVs</a>
a-m-v.org Last.fm|<a href="http://www.frappr.com/animemusicvideosdotorg">Animemusicvideos.org Frappr</a>|<a href="http://tinyurl.com/2lryta"> Editors and fans against the misattribution of AMVs</a>
-
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
It wouldn't take much code at all. I don't have the org or phpbb table names in front of me, but the revised query would probably resemble
so from there, you'd just toss another key-value pair to the phpbb template formatter. Of course, this assumes a 1:1 relationship between user and studio, which isn't always the case. It would probably be better to do it as separate queries, an outer left join (ick), or whatever the .org database schema requires.
Technical issues aside, I'm not sure exactly what that would add in terms of board functionality that you couldn't just do in your sig, as downwithpants suggested. Hacking phpbb is fun, but it's not always useful, and in a production environment you want things to work as opposed to looking cool.
Code: Select all
SELECT ..., s.EgoInflatingName FROM ..., Users u, Studios s WHERE s.userid = u.userid AND u.userid=...
Technical issues aside, I'm not sure exactly what that would add in terms of board functionality that you couldn't just do in your sig, as downwithpants suggested. Hacking phpbb is fun, but it's not always useful, and in a production environment you want things to work as opposed to looking cool.
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA
- LightningCountX
- Joined: Tue May 20, 2003 8:35 am
- Location: Bayside, NY Interests: Your Mom ^_^
- Contact:
- Seijin_Dinger
- Moron #69
- Joined: Sun Mar 18, 2001 5:07 am
- Status: in a relationship
- Location: Edmonds, WA