Go Back   AionSource.com > Aion-Related Support Forums > AionArmory
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

AionArmory A place to discuss AionArmory.com, provide feedback, or report bugs!

Reply
 
LinkBack Thread Tools Display Modes
Old 11-06-2009, 04:33 AM   #106 (permalink)
Human
 
Join Date: Nov 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Race: Undecided
Server: Undecided

Quote:
Originally Posted by Neva View Post
I don't see the new download, the file linked in the first post seems to be the 1.0 version.
Same to me here....download is still 1.0!
Thalionor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 10:04 AM   #107 (permalink)
AionArmory Staff
 
Join Date: Jun 2009
Thanks: 0
Thanked 11 Times in 6 Posts

Character: Kryptyx
Class: Assassin
Legion: Pandemic
Race: Asmodians
Server: Lumiel

Sorry, I think it was a caching related issue, I updated the URL.

__________________

Leader of Pandemic
Kryptyx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 05:49 PM   #108 (permalink)
Human
 
Rayvan's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: Rayven
Class: Gladiator
Legion: Faith
Race: Elyos
Server: Kalil

Quote:
Originally Posted by Izzix View Post
ok so i thought i had everything right but i cannot get the links to work still and i get this at the top of my forum pages:

Code:
('\"', '"', $username); // remove newline at the beginning if ($quote == "\n") { $quote = ''; } $quote = (($username) ? str_replace('$1', $username, $this->bbcode_tpl('quote_username_open')) : $this->bbcode_tpl('quote_open')) . $quote; return $quote; } /** * Second parse code tag */ function bbcode_second_pass_code($type, $code) { // when using the /e modifier, preg_replace slashes double-quotes but does not // seem to slash anything else $code = str_replace('\"', '"', $code); switch ($type) { case 'php': // Not the english way, but valid because of hardcoded syntax highlighting if (strpos($code, '
') === 0) { $code = substr($code, 41); } // no break; default: $code = str_replace("\t", '   ', $code); $code = str_replace(' ', '  ', $code); $code = str_replace(' ', '  ', $code); // remove newline at the beginning if (!empty($code) && $code[0] == "\n") { $code = substr($code, 1); } break; } $code = $this->bbcode_tpl('code_open') . $code . $this->bbcode_tpl('code_close'); return $code; } } ?>[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:620)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:620)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:620)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:620)
it was showing up on all pages, but then i added the php.ini file like you suggested for someone else in the root folder and then i stopped getting the code at the top of my main page but as soon as i went into my forums, it was there again, im not sure what folder i need to drop the php.ini file into for my forums....any ideas/suggestions?
I may be way off here but the 'Cannot modify header information - headers already sent by' remionds me of a post i saw on another forum. the guy had opened the files with notepad and there was a blank space in front of <?php right at the top of the document. That threw the PhP off. (i'm not an expert so i may be wrong)

This is a quote from a Calender mod i am installing:

Quote:
7) Be careful when hand editing any of the files. You must use a proper text editor - especially one that supports UTF-8 without bom formatting for the language files. If you have a simple white space before the starting <?php in a file you may see strange errors, so the white space and character encoding you get from your text editing program are very important. I believe notepad is a common cause of problems like these. Textpad is an inexpensive editor that you may find useful: TextPad - the text editor for Windows I've also heard that there is a free editor called notepad++ (not to be confused with notepad) that will work well if you specify the proper settings when saving the file.
Hope it helps. If it doesn't then it won't break anythng

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:
// Kryptyx - fetching function to get data
$fetch_method = 1; // 0 = file_get_contents; 1 = cURL (default)
function aionarmory_fetch($url, $use_curl)
{
if ($use_curl)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
else
{
return file_get_contents($url);
}
}
Rayven

Last edited by Rayvan; 11-06-2009 at 07:18 PM..
Rayvan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 07:01 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..
Arkor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2009, 01:27 PM   #110 (permalink)
AionArmory Staff
 
Join Date: Jun 2009
Thanks: 0
Thanked 11 Times in 6 Posts

Character: Kryptyx
Class: Assassin
Legion: Pandemic
Race: Asmodians
Server: Lumiel

