Jump to content

SWTOR Armory for your website.


pure_laced

Recommended Posts

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

Thanks! I have added some things specifically for our applicants to use the tool, and it is almost complete. It really helps out in taking a quick look and evaluating potential applicants, current member's gear choices, etc.

 

I sincerely hope people find this useful on their own sites.

Link to comment
Share on other sites

This is awesome, thanks CKN and Ask Mr Robot! My guild loves it and has made our raiding life easier.

 

We have an Enjin website and would love to have a visual roster setup where you can just click on the avatar and have the ASMR profile pop up much like CKN has, but we at a lost as how to do this on Enjin. If anyone has suggestions on how to do this or has done this for their Enjin website,please PM or post here. We would greatly appreciate it.

Link to comment
Share on other sites

Zooper I sent you a PM on the Ask Mr Robot site.

 

This is awesome, thanks CKN and Ask Mr Robot! My guild loves it and has made our raiding life easier.

 

We have an Enjin website and would love to have a visual roster setup where you can just click on the avatar and have the ASMR profile pop up much like CKN has, but we at a lost as how to do this on Enjin. If anyone has suggestions on how to do this or has done this for their Enjin website,please PM or post here. We would greatly appreciate it.

 

You need to create a separate module for the roster that can have an iframe within, or 2 separate modules side by side on the same page. One holds the roster names/links, the other just holds where the profile will be displayed.

 

I don't have access to Enjin admin anymore so cannot test, but it would be similar to the above.

Link to comment
Share on other sites

We have a nice little setup going with this on our site now too using Enjin after playing around with it a bit. Eventually, we plan on having it so clicking on the avatar/pic of the person instead of the name to get the Ask Mr. Robot profile to pop up, but the whole guild is loving it so far.

 

Due to how many active alts many of us have we decided to set it up this way(only have gotten around to doing it for a couple guildies so far, but the profile links are pouring in faster than we can handle atm) http://www.eternityforgiven.enjin.com/roster check out Shiveresse for the overall picture on how we set it up.

 

Thanks again for this guys.

Link to comment
Share on other sites

We have a nice little setup going with this on our site now too using Enjin after playing around with it a bit. Eventually, we plan on having it so clicking on the avatar/pic of the person instead of the name to get the Ask Mr. Robot profile to pop up, but the whole guild is loving it so far.

 

Due to how many active alts many of us have we decided to set it up this way(only have gotten around to doing it for a couple guildies so far, but the profile links are pouring in faster than we can handle atm) http://www.eternityforgiven.enjin.com/roster check out Shiveresse for the overall picture on how we set it up.

 

Thanks again for this guys.

 

Nice, thanks for posting the link. I like to see how other people are using it as well.

Link to comment
Share on other sites

I am using the feature at: http://holonet.thearmyoflight.com/features/roster

 

If you scroll down, you can see the gear stats. I kind of "if you don't mind" used the same function that you are using on your guild site so that when you click on someones name, it will update the gear stats iframe. I plan to update the page and make the gear stats iframe be a following box that will scroll with the page so when you select a members name, it updates there rather than having to have to scroll all the way down.

Link to comment
Share on other sites

I am using the feature at: http://holonet.thearmyoflight.com/features/roster

 

If you scroll down, you can see the gear stats. I kind of "if you don't mind" used the same function that you are using on your guild site so that when you click on someones name, it will update the gear stats iframe. I plan to update the page and make the gear stats iframe be a following box that will scroll with the page so when you select a members name, it updates there rather than having to have to scroll all the way down.

 

Yeah, definitely need to get that updated so it follows you as you scroll or something, wouldn't have even known it was there if you didn't tell me haha.

Link to comment
Share on other sites

I am using the feature at: http://holonet.thearmyoflight.com/features/roster

 

If you scroll down, you can see the gear stats. I kind of "if you don't mind" used the same function that you are using on your guild site so that when you click on someones name, it will update the gear stats iframe. I plan to update the page and make the gear stats iframe be a following box that will scroll with the page so when you select a members name, it updates there rather than having to have to scroll all the way down.

 

