Possible Shouts Bug

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXIAH.com » Bugs » Possible shouts bug
Possible shouts bug
 Carbuncle.Kaelthas
Offline
サーバ: Carbuncle
Game: FFXI
Posts: 216
By Carbuncle.Kaelthas 2016-09-27 13:09:09  
Ok so normally when you click the shouts page and aren't logged in, you're prompted to login, but here's the weird part. For some reason the system seems to think i'm logged in as Ragnarok. Sabrtooth most of the time I click on the shouts button. I've uploaded a picture below of what it looks like when I don't login.



Sometimes changing the server prompts me to login, but after changing back to another server/going onto the home page and going back to it, seems to think I've logged in.
necroskull Necro Bump Detected! [54 days between previous and next post]
 Bahamut.Milamber
Offline
サーバ: Bahamut
Game: FFXI
user: milamber
Posts: 3691
By Bahamut.Milamber 2016-11-20 13:53:52  
Shouts are coming up blank, clicking "View More" on the front page leads to this:
Code
; var FFXI_Shout = {}; FFXI_Shout.init = function () { this.inited = 0; this.latest = 0; this.zones = { '243': 'RuLudeGard', '244': 'UpJeuno', '245': 'LowJeuno', '246': 'PortJeuno', '256': 'WestAdoulin', '257': 'EastAduolin' }; this.secs_since_update = 0; this.timer = setInterval(function () { FFXI_Shout.countUp(); }, 1000); FFXI_Shout.render(Shouts['shouts']); }; FFXI_Shout.render = function (data) { data = data.reverse(); $("div", "#shout-wrapper").removeClass("shout-new"); var tmp = FFXI_Shout.latest; for (var i = 0; i < data.length; i++) { if (i >= 25) break; if (FFXI_Shout.latest < data[i].timestamp) { FFXI_Shout.addRow(data[i]); tmp = data[i].timestamp; } } if (!FFXI_Shout.inited) { FFXI_Shout.inited = 1; } $("#shout-wrapper > div").unbind('mouseenter') .mouseenter(function () { $(this).css('backgroundColor', '#325'); }).mouseleave(function () { $(this).css('backgroundColor', ''); }); FFXI_Shout.latest = tmp; FFXI_Shout.resetCounter(); }; FFXI_Shout.countUp = function () { this.secs_since_update++; $("#shouts-last-updated").html(this.secs_since_update); if (this.secs_since_update > 120) { location.reload(); } }; FFXI_Shout.resetCounter = function () { this.secs_since_update = 0; $("#shouts-last-updated").html(0); }; FFXI_Shout.addRow = function (row) { var d = new Date(); d.setTime(row.timestamp); var cnew = (this.inited) ? "style='display:none;' class=shout-new" : ""; var ret = "
"; ret += "" + this.zones[row.zone] + ""; ret += "
["; ret += d.format("H:i:s"); ret += "] "; ret += FFXI.playerLink(Site.server, row.character); ret += " : "; ret += row.message; ret += "
"; ret += "
"; $("#shout-wrapper").append(ret); if (this.inited) { $("#shout-wrapper > div:first-child").remove(); $("#" + row.timestamp).fadeIn(); } }; $(function () { $("#hide").click(function () { $('#gw-iframe').remove(); var flags = Core.getCookie('flags'); if (!flags) { flags = 0; } console.log(Core.setBit(flags, 0x1)); Core.setCookie('flags', Core.setBit(flags, 0x1)); }); FFXI_Shout.init(); Stream.addHandler('shouts', FFXI_Shout.render); Stream.connect(); });


 Quetzalcoatl.Commencal
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Scwall
Posts: 339
By Quetzalcoatl.Commencal 2016-11-20 13:57:45  
Guildwork is down for maintenance.