Click the button that says "Install Search Engine Provider".
You'll end up with this:
In case a forum dev is reading this, and wants to add this to the DDO forums, here is the OSD and html source, all it really requires is adding a <link> tag in the header, the press to install button isn't needed.
I guess that's convenient, and not to hijack your neat little thing-a-ma-jig here, but using the already available box (I use Google) works, you just need a little additional typing first:
I guess that's convenient, and not to hijack your neat little thing-a-ma-jig here, but using the already available box (I use Google) works, you just need a little additional typing first:
site:forums.ddo.com static loot
For example.
That's what I typically use, but this allows you to use the forum search page, rather than searching the google cache.
If they added the link tag to the forums, it would automatically show up as an available search provider for the site.
I think Cedwin's bucking for the forum title " Undercover Developer"...
+1 rep
P.S. Now if only you could find a way to export Alt characteristics and Inventories so we can compare our Alts and decide offline how to redistribute our goods...
I think Cedwin's bucking for the forum title " Undercover Developer"...
+1 rep
P.S. Now if only you could find a way to export Alt characteristics and Inventories so we can compare our Alts and decide offline how to redistribute our goods...
Yeah the data feed only lets me pull items that your characters are currently wearing, not complete inventories.
What do you mean by characteristics? Ability Scores?
Yeah the data feed only lets me pull items that your characters are currently wearing, not complete inventories.
What do you mean by characteristics? Ability Scores?
I'd actually like to see Turbine add a feature that allows all of the info about an Alt to be exported to the local system, even in CSV format... Something that can be imported into a spreadsheet or database that shows your current stats as seperate fields like Base, Feat, Enchantment, etc. and all the bonuses on equipment. I can't tell you how many times I've had a stat boost item on one alt that another desperately needed.
I periodically go through all of my alts and tally the info by hand but that can be a pain
Click the button that says "Install Search Engine Provider".
You'll end up with this:
In case a forum dev is reading this, and wants to add this to the DDO forums, here is the OSD and html source, all it really requires is adding a <link> tag in the header, the press to install button isn't needed.
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>DDO Forum Search</ShortName>
<Description>DDO Forum Search provider</Description>
<InputEncoding>UTF-8</InputEncoding>
<Url type="text/html" template="http://forums.ddo.com/search.php?do=process&query={searchTerms}" />
</OpenSearchDescription>
I'd actually like to see Turbine add a feature that allows all of the info about an Alt to be exported to the local system, even in CSV format... Something that can be imported into a spreadsheet or database that shows your current stats as seperate fields like Base, Feat, Enchantment, etc. and all the bonuses on equipment. I can't tell you how many times I've had a stat boost item on one alt that another desperately needed.
I periodically go through all of my alts and tally the info by hand but that can be a pain
That would be awesome if they would add that. As of right now they only offer two functions via API. CharacterSheet, and GuildRoster.
They would need to add a CharacterInventory function to pull everything in your bags, a CharacterBank function to pull all items in that characters bank, and an ItemDetails function, that would return the full stats on an item (like ML, damage type, base damage, slot, ability bonuses, etc.)
If they add those 3 functions, I could make an item tracker app, so you could see exactly where those +4 Str gloves are.
Location: Stuck in the abomination called the Auction House.
Posts: 250
Sweet, thanks Cedwin. This was just what I needed to add it to Opera too.
For those using Opera, and don't know how to add a custom search box I've made images to help you out. First you need to open up your preferences (Tools -> Preferences or Ctrl+F12), then look at your search tab.
Now, you can select to search the DDO forums from your little seach box by the url box. Or you can type in the url field "ddo <search terms>" and have the same result. You can change the keyword to your liking.
__________________
Quote:
Originally Posted by Visty
if you want a challange, grab 5 strangers, park them at the quest entrance and then solo the quest
if you want even more challange, let those 5 help you
Sweet, thanks Cedwin. This was just what I needed to add it to Opera too.
For those using Opera, and don't know how to add a custom search box I've made images to help you out. First you need to open up your preferences (Tools -> Preferences or Ctrl+F12), then look at your search tab.
<snip />
Now, you can select to search the DDO forums from your little seach box by the url box. Or you can type in the url field "ddo <search terms>" and have the same result. You can change the keyword to your liking.
Thanks chubbs, I wasn't sure if this would work in Opera by default or not. I haven't tested this in Chrome either, if anyone has that.
I'm assuming that's the code for it...I don't know. I just ended up editing the subsequent firefox xml file and added the following to get my favicon to work.
I'm assuming that's the code for it...I don't know. I just ended up editing the subsequent firefox xml file and added the following to get my favicon to work.