@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.

__________________

Leader of Pandemic

Last edited by Kryptyx; 11-07-2009 at 01:41 PM..
Kryptyx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2009, 02:43 PM   #111 (permalink)
Human
 
Rayvan's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: Rayven
Class: Gladiator
Legion: Faith
Race: Elyos
Server: Kalil

Quote:
Originally Posted by Kryptyx View Post
@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.
I have the css file stored in grraids.net/Faith/aionarmory/armory.css as i have 4 forums hosted on that URL and it works fine on this machine on both IE8 and Mozilla Firefox. I just checked the forum on my wifes machine and it also looks fine with colours and icons all present and in the right place.

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..
Rayvan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2009, 03:07 PM   #112 (permalink)
AionArmory Staff
 
Join Date: Jun 2009
Thanks: 0
Thanked 11 Times in 6 Posts

Character: Kryptyx
Class: Assassin
Legion: Pandemic
Race: Asmodians
Server: Lumiel

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

__________________

Leader of Pandemic

Last edited by Kryptyx; 11-07-2009 at 03:13 PM..
Kryptyx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-08-2009, 11:51 AM   #113 (permalink)
Human
 
Rayvan's Avatar
 
Join Date: Oct 2009
Thanks: 0
Thanked 0 Times in 0 Posts

Character: Rayven
Class: Gladiator
Legion: Faith
Race: Elyos
Server: Kalil

Now i see, Thnaks for the clarification
Rayvan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-10-2009, 09:20 AM   #114 (permalink)
Officer
 
Frode789's Avatar
 
Join Date: Jul 2008
Location: Norway
Thanks: 1
Thanked 1 Time in 1 Post

Character: Tex
Class: Sorcerer
Legion: Wrath
Race: Elyos
Server: Castor

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?

__________________
General of Wrath Legion
http://wrath-legion.com/
Frode789 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-10-2009, 09:54 AM   #115 (permalink)
AionArmory Staff
 
Join Date: Jun 2009
Thanks: 0
Thanked 11 Times in 6 Posts

Character: Kryptyx
Class: Assassin
Legion: Pandemic
Race: Asmodians
Server: Lumiel

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.

__________________

Leader of Pandemic
Kryptyx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-10-2009, 10:33 AM   #116 (permalink)
Officer
 
Frode789's Avatar
 
Join Date: Jul 2008
Location: Norway
Thanks: 1
Thanked 1 Time in 1 Post

Character: Tex
Class: Sorcerer
Legion: Wrath
Race: Elyos
Server: Castor

Quote:
Originally Posted by Kryptyx View Post
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.
DOH. I uploaded it to /forum/aionarmory/armory.css, as I do with all mods. (goes into /forum, not root.) My bad =)

__________________
General of Wrath Legion
http://wrath-legion.com/
Frode789 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 08:53 PM   #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 &bull; 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?
koreanz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-12-2009, 10:36 AM   #118 (permalink)
 
sanktanglia's Avatar
 
Join Date: Jun 2009
Thanks: 0
Thanked 8 Times in 8 Posts

Race: Elyos
Server: Undecided

thats probably an issue on our end, i might need to update the tooltips.css, i'll check
sanktanglia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-12-2009, 01:08 PM   #119 (permalink)
AionArmory Staff
 
Join Date: Jun 2009
Thanks: 0
Thanked 11 Times in 6 Posts

Character: Kryptyx
Class: Assassin
Legion: Pandemic
Race: Asmodians
Server: Lumiel

Quote:
Originally Posted by koreanz View Post
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 &bull; 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?
Ah good catch, this is on AionArmory's end though. Sank should be able to get it fixed.

Quote:
Originally Posted by sanktanglia View Post
thats probably an issue on our end, i might need to update the tooltips.css, i'll check
Yeah AA is giving the item a "7" for rarity, you'll most likely need to update the item's rarity to 4. See this:
http://www.aionarmory.com/ExTooltips...1&id=100900619

__________________

Leader of Pandemic

Last edited by Kryptyx; 11-12-2009 at 01:11 PM..
Kryptyx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-13-2009, 10:47 AM   #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..
Anaxagoras is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump