EdisonKhoo wrote:
I saw my guide have something like this:

Had the same thing for my masteries and a few other icons when I checked my Lucian guide on another comp. I haven't seen it do it on my computer yet. Maybe it's because different browsers?
There were a lot of changes with this most recent patch, the Admins are off working very hard to make sure everything is working properly. It's been just over 24 hours, please be patient.
Interested in playing some League with other MobaFire members? Play in our weekly inhouses!
BarbJ wrote:
There were a lot of changes with this most recent patch, the Admins are off working very hard to make sure everything is working properly. It's been just over 24 hours, please be patient.
Opps sry for the annoyed...I just wanna have an answer to see that if its only me or others also have this prob :3
Is it still doing this? I saw it doing this a couple of times on different pages but when I refreshed it displayed properly. I checked your guides and didn't see any broken image links.

Thanks to GrandMasterD for my sig!
I do see some. Not in the cheat sheet but in the Items and Runes sections of his Syndra guide. For example:
Line 2502: <img src="/images/rune/.png" />
Line 2700: <img src="/images/item/.gif" />
Using webkit and gecko.
Line 2502: <img src="/images/rune/.png" />
Line 2700: <img src="/images/item/.gif" />
Using webkit and gecko.
********'s a pretty good fertilizer
Remove the URL from the item planner.
My post from the guide discussion:
It's some regex/parsing error, I assume...
Use this instead:
(So the same code, but remove the url part.)
It comes out as:
The runes, as you can see in the code, are separated by "-" marks, and - marks are where the code with the full rune url breaks. Thus, it thinks everything before the first - in the url is a rune... Or something like that.
So, for items, if the item planner gives you a URL of:
Then you need to remove the URL part up to the numbers (the numbers determine which items are being displayed on your item planner), which is this part:
So in your guide, you'd put the numbers from the url and the item planner code, meaning:
And the result is:
My post from the guide discussion:
astrolia wrote:
It's some regex/parsing error, I assume...
Use this instead:
Code:
[runes=369:9-262:9-263:9-266:3]
It comes out as:
The runes, as you can see in the code, are separated by "-" marks, and - marks are where the code with the full rune url breaks. Thus, it thinks everything before the first - in the url is a rune... Or something like that.
So, for items, if the item planner gives you a URL of:
Code:
http://www.mobafire.com/league-of-legends/item-purchase-planner#&item=235-148-137
Then you need to remove the URL part up to the numbers (the numbers determine which items are being displayed on your item planner), which is this part:
Code:
http://www.mobafire.com/league-of-legends/item-purchase-planner#&item=
So in your guide, you'd put the numbers from the url and the item planner code, meaning:
Code:
[items=235-148-137]
And the result is:
Item Sequence

Aether Wisp
850

Banner of Command
2200

Athene's Unholy Grail
2250
hi embracing. yes i play ff14 now.
You need to log in before commenting.
<Guide Critic>