Jump to content

Photo

Temporary broken online/offline guild members/allies icon fix


  • Please log in to reply
21 replies to this topic

#1 Prop

Prop

    Member

  • Members
  • PipPip
  • 125 posts

Posted 07 September 2019 - 16:25

Until the cows get round to fixing the online/offline icons when viewing guilds here is a bit of code that you can paste into the 'Themes' section in your preferences that'll replace the occurrences of the online and offiline images with two I just threw together in paint. Of course you can just make your own too and replace the links...

 

 

img[src$='online.png'] {
    background: url(https://i.imgur.com/m5nM5OF.png) no-repeat !important;
}
img[src$='offline.png'] {
    background: url(https://i.imgur.com/gzVtaXj.png) no-repeat !important;
}

 

 

edit to appease my ocd and change the image to fill the boxes completely and a screenshot of where it's meant to go if that helps...

Attached Thumbnails

  • on off replacement.PNG
  • theme bit.PNG

Edited by Prop, 07 September 2019 - 17:55.


#2 duktayp

duktayp

    Veteran

  • Members
  • PipPipPip
  • 4,386 posts

Posted 07 September 2019 - 18:37

giphy.gif



#3 activeh1

activeh1

    Veteran

  • Members
  • PipPipPip
  • 1,340 posts
  • Azerbaijan

Posted 07 September 2019 - 22:40

NICE JOB PROP 


5aZzW0p.png,


#4 Prop

Prop

    Member

  • Members
  • PipPip
  • 125 posts

Posted 08 September 2019 - 01:36

I'm afraid if you mean me at the moment...

 


 


Edited by Prop, 08 September 2019 - 01:39.


#5 nuriko79

nuriko79

    New Member

  • Members
  • Pip
  • 4 posts

Posted 09 September 2019 - 08:59

Love your work! :o) Thank you!



#6 gapukas

gapukas

    Member

  • Members
  • PipPip
  • 232 posts
  • Badge

Posted 09 September 2019 - 19:03

Until the cows get round to fixing the online/offline icons when viewing guilds here is a bit of code that you can paste into the 'Themes' section in your preferences that'll replace the occurrences of the online and offiline images with two I just threw together in paint. Of course you can just make your own too and replace the links...

 

 

img[src$='online.png'] {
    background: url(https://i.imgur.com/m5nM5OF.png) no-repeat !important;
}
img[src$='offline.png'] {
    background: url(https://i.imgur.com/gzVtaXj.png) no-repeat !important;
}

 

 

edit to appease my ocd and change the image to fill the boxes completely and a screenshot of where it's meant to go if that helps...

does it support .apng?



#7 Prop

Prop

    Member

  • Members
  • PipPip
  • 125 posts

Posted 09 September 2019 - 19:38

apng? yes... not saying use it, but proof of concept and such... this below should get you an green/yellow alternating online icon, though it's not my cup of tea.

 

img[src$='online.png'] {
    background: url(https://i.imgur.com/RZYU487.png) no-repeat !important;
}
img[src$='offline.png'] {
    background: url(https://i.imgur.com/gzVtaXj.png) no-repeat !important;
}



#8 BigGrim

BigGrim

    Content Designer

  • Administrators
  • PipPipPip
  • 9,805 posts
  • Badge

Posted 12 September 2019 - 12:49

Hi there.

We are aware of these issues and will get them resolved when we have a minute.

~ Grim

#9 Pardoux

Pardoux

    Veteran

  • Members
  • PipPipPip
  • 4,129 posts
  • Australia

Posted 25 September 2019 - 04:59

Any updates ? - still broken images all over ? - I looked up just 3 critters in the USFG for the DQ and none had 'em ..

In the interim, could some thought be given to Pointy's thread ?

 

https://forums.hunte...showtopic=76915


Homer : Marge, don't discourage the boy. Weaseling out of things is important to learn. It's what separates us from the animals .. except the weasel.

 

Eddie Izzard : The National Rifle Association say that guns don't kill people, people do. But I think the gun helps, you know ? I think it helps. I think just standing there going "BANG" - that's not going to kill too many people, is it ?

 

I don't mean to sound pessimistic, but it seems that everything I eat lately turns to poo ...


#10 BigGrim

BigGrim

    Content Designer

  • Administrators
  • PipPipPip
  • 9,805 posts
  • Badge

Posted 25 September 2019 - 10:58

When there's an update, we'll let you know.

~ Grim

#11 sweetlou

sweetlou

    Veteran

  • Members
  • PipPipPip
  • 4,958 posts

Posted 25 September 2019 - 18:11

Any chance Prop you can fix the quick links to different gear types on the profile page please? It's not easy rolling over waiting for laggy response when changing gear. Thanks!!


[Signature removed]

 

“When you tear out a man's tongue, you are not proving him a liar, you're only telling the world that you fear what he might say.” -GRRM


#12 sohail94

sohail94

    Veteran

  • Members
  • PipPipPip
  • 722 posts
  • United Kingdom

Posted 26 September 2019 - 01:24

Any chance Prop you can fix the quick links to different gear types on the profile page please? It's not easy rolling over waiting for laggy response when changing gear. Thanks!!

 

try adding these two lines to your Themes page (1st for backpack,2nd for guild store)

a.backpackTabLink.backpackTabLink {background: url(https://i.imgur.com/iupbJMe.png);}
a.guildStoreTabLink.guildStoreTabLink {background: url(https://i.imgur.com/iupbJMe.png);}

Usual disclaimer - use at your own risk.

 

For anyone interested the image file I used is here: https://imgur.com/iupbJMe  (found the picture in a saved page from some time ago)

 

The following two images are missing which the above code replaces.

https://cdn2.fallensword.com/ui/misc/guild_store_tabs.png
https://cdn2.fallensword.com/ui/misc/backpack_tabs.png


#13 sweetlou

sweetlou

    Veteran

  • Members
  • PipPipPip
  • 4,958 posts

Posted 26 September 2019 - 04:58

 

try adding these two lines to your Themes page (1st for backpack,2nd for guild store)

a.backpackTabLink.backpackTabLink {background: url(https://i.imgur.com/iupbJMe.png);}
a.guildStoreTabLink.guildStoreTabLink {background: url(https://i.imgur.com/iupbJMe.png);}

Usual disclaimer - use at your own risk.

 

For anyone interested the image file I used is here: https://imgur.com/iupbJMe  (found the picture in a saved page from some time ago)

 

The following two images are missing which the above code replaces.

https://cdn2.fallensword.com/ui/misc/guild_store_tabs.png
https://cdn2.fallensword.com/ui/misc/backpack_tabs.png

Sohail, et al who help make up for shortcomings in the game - thank you! Works perfectly.


[Signature removed]

 

“When you tear out a man's tongue, you are not proving him a liar, you're only telling the world that you fear what he might say.” -GRRM


#14 Pardoux

Pardoux

    Veteran

  • Members
  • PipPipPip
  • 4,129 posts
  • Australia

Posted 26 September 2019 - 18:11

 

try adding these two lines to your Themes page (1st for backpack,2nd for guild store)

a.backpackTabLink.backpackTabLink {background: url(https://i.imgur.com/iupbJMe.png);}
a.guildStoreTabLink.guildStoreTabLink {background: url(https://i.imgur.com/iupbJMe.png);}

Usual disclaimer - use at your own risk.

 

For anyone interested the image file I used is here: https://imgur.com/iupbJMe  (found the picture in a saved page from some time ago)

 

The following two images are missing which the above code replaces.

https://cdn2.fallensword.com/ui/misc/guild_store_tabs.png
https://cdn2.fallensword.com/ui/misc/backpack_tabs.png

 

As Luiss says above, thanks for fixing things that, in days gone by, would have been fixed in minutes :)


Homer : Marge, don't discourage the boy. Weaseling out of things is important to learn. It's what separates us from the animals .. except the weasel.

 

Eddie Izzard : The National Rifle Association say that guns don't kill people, people do. But I think the gun helps, you know ? I think it helps. I think just standing there going "BANG" - that's not going to kill too many people, is it ?

 

I don't mean to sound pessimistic, but it seems that everything I eat lately turns to poo ...


#15 sweetlou

sweetlou

    Veteran

  • Members
  • PipPipPip
  • 4,958 posts

Posted 30 September 2019 - 18:14

I have an appeal to anyone who is capable of extra-developmental coding such as the previously stated fix on this thread. Is there anyway to eradicate the ultra annoying pop up boxes that overwhelm pages? I still think seeing the info is vital, however once the pointer has been moved away from the item the pop up box needs to disappear. This problem has come and gone for years but this latest iteration has been an issue for many, many months. The current fix I've found is to run the pointer off the page, however I'm always pleasantly surprised at the skill some players have at creating work arounds. Thanks for any help!


[Signature removed]

 

“When you tear out a man's tongue, you are not proving him a liar, you're only telling the world that you fear what he might say.” -GRRM


#16 RebornJedi

RebornJedi

    Veteran

  • Members
  • PipPipPip
  • 5,450 posts

Posted 01 October 2019 - 04:59

does scrolling through the page reset the pop ups? like using the mouse wheel? I no longer use a computer but I remember this solving the issue years back

 


#17 iceman66

iceman66

    Member

  • Members
  • PipPip
  • 474 posts

Posted 02 October 2019 - 21:40

Hi there.

We are aware of these issues and will get them resolved when we have a minute.

~ Grim

 

It's been about 3 weeks BG, any update?



#18 BadPenny

BadPenny

    Veteran

  • Members
  • PipPipPip
  • 5,279 posts
  • United States of America

Posted 11 October 2019 - 20:59

There's a new issue.... maybe it's 2, but related.

 

Some people are saying when they use a potion it's not disappearing from their BP, or that when equipping an item, it shows up not only on their characters but remains in the BP.  I was able to duplicate the latter here, using Chrome, others say they're using Firefox

 

Others are saying that the Inv count for the BP is incorrect, and they cannot see items to equip them.  The players I've spoken to are using Firefox.  

 

Now I know BG is going to say these are display issues, but being unable to equip an item prevents a player from hunting or anything else.  I sincerely hope this is addressed soon.  

 

I fully understand the importance of the app, but to put it before these very obvious and seemingly growing problems seems to be putting the cart before the horse.  The app is useless if these glitches continue, as nobody will be left to play, no?


Just one old lady's opinion

 

 

krQtqDH.jpg

~Love, Penny

 

Have you hugged your Quango lately?


#19 duktayp

duktayp

    Veteran

  • Members
  • PipPipPip
  • 4,386 posts

Posted 11 October 2019 - 21:23

I fully understand the importance of the app, but to put it before these very obvious and seemingly growing problems seems to be putting the cart before the horse.  The app is useless if these glitches continue, as nobody will be left to play, no?

 

this comment carries additional weight; in that it's coming from our moral officer

 

Penny has been the biggest supporter of the app - i've seen her talk suicidal players down from the ledge, encouraging them to hang on until the app is complete

 

she is our spiritual advisor; always with encouraging words when our faith is wavering

 

example: https://forums.hunte...showtopic=76934

 

if we lose her, then there will be chaos, and *all* is lost :(


Edited by duktayp, 11 October 2019 - 22:56.


#20 Prop

Prop

    Member

  • Members
  • PipPip
  • 125 posts

Posted 11 October 2019 - 23:19

I do get the angst here about things.

 

For the pots I can replicate it too and on a hover it says the 'item is no longer available' right clicking on it and destroying it does free up the backpack spot. Guess tap and hold on a tablet/phone etc..

 

In answer to some of the other requests I should say I'm grateful for the cows giving us the css theme option to play with in the first place though there is a limit to what can be achieved with it. I know, git gud right.

 

I get that the app is seen as the way forward on the effort now that apps have taken off and people are glued to their phones and tablets these days they'll bring in new revenue but I don't quite understand why the browser players who can mentor those when they arrive have to put up with simple missing links.

 

I know the Browser development team know about them.. but here they are below...

 

Buff market fury shrine...

 

https://cdn2.fallens...ructures/22.gif

 

Should be...

 

https://cdn2.fallens...ructures/22.png

 

When viewing the Bounty Board... same images that work in the Auction House...

 

The first one is what it points to currently, which is, well no image for when a bounty is placed as fsp or gold in both sections of code when a bounty is up offering both.

 

https://cdn2.fallens...m/currency/.png

 

When the other two do exist.

 

https://cdn2.fallens.../currency/0.png

https://cdn2.fallens.../currency/1.png

 

Are these images being reworked for the app or has a find replace gone wrong?

 

I kinda don't get why these can't be updated.

 

 




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Font:
Arial | Calibri | Lucida Console | Verdana
 
Font Size:
9px | 10px | 11px | 12px | 10pt | 12pt
 
Color: