|
|||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AionArmory A place to discuss AionArmory.com, provide feedback, or report bugs! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#108 (permalink) | |||
|
Human
|
Quote:
This is a quote from a Calender mod i am installing: Quote:
![]() Kryptyx: Once again a complete sucess. masterful job with the update thanks. Anyone wanting to see it 'in action' have a look here To be honest for anyone updating - Overall_Header.php (or .html) doesn't need changing. The 3 files from /includes are easy to edit - just find where you put the original edits when you installed and add the 'recipe' bits. DON'T do what i initally did and add the entire functions set AGAIN into functions.php. That gave me kittens until i realised i was trying to redeclare a function that i had already declared and if the original version worked for you then don't copy in Quote:
Last edited by Rayvan; 11-06-2009 at 07:18 PM.. |
|||
|
|
|
|
|
#109 (permalink) |
|
Human
Join Date: Nov 2009
Thanks: 0
Thanked 0 Times in 0 Posts
Race: Undecided
Server: Balder
|
Hello!
I've installed the mod and it works only half: ![]() If there ist a "=text" or "=small" in the [item] or [spell] it would not work. [item] alone works, but it use not the small icon and did not center the text on the icon. I've changed the text "vertical-align:text-bottom" in armory.css to "vertical-align:middle", but that's not helping. Template and Theme cache is actualisated. Why did [item] work and [item=text] would be ignored? And how can I get the output so that the text is centered by the icon? Another question: Is it planed to make a [item=complete] or so to show the item complete with stats on the page and not only on the tooltip? Greetings. Arkor P.S.: Sorry about my bad english. P.P.S.: Is it normal that the icon on the tooltip is not shown complety? That's not really looks good. ![]() Edit: Looking in the code shows me the error: Copy the line <link rel="stylesheet" type="text/css" media="all" href="/aionarmory/armory.css"/> would not work, but if I wrote a dot in it and change it to <link rel="stylesheet" type="text/css" media="all" href="./aionarmory/armory.css"/> it works and use the css-file. Without the dot the css-file would be ignored. =small, =text and so would be ignored again. Last edited by Arkor; 11-06-2009 at 07:22 PM.. |
|
|
|
|
|
#110 (permalink) |
|
AionArmory Staff
|
@Arkor:
I believe that you might not have installed it fully or perhaps it could be a language related issue. I can validate the installation if you want to PM me with your servers FTP information. ------ @Rayvan: You will need to use the new function because the other functions reference it. Unless you modify them to call back the older function. Also, you do not have the aionarmory.css file uploaded on your server. I noticed that "http://www.grraids.net/aionarmory/armory.css" does not exist, I would suggest uploading it to fix the icon sizes. It should also resolve a small font issue with AionArmory as well as color your recipe mats according to their rarity. ------ @Izzix: I believe you do indeed have an issue with a mod installed either mine or perhaps another mod. Like Rayvan said having blank lines above a header location call can cause the issue you have. If you want send me a PM with FTP information to your server and I can look at resolving it for you. Last edited by Kryptyx; 11-07-2009 at 01:41 PM.. |
|
|
|
|
|
#111 (permalink) | |
|
Human
|
Quote:
As for the function i left the old one in there. BUT you know what you are doing as it's your mod so i will go ahead and make the changes anyway ![]() Last edited by Rayvan; 11-07-2009 at 02:54 PM.. |
|
|
|
|
|
|
#112 (permalink) |
|
AionArmory Staff
|
The CSS file is used to style the icons and text a little further than what Aion Armory will style by default. The icons should also be the same size as the text, thats why that StyleSheet is required. Where you put it does not really matter as long as you call for it in the right place in the overall header file.
When i view source on your site I see you calling the aionarmory.css file that does not exist where it is looking, if you want to have it elsewhere thats fine, just update the header file so it pulls in the right one. As far as the PHP functions go, you can leave the old one with the new one if you wish. I was mainly stating that the new function is called in the recipe fetch so you would need that too. Basically I was just suggesting to use the new one and replace the existing functions to keep consistency, plus any future updates I make will use this function instead of the old one as it is out dated. EDIT: See the example I have posted on my site, here: http://aionpandemic.com/forums/viewt...?f=6&t=16&p=53 Last edited by Kryptyx; 11-07-2009 at 03:13 PM.. |
|
|
|
|
|
#114 (permalink) |
|
Officer
|
Got a little problem with the text color. Most items does not get colored in blue\green etc. Mats on hover over recipes are all just grey, same with items\recipes. For some reason the spell is blue though..
http://wrath-legion.com/forum/viewtopic.php?f=8&t=6 Typo in CSS or did I mess something up somwhere? ![]() |
|
|
|
|
|
#115 (permalink) |
|
AionArmory Staff
|
http://wrath-legion.com/aionarmory/armory.css
is not found on your server, so you did not upload the CSS file in the right path. |
|
|
|
|
|
#116 (permalink) | |
|
Officer
|
Quote:
|
|
|
|
|
|
|
#117 (permalink) |
|
Human
Join Date: Apr 2009
Thanks: 0
Thanked 0 Times in 0 Posts
Race: Elyos
|
Nice mod!
I tossed this on my test forums and noticed only 1 issue. Some items do not appear the correct color. Nocturnal Motor Sports • View topic - Testing This is my test post and [Princess's Crown] is not showing up correctly as orange. IE8 Is this a problem with the mod/my install or aion armory database? |
|
|
|
|
|
#119 (permalink) | ||
|
AionArmory Staff
|
Quote:
Quote:
http://www.aionarmory.com/ExTooltips...1&id=100900619 Last edited by Kryptyx; 11-12-2009 at 01:11 PM.. |
||
|
|
|
|
|
#120 (permalink) |
|
Daeva
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts
Race: Asmodians
Server: Kromede
|
Download (as well as whole aionpandemic.com) seems down.
Any info when it will be up again? In the meantime, can someone offer the archive for download? Update: It seems the site is up again. ![]() Last edited by Anaxagoras; 11-13-2009 at 03:42 PM.. |
|
|
|









and if the original version worked for you then don't copy in 





Linear Mode
