Page 8 of 12

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Thu Oct 24, 2013 10:59 am
by 4ndY
dubunked wrote:I think there should be signatures on mobile
There are two main issues with signatures on mobile:
1) most people have Flash in signature and most smartphones don't support it so it's useless
2) on small screens primary content (posts) has a priority over unneeded one (signatures), and everybody grumble how mobile version of forum is unusable because of too much everything on it, so reduction of unneeded content is the solution :-)

Maybe we'll put some option in User control panel so you could turn it back on...

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sat Oct 26, 2013 4:33 pm
by Blingley
How in nine bloody hells of Baator does one actually use the [bandcamp] tag? Here's a few examples of ways that do not work.

Code: Select all

[bandcamp]http://blingley.bandcamp.com/album/i-just-like-magnets[/bandcamp]

Code: Select all

[bandcamp]3347047836[/bandcamp]

Code: Select all

[bandcamp=3347047836]http://blingley.bandcamp.com/album/i-just-like-magnets[/bandcamp]

Code: Select all

[bandcamp=http://blingley.bandcamp.com/album/i-just-like-magnets]3347047836[/bandcamp]

Code: Select all

[bandcamp:album]3347047836[/bandcamp]

Code: Select all

[bandcamp:album]http://blingley.bandcamp.com/album/i-just-like-magnets[/bandcamp]

Code: Select all

[bandcamp]<iframe style="border: 0; width: 350px; height: 470px;" src="http://bandcamp.com/EmbeddedPlayer/album=3347047836/size=large/bgcol=ffffff/linkcol=0687f5/notracklist=true/transparent=true/" seamless><a href="http://blingley.bandcamp.com/album/i-just-like-magnets">I just like Magnets by Adi "Blingley" Saikkonen</a></iframe>[/bandcamp]

Code: Select all

[HTML]<iframe style="border: 0; width: 350px; height: 470px;" src="http://bandcamp.com/EmbeddedPlayer/album=3347047836/size=large/bgcol=ffffff/linkcol=0687f5/notracklist=true/transparent=true/" seamless><a href="http://blingley.bandcamp.com/album/i-just-like-magnets">I just like Magnets by Adi "Blingley" Saikkonen</a></iframe>[/HTML]

Code: Select all

[bandcamp width=350 height=470 album=3347047836 size=large bgcol=ffffff linkcol=0687f5 notracklist=true]

Code: Select all

[bandcamp]width=350 height=470 album=3347047836 size=large bgcol=ffffff linkcol=0687f5 notracklist=true[/bandcamp]

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sat Oct 26, 2013 4:57 pm
by didi
[bandcamp]424567755[/bandcamp]

it's pretty EZ swamp m81

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sat Oct 26, 2013 5:56 pm
by Blingley
dididub wrote:[bandcamp]424567755[/bandcamp]

it's pretty EZ swamp m81
When I try that, I just get:

[bandcamp]3347047836[/bandcamp]

Code: Select all

LOG:
External calls not allowed.  Disabling.
setting bgcolors to 16777215(FFFFFF)
load_data error for url: http://bandcamp.com/playerdata?track=3347047836
  event: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]
As you can see, it automatically assumes the targeted ID is a track, rather than an album. Album tracks, from what I gather, do not get a track ID assigned to them, and as such it's impossible to link to a single track within an album. At least when I try to get the embed code from bandcamp on any of the specific tracks of mine, it only gives me the embed through reference to the album ID. And indeed, it doesn't seem possible to link to the album itself either, since it doesn't seem that the implemented BBCode solution supports that. Or if it does, I do not know what the syntax is. Compare:
Bandcamp wrote:<iframe style="border: 0; width: 350px; height: 442px;" src="http://bandcamp.com/EmbeddedPlayer/[b][ ... =424567755[/u][/b]/size=large/bgcol=ffffff/linkcol=0687f5/notracklist=true/transparent=true/" seamless><a href="http://hi5ghost.bandcamp.com/track/my-t ... rience">My Tram Experience by Hi5ghost</a></iframe>
Bandcamp wrote:<iframe style="border: 0; width: 350px; height: 470px;" src="http://bandcamp.com/EmbeddedPlayer/[b][ ... 3347047836[/u][/b]/size=large/bgcol=ffffff/linkcol=0687f5/notracklist=true/t=7/transparent=true/" seamless><a href="http://blingley.bandcamp.com/album/i-ju ... magnets">I just like Magnets by Adi "Blingley" Saikkonen</a></iframe>

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sat Oct 26, 2013 6:11 pm
by didi
i think ur right actually

