Welcome to Gaia! ::

Keist's & Highpass's Gaia Modifications

Back to Guilds

Home of the Gaia Enhancement Suite! Come check out our mods, and join to receive updates via PM about new tweaks. 

Tags: modifications, tweaks, scripts, styles, javascript 

Reply Keist's & Highpass's Gaia Modifications
Got a Request? Post it Here! Goto Page: [] [<] 1 2 3 ... 4 5 6 7 [>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Highpass
Vice Captain

Aged Genius

PostPosted: Thu Apr 28, 2011 6:56 pm


MarcyTyson
Quote:
Highpass :> Stats in the sense of progress towards a certain achievement? I don't know if you can get that.

Stats in the sense of achievements done already?http://www.gaiaonline.com/achievements/


*sigh* Call me Miss Understood.

The stats are in each page. All I'm asking is a click to show them all clearly, all in one spot, rather than running around page to page (I am on wifi, meaning when I click, it can take up to 12 minutes for a page to fully load) looking for it all. Like, how does it know how many noobs we've quoted? I know you need 10 for the achievement, tho the stat for it still must exist, unless it's internal to the server, and even then, it can still be called...I'd like to know how many are left, as counting manually doesn't always work right, there has to be a variable somewhere that tells this, and it would be nice to have all of those stats in one place, rather than having to hit 40 pages to collect it all.

And NOT JUST Achievements...ALL stats, One Page.

I guess I'm asking for a kidney, here...sorries to waste your time. When you do figure out exactly what I meant in the first place, let me know.


Stats like that are what I meant when I said "in the sense of progress towards a certain achievement".

They are most likely serverside with no easy retrieval mechanism. In other words, I can't get at that info.
PostPosted: Fri Apr 29, 2011 6:59 am


1. Global and / or Page specific custom CSS
Simply a means to insert custom CSS either to all Gaia pages or some Gaia pages.

2. "Advanced options" in config
Somewhat similar to suggestion 1. Currently you can set a color for highlight background or check to highlight 'invisible' text, it'd be nice if there was an 'advanced' option in which you can edit the full CSS as opposed to just setting 1 property.

TheUnknownFactor


TheUnknownFactor

PostPosted: Fri May 06, 2011 7:59 am


Please, a modification that !$@!% removes this facebook s**t. neutral
PostPosted: Mon May 09, 2011 4:09 pm


TheUnknownFactor
Please, a modification that !$@!% removes this facebook s**t. neutral
i hiiiiighly suggest adding a filter to AdBlock to remove facebook s**t from appearing on non-FB sites ( in chrome you'd use *.facebook.*$domain=~facebook.com|~127.0.0.1 ) but i will add it to Hide Advertisements soon 3nodding

Keist
Captain

Codger


Nuglord

Fatcat

8,900 Points
  • Prayer Circle 200
  • Invisibility 100
  • Clambake 200
PostPosted: Sat May 14, 2011 9:19 pm


In addition to revealing white text, what about enlarging small text?
PostPosted: Mon May 16, 2011 2:39 pm


A minor, mostly insignificant suggestion for the new header overhaul:

When logged out while on any of the internal pages, the navigation hovers over the login field, making it difficult(ish) to log back in without going to the separate login page from the home page.

Would there at all be a way to move that login field down when revealing the navigation? Or, perhaps, to hide the navigation (or even just that extra blank space where the HUD would be) when not logged in so as to avoid the overlap?


whorrcrux

Crew

Animal Friend

23,700 Points
  • Alchemy Level 10 100
  • Bunny Spotter 50
  • Beta Gaian 0

Intoxicated Tentacles

Benevolent Lover

7,950 Points
  • Invisibility 100
  • Peoplewatcher 100
  • Forum Regular 100
PostPosted: Tue May 17, 2011 10:34 pm


Would it be possible for a script to be made to change the header image? Someone mentioned that they liked the panda CI header, and I do, too. I grabbed the URLs for it, too.

http://s.cdn.gaiaonline.com/images/event/may2011ci/may_header.jpg
http://s.cdn.gaiaonline.com/images/event/may2011ci/may_header_cut.jpg
PostPosted: Thu May 19, 2011 8:50 am


edikit
When logged out while on any of the internal pages, the navigation hovers over the login field, making it difficult(ish) to log back in without going to the separate login page from the home page.
ohp, thanks for the notice! i've just applied a fix that SHOULD make the login box layer above the navigation. as far as i can tell, the only problem that arises from that is that the search box is obstructed on small resolutions. if that's too big a problem for people i'll figure something else out 4laugh ooh, maybe i'll restyle it to look like the info bar since there is none when loggedout :O anyway yeah update your style and the fix should be there!

Intoxicated Tentacles

thanks! the 'custom header background' style is actually something i'm working on these days. i just noticed that people ALSO like the little companions, so i've got to round them up and write them in. then, since changing the header image(s) requires users to go in and edit the style, i've got to write a guide on THAT. soooo release is somewhere on the horizon!

Keist
Captain

Codger


nothingbutsimplicity

PostPosted: Mon May 23, 2011 9:54 pm


loving the latest Header overhaul.
just a suggestion/option, would it be possible to have the "1 New Notice" message
appear in the bar on top of the screen instead of having it's own little window? for example:

http://i55.tinypic.com/qsks8y.png

and of course have it clickable. would it be possible?
Notices/Requests/Dev Alerts, anything else.
PostPosted: Tue May 24, 2011 8:11 am


subfuse
and of course have it clickable. would it be possible?
Notices/Requests/Dev Alerts, anything else.
short answer:
not really sad

longer answer:
it's technically possible, but not like your example. i'd rather not implement it the only way it could be implemented, because a) it'd be REALLY REALLY REALLY hacky, and b) it won't grow/shrink gracefully if they introduce/remove types of notifications notifications.

even longer answer:
to achieve the infobar effect, i have to say "user info, completely ignore where gaia put you and instead fix yourself to the top left; gold/cash, same deal except you're at the top right."

unfortunately, the "ignore your position" thing also means it will ignore every other element, and every other element will ignore it. if i tried to say "notifications, go sit nicely next to user info", notifications would be all "who the ******** is user info?"

now, if either user info or gold/cash or notifications were a definitive width, this would not be a problem. if user info was 100px, say, i could just say: "notifications, fix yourself to the top and 100px to the right." problem being, of course, that usernames (and GES for that matter) mean user info is not a definitive width. it might be 250px for me, 275px for you, etc. same goes for the gold/cash thing, obviously, because your gold count can be 1 figure, 5 figures, 8 figures... and finally, same for notifications, because it could just be "1 Notice" or "1 Notice 10 Announcements 1 Guild Announcement 1 Private Message 1 Trade" etc etc. so we can't fix anything in relation to anything else, because they're all flexible.

here's where the hacky solution comes in: each notice type has an icon of a fixed width. theoretically, if notices had no text, we could definitively say: "a person who has 1 or more notices of every type would have a notification box size of 150px". at that point, we could say "notifications, sit at the top left; and user info, sit 150px to the right." then we'd slap up a "greyed out" version of every notice in the background, and then if a user has a notice we'd manually fix it in the exact position it has to be to make it appear that the icon has become highlighted.

what makes that solution suck donkey balls? a) it uses images and i hates images, b) the greyed-out background would have to be applied to a completely different element (like user info) because the 'notices' box doesn't show up if you don't have any notices, c) it's not a real "toggle" of grey=off, color=on; the grey and colored images are in completely different elements so it'd be an even huger pain in the a** to edit than it already is at this point, and d) there'd be no way to preserve the NUMBER of each notification because they're not separate from the NAME of the notification.