You can easily remove the login module sidebar on the right, and that gives extra room for you to then create an iframe on the side, or another module specifically for the profile on that right side. Align the other stuff to the left and will work perfectly for the catalyst template.

Link to comment
Share on other sites

Does anyone have the code, or a 'how-to' make the widgets show up with the roster like you have been doing? If there are instructions that a non-coder can follow (like myself), I bet a lot of people would use it. I'd be happy to re-post fancy, formatted instructions to our blog somewhere.
Link to comment
Share on other sites

Does anyone have the code, or a 'how-to' make the widgets show up with the roster like you have been doing? If there are instructions that a non-coder can follow (like myself), I bet a lot of people would use it. I'd be happy to re-post fancy, formatted instructions to our blog somewhere.

 

Personally I'm using CURL to grab contents off of the CKN API they have and then push the results onto a PHP page and showing that page on my Enjin site in an iframe.. I don't know if there is an "easy" way to do that for non-coders to be honest haha.. Maybe these other guys have an easier way..

 

Reason I'm doing that is so that I can custom skin the character sheet however I want, vs. just using their pre-made one.

Edited by mjwalsh
Link to comment
Share on other sites

Does anyone have the code, or a 'how-to' make the widgets show up with the roster like you have been doing? If there are instructions that a non-coder can follow (like myself), I bet a lot of people would use it. I'd be happy to re-post fancy, formatted instructions to our blog somewhere.

 

There are a couple of way of doing so, but here is what I am doing:

 

1st for the gear widget, you will need to use an iFrame from CKN's website. Here is the iFrame code and recommended height/width:

<iframe id="ckn-profile-frame" name="ckn-profile" src="http://www.calikillednox.com/getchar.php" scrolling="no" width="340" height="430">

 

In order for the gear stats to update when someone selects someones name (say from a roster), you will fist need to link their name to: http://www.calikillednox.com/getchar.php?id=[CHARACER ID]

 

Next, you will need to switch to an HTML view and find where you added that link. You will see this before the character's name:

<a href="http://www.calikillednox.com/getchar.php?{CHARACTER ID]">

 

As you will recall, we have a Target ID associated with our iFrame source, so right beside the link code in HTML, you will need to add the following:

<a href="http://www.calikillednox.com/getchar.php?id={CHARACTER ID}" target="ckn-profile">

 

 

So for example, here is my character's (Kyle'b VanCover) full HTML link:

 

<a href="http://www.calikillednox.com/getchar.php?id=4ab2b8ef-43be-45ad-bdd1-8669a4b47be8" target="ckn-profile">Kyle'b VanCover</a>

 

 

I hope this helps!

Link to comment
Share on other sites

Oh, also I forgot to say: if too many people use the iFrame from CKN's site, it may cause server load issues, so you should create an iFrame source on your own site and use their javascript in that page. I will edit this post in a few with how to do that: first, need to do EV 16 HM with some people real quick.
Link to comment
Share on other sites

Oh, also I forgot to say: if too many people use the iFrame from CKN's site, it may cause server load issues, so you should create an iFrame source on your own site and use their javascript in that page. I will edit this post in a few with how to do that: first, need to do EV 16 HM with some people real quick.

It is better to create your own iframe, but you can obviously use some of the elements of ours. You can also change css to match your own site as well.

Link to comment
Share on other sites

Well, here is the iFrame code for anyone that wonders what it could be (see code below or download at: http://cloud-assets.static.thearmyoflight.com/assets/characters/get_char.php)

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<?php
$id = $_GET['id'];
?><body style="background:url(http://www.calikillednox.com/blank-char.png) no-repeat 14px 14px">
<script type="text/javascript" src="http://char.calikillednox.com/<?php echo $id;?>"></script>
</body></html>
<body>
</body>
</html>

 

Note that this is a PHP file. the $id will allow you to get the character ID from the URL.

Link to comment
Share on other sites

You can easily remove the login module sidebar on the right, and that gives extra room for you to then create an iframe on the side, or another module specifically for the profile on that right side. Align the other stuff to the left and will work perfectly for the catalyst template.

 

Ahh okay. Later today I will try that out. Don't really need the login module or links on that page - which should allow for extra space.

Link to comment
Share on other sites

×
×
  • Create New...