It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
oigroig: i am logged with gog and gogwiki but when i try to sinchronize the wiki page it appear this:

what to do?
are you logged in on www.gogwiki.com or just gogwiki.com? You must use "www." :)
avatar
oigroig: i am logged with gog and gogwiki but when i try to sinchronize the wiki page it appear this:

what to do?
avatar
Ubivis: are you logged in on www.gogwiki.com or just gogwiki.com? You must use "www." :)
done,thanks
there is really no way for have an Opera script that allow to have the gog's nickname as a link to their GogWiki user page?
avatar
oigroig: there is really no way for have an Opera script that allow to have the gog's nickname as a link to their GogWiki user page?
It's been a ages since I touched the Opera plugin but as I recall I was having trouble adding the button and changing names to links as part of the same extension. You have to choose one type of behaviour or the other, so I would need to make a second extension just for adding the links. It's not a huge job - I'll see if I can get that done tomorrow evening.

If anyone's curious, all it takes to change names into links is the following code (which depends on jQuery) to be executed as soon as the page's DOM is constructed:

var wiki_user_base = "[url=http://www.gogwiki.com/index.php?title=Special:GOGUser/&quot]http://www.gogwiki.com/index.php?title=Special:GOGUser/&quot[/url];
$(".b_u_name").each(function() {
var element = $(this);
var name = element.text();
element
.text('')
.append(
$("<a>")
.attr("href", wiki_user_base + name)
.attr("target", "_blank")
.css("color", "#FFFFFF")
.text(name)
)
})
Post edited February 12, 2012 by Barefoot_Monkey
avatar
oigroig: there is really no way for have an Opera script that allow to have the gog's nickname as a link to their GogWiki user page?
I've made the extension and submitted it to Opera to put on their addons list. I'll let you know when it's available.
avatar
oigroig: there is really no way for have an Opera script that allow to have the gog's nickname as a link to their GogWiki user page?
The seperate Opera extension for changing usernames into GogWiki links has been approved by Opera.
Post edited February 15, 2012 by Barefoot_Monkey
avatar
oigroig: there is really no way for have an Opera script that allow to have the gog's nickname as a link to their GogWiki user page?
avatar
Barefoot_Monkey: The seperate Opera extension for changing usernames into GogWiki links has been approved by Opera.
thanks
Oops - it looks like the page I linked to in my last post required a login.

This one should work better
With the new GOG Page Live, the script does not work anymore. We will try to update it as soon as possible :)
I'll try to make an updated script this weekend, and take the opportunity to make some improvements I've been meaning to add for some time, including:

- Hopefully removing the need to purge your wiki user page for an up-to-date shelf
- Sync command will be placed in the new "My Account" menu
- Link to your wiki page in "My Account"
- Better sync progress display
- Wiki links all using the new "pretty" urls

I'll do Firefox first, then Chrome, and finally Opera.
Thankyou for your continued effort. It's very much appreciated! :D
Progress! I'm writing a proper Firefox extension (bootstrapped, so no browser restart required to install) with the following features already working:

- Autohide the nav bar (fade and slide up - looks pretty good IMO)
- Gamecards all have links to the corresponding wiki page
- "Sync with wiki" command added to "My Account" menu (syncing not functional yet)

Still need:
- Usernames in forum to link to wiki pages
- Configuration for nav bar autohide (this should default to "off" and have "inactive" opacity and offset configurable)
- Syncing needs to work again

Being a proper extension, I'll be able to add it to addons.mozilla.com so everyone can get automatic updates.

I'll make the extension public as soon as I get the essential features all working. ETA for the extension is still after the weekend.
avatar
Barefoot_Monkey: Progress! I'm writing a proper Firefox extension (bootstrapped, so no browser restart required to install) with the following features already working:

- Autohide the nav bar (fade and slide up - looks pretty good IMO)
- Gamecards all have links to the corresponding wiki page
- "Sync with wiki" command added to "My Account" menu (syncing not functional yet)

Still need:
- Usernames in forum to link to wiki pages
- Configuration for nav bar autohide (this should default to "off" and have "inactive" opacity and offset configurable)
- Syncing needs to work again

Being a proper extension, I'll be able to add it to addons.mozilla.com so everyone can get automatic updates.

I'll make the extension public as soon as I get the essential features all working. ETA for the extension is still after the weekend.
this sounds amazing... hopefully this is possible for chrome too :)
avatar
Ubivis: this sounds amazing... hopefully this is possible for chrome too :)
Definitely. Just give me some time and it will be done.
Another GOGWiki user saying thanks here... :-D