and more reasons. but there you go. it saddens me also. sad

Keist
Captain

Codger


nothingbutsimplicity

PostPosted: Tue May 24, 2011 11:44 am


Keist
short answer:
not really sad
well damn. sad
such an explained reason though. so much work for one little outcome.
thank you for the lesson and answer. sad
PostPosted: Wed Jun 01, 2011 7:29 pm


Hmm, got something that removes the whole gaia header question
avatar, gold amount, etc question

STFU SRSLY


Keist
Captain

Codger

PostPosted: Thu Jun 02, 2011 3:31 pm


chastard
Hmm, got something that removes the whole gaia header question
avatar, gold amount, etc question
like, permanently remove? with no way to see it? yeah. but it would mess up some elements on the page.

i wouldn't release it as a tweak 'cause it's the opposite of useful to most people. but here is the code for it:

#gaia_header .header_content {
display: none ; }


make a new style in stylish or stylist (make sure it applies to the gaiaonline.com domain) and throw that in there. should do the trick.
PostPosted: Thu Jun 02, 2011 11:03 pm


Keist

Apologies, this is ridiculously belated, but thank you for that fix c:
I didn't get a quote notification, or missed it or something. gonk


And now an extremely lazy request for Highpass!

Would there be a way to assign tags to specific accounts?

For example, I have a different post style for each of my accounts, and while it doesn't require much effort to put either [one][/one] or [two][/two] around my posts, it would require even less effort for this to happen automatically depending on which account I'm logged into.


whorrcrux

Crew

Animal Friend

23,700 Points
  • Alchemy Level 10 100
  • Bunny Spotter 50
  • Beta Gaian 0

ThePuffinMaster

9,650 Points
  • Mark Twain 100
  • Entrepreneur 150
  • Forum Junior 100
PostPosted: Fri Aug 05, 2011 7:34 am


Is any of this workable with IE gonk
Reply
Keist's & Highpass's Gaia Modifications

Goto Page: [] [<] 1 2 3 ... 4 5 6 7 [>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum