SGF VIEWER FLASHGOBAN Or EIDOGO
- Phelan
- Gosei
- Posts: 1449
- Joined: Tue Apr 20, 2010 3:15 pm
- Rank: KGS 6k
- GD Posts: 892
- Has thanked: 1550 times
- Been thanked: 140 times
- kirkmc
- Lives in sente
- Posts: 1072
- Joined: Tue Apr 20, 2010 3:51 am
- Rank: 5K KGS
- GD Posts: 1165
- KGS: Dogen
- Location: Stratford-upon-Avon, England
- Has thanked: 32 times
- Been thanked: 70 times
- Contact:
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
I think the compact is better for inline games...
My blog about Macs and more: Kirkville
- kirkmc
- Lives in sente
- Posts: 1072
- Joined: Tue Apr 20, 2010 3:51 am
- Rank: 5K KGS
- GD Posts: 1165
- KGS: Dogen
- Location: Stratford-upon-Avon, England
- Has thanked: 32 times
- Been thanked: 70 times
- Contact:
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
FWIW, EidoGo displays fine on my iPad.
My blog about Macs and more: Kirkville
- fwiffo
- Gosei
- Posts: 1435
- Joined: Tue Apr 20, 2010 6:22 am
- Rank: Out of practice
- GD Posts: 1104
- KGS: fwiffo
- Location: California
- Has thanked: 49 times
- Been thanked: 168 times
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
yoyoma wrote:I like full better, especially for the variation tree. Also more room to see sgf comments.
Yeah, I think I'm going to leave both as an option. I like the full version myself, but it does take up a lot of room.
kirkmc wrote:FWIW, EidoGo displays fine on my iPad.
*tents fingers* Excellent...
- mdobbins
- Lives with ko
- Posts: 242
- Joined: Sun Feb 28, 2010 8:18 am
- Rank: KGS 4 Kyu
- GD Posts: 2067
- KGS: mgd
- DGS: mdobbins
- Location: Pa, Va
- Has thanked: 15 times
- Been thanked: 64 times
- Contact:
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
kirkmc wrote:FWIW, EidoGo displays fine on my iPad.
Droid likes...
- fwiffo
- Gosei
- Posts: 1435
- Joined: Tue Apr 20, 2010 6:22 am
- Rank: Out of practice
- GD Posts: 1104
- KGS: fwiffo
- Location: California
- Has thanked: 49 times
- Been thanked: 168 times
- Chew Terr
- Gosei
- Posts: 2060
- Joined: Mon Apr 19, 2010 12:45 pm
- Rank: KGS 3k
- GD Posts: 264
- KGS: Chew
- Location: Texas
- Has thanked: 546 times
- Been thanked: 172 times
- Contact:
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
Doesn't work for the optional Opera iphone application. You can see the variations tree, but not the board itself.
It does work, however, on the default Safari iphone browser.
It does work, however, on the default Safari iphone browser.
Someday I want to be strong enough to earn KGS[-].
- fwiffo
- Gosei
- Posts: 1435
- Joined: Tue Apr 20, 2010 6:22 am
- Rank: Out of practice
- GD Posts: 1104
- KGS: fwiffo
- Location: California
- Has thanked: 49 times
- Been thanked: 168 times
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
Hmm, don't know if I'll be able to debug Opera for the iPhone.
Any users of a non-phone version of Opera having any trouble?
Actually, I just realized that I'm using my enhanced version of EidoGo which has some compatibility issues with IE6. But IE6 users are a pox on the whole of the internets, so they can eat me.
Actually, I just realized that I'm using my enhanced version of EidoGo which has some compatibility issues with IE6. But IE6 users are a pox on the whole of the internets, so they can eat me.
- Chew Terr
- Gosei
- Posts: 2060
- Joined: Mon Apr 19, 2010 12:45 pm
- Rank: KGS 3k
- GD Posts: 264
- KGS: Chew
- Location: Texas
- Has thanked: 546 times
- Been thanked: 172 times
- Contact:
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
I actually had to upgrade from IE6 at work, just for purposes of viewing here... heh.
Someday I want to be strong enough to earn KGS[-].
- flOvermind
- Lives with ko
- Posts: 295
- Joined: Wed Apr 21, 2010 3:19 am
- Rank: EGF 4 kyu
- GD Posts: 627
- Location: Linz, Austria
- Has thanked: 21 times
- Been thanked: 43 times
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
Working fine on Maemo (N900).
As you have it now, the poster can decide whether to use the small or the large version. Would it be possible to let the viewer decide which version to use? Something like a setting in the user control panel, switching between eidogo small and large (and perhaps even flash)... That way, everyone could use what works best for him.
As you have it now, the poster can decide whether to use the small or the large version. Would it be possible to let the viewer decide which version to use? Something like a setting in the user control panel, switching between eidogo small and large (and perhaps even flash)... That way, everyone could use what works best for him.
- fwiffo
- Gosei
- Posts: 1435
- Joined: Tue Apr 20, 2010 6:22 am
- Rank: Out of practice
- GD Posts: 1104
- KGS: fwiffo
- Location: California
- Has thanked: 49 times
- Been thanked: 168 times
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
@flOvermind: That would actually be pretty complicated. Right now, it uses BBcodes which are restricted to a very simple search and replace. It replaces this:
with this:
Having it replace conditionally based on a viewer preference would involve writing some actually modifications to the forum software, which would be pretty complicated and would make it harder to maintain the forum (e.g. doing upgrades for security fixes and whatnot).
So while I can't say that it's impossible, it would probably be more trouble than it's worth.
Code: Select all
[eidogo](SGF_DATA)[/eidogo]with this:
Code: Select all
<iframe src="/eidogo-phpbb3/iframe-player.html" style="width: 423px; height: 621px; border: 0; overflow: hidden;"></iframe>
<pre style="display: none;" class="eidogo-compact">(SGF_DATA)</pre>Having it replace conditionally based on a viewer preference would involve writing some actually modifications to the forum software, which would be pretty complicated and would make it harder to maintain the forum (e.g. doing upgrades for security fixes and whatnot).
So while I can't say that it's impossible, it would probably be more trouble than it's worth.
- flOvermind
- Lives with ko
- Posts: 295
- Joined: Wed Apr 21, 2010 3:19 am
- Rank: EGF 4 kyu
- GD Posts: 627
- Location: Linz, Austria
- Has thanked: 21 times
- Been thanked: 43 times
Re: SGF VIEWER FLASHGOBAN Or EIDOGO
Ok. I must confess I don't know anything about phpBB, so I don't know how extensible it is. If you need to modify the forum software to do it, then it probably isn't a good idea 