Feature Suggestion: Database Choice

Got an idea for a site feature, a suggestion for an article, or spotted an error we made, feel free to post it here.
Guests can post here!
Satertek
Posts: 29
Joined: Mon Sep 26, 2005 8:32 pm
Location: Auburn, AL

Feature Suggestion: Database Choice

Post by Satertek » Thu Jun 08, 2006 1:17 am

I have no idea how easy/hard this would be to implement, but having an option to choose betewen AUNO and AOMainframe for item links across the site would be very nice. Going though I've noticed the majority of the links are to AOMainframe.

I usually prefer AUNO, becuase of it having comments.

They both seem to have the same ID system, so you would set an id for each item in the guides and append whichever database is set as the user preference.

$aodb = http://aomainframe.net/showitem.aspx?AOID=
$auno = http://auno.org/ao/db.php?id=
$setdb = ($aodb or $auno)
...
<a href="<?echo $setdb?>204748">Guardian Tank Armor</a>
<a href="<?echo $setdb?>246274">Cure for Baldness</a>

...you get the idea...

I've never used phpBB so I have no idea what adding somthing like this might require.

(Or to take that a step furthur, add a 'AO-Mainframe' frame at the top of the page that would allow you to switch between AUNO and AOMainframe, ala GameTab and Google Images)
Cania 192/12 Shade RK2
Satertek 121/5 Doctor RK2
Mishon 129/0 Trader RK2 Froob
Blizt 173/0 Fixer RK2 Froob

User avatar
Stillian
Posts: 228
Joined: Mon Jan 09, 2006 11:46 pm
Location: Glasgow, Scotland
Contact:

Post by Stillian » Thu Jun 08, 2006 5:12 pm

In the end that would be up to one of the SM's, but I have to say I do agree with your idea :)

User avatar
Khuri
AOU Programmer/Coder
Posts: 1759
Joined: Thu Sep 29, 2005 7:57 pm
Location: Germany
Contact:

Post by Khuri » Thu Jun 08, 2006 5:22 pm

Adding such thing wouldn't be the problem really.
I see your point in this, however if we add this, i'm not gonna make a point in the user profile too, so you get your favourite always first ;)

Post Reply