4ndy what u saying bout this?

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sat Oct 26, 2013 7:18 pm
by Blingley
If people spamming their albums everywhere is the reason for this, perhaps allow it only in the "Music (Tunes and Releases)"-forum.

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sat Oct 26, 2013 11:18 pm
by 4ndY
As I can see, current setup of bandcamp tag supports only tracks.

To be exact, phpBB replace this:

Code: Select all

[bandcamp]{NUMBER}[/bandcamp]
with this:

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="100" ><param name="movie" value="http://bandcamp.com/EmbeddedPlayer.swf/track={NUMBER}/size=venti/bgcol=FFFFFF/linkcol=4285BB/" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="always" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#FFFFFF" /><embed src="http://bandcamp.com/EmbeddedPlayer.swf/track={NUMBER}/size=venti/bgcol=FFFFFF/linkcol=4285BB/" width="400" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality=high allowScriptAccess=never allowNetworking=always wmode=transparent bgcolor=#FFFFFF></embed></object>
I would like to keep this setting in sake of backward compatibility (if I change it all posts that use old bandcamp tags would be ruined). So to enable you to put albums, I could create a new tag ([bandcamp-album] maybe?) if you agree? Or do you have a better idea? :roll:

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sun Oct 27, 2013 12:01 am
by Blingley
4ndY wrote:As I can see, current setup of bandcamp tag supports only tracks.

To be exact, phpBB replace this:

Code: Select all

[bandcamp]{NUMBER}[/bandcamp]
with this:

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="100" ><param name="movie" value="http://bandcamp.com/EmbeddedPlayer.swf/track={NUMBER}/size=venti/bgcol=FFFFFF/linkcol=4285BB/" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="always" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#FFFFFF" /><embed src="http://bandcamp.com/EmbeddedPlayer.swf/track={NUMBER}/size=venti/bgcol=FFFFFF/linkcol=4285BB/" width="400" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality=high allowScriptAccess=never allowNetworking=always wmode=transparent bgcolor=#FFFFFF></embed></object>
I would like to keep this setting in sake of backward compatibility (if I change it all posts that use old bandcamp tags would be ruined). So to enable you to put albums, I could create a new tag ([bandcamp-album] maybe?) if you agree? Or do you have a better idea? :roll:
[bandcamp:album] or [bandcamp-album] should work. I thought about allowing people to use HTML, but then I came up with a handful of reasons why it was an awful idea.

Or:

Code: Select all

[bandcamp]album=1552352324[/bandcamp]
[bandcamp]track=1552352324[/bandcamp]
And having it default to track if no string= is present.

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sun Oct 27, 2013 9:40 am
by 4ndY
I've made following changes to a bandcamp tag:
1) I've switched old embedded code to Flash-free version so people on smartphones and tablets can use the embedded player.
2) I've introduced a new tag [bandcamp=album] with which you can link an album with the similar syntax:

Code: Select all

[bandcamp=album]AlbumID[/bandcamp]
There exists this option of course:

Code: Select all

[bandcamp=track]TrackID[/bandcamp]
which gives the same results as the old one.

:e: 8)

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Sun Oct 27, 2013 9:59 am
by didi
:Q:

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Mon Nov 11, 2013 4:04 am
by Terpit
Everything looks really fucky today

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Mon Nov 11, 2013 4:25 am
by SunkLo

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Mon Nov 11, 2013 9:06 am
by 4ndY
Wou, I didn't see that phpBB3 update f* up prosilver skin. :o I'll fix it...

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Tue Nov 12, 2013 1:35 am
by SunkLo
4ndY wrote:Wou, I didn't see that phpBB3 update f* up prosilver skin. :o I'll fix it...
:Q:
BUps button is still getting clipped on the right side on some posts.

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Wed Nov 13, 2013 4:12 pm
by 4ndY
SunkLo wrote: :Q:
BUps button is still getting clipped on the right side on some posts.
Fixed + added anti-spam features.

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Wed Nov 13, 2013 4:25 pm
by m8son666
why is it a thanks button now?

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Wed Nov 13, 2013 4:33 pm
by Sexual_Chocolate
yes, little downs to the thanks button.

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Wed Nov 13, 2013 11:39 pm
by SunkLo
Nevalo wrote:yes, little downs to the thanks button.
Came here to say exactly this.

Also the button's still clipped for me. Might be aliens...

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Wed Nov 13, 2013 11:47 pm
by titchbit
SunkLo wrote:
Nevalo wrote:yes, little downs to the thanks button.
Came here to say exactly this.

Also the button's still clipped for me. Might be aliens...
most likely aliens.

Re: Site Update Feedback Thread - comments/queries/wishlist

Posted: Wed Nov 13, 2013 11:53 pm
by syrup
Thuck Fanks