Page 4 of 14

Re: New BBCodes

Posted: Tue November 05, 2013 10:53 pm
by Sgt. Crackpot
Sarah. wrote:Is there anything Pete doesn't have a screenshot of?

Also Sarge, can you make my iPad less shit at running the forum?
Do you use the mobile mode, or just the main full website mode when using the forum?

Re: New BBCodes

Posted: Thu November 07, 2013 1:16 am
by Sgt. Crackpot
malice wrote:and re-add the 'move' function for posts
I looked into this. This function used to be available in phpBB2, but not phpBB3. If they add it again in an update in the future, we'll look at enabling it again.

Re: New BBCodes

Posted: Thu November 07, 2013 1:27 am
by Sgt. Crackpot
theplatypus wrote:Add "View active topics" to the mobile version of RM.
It's there via the search/magnifying glass menu at the top. :thumbsup:

Re: New BBCodes

Posted: Thu November 07, 2013 2:05 am
by Norah

Re: New BBCodes

Posted: Thu November 07, 2013 2:21 am
by Sgt. Crackpot
Would anyone have a use for the ability to embed the following?
  • TED Talks
    Liveleak
    IGN Video
    Google Maps
If there are other types any one would like, please let me know.

Re: New BBCodes

Posted: Thu November 07, 2013 2:43 am
by Norah
nope

Re: New BBCodes/changes/suggestions/etc.

Posted: Sat November 09, 2013 4:05 pm
by Heathen
Sgt. Crackpot wrote:Bandcamp Single Tracks

Note: This can only be used to embed single tracks that are not in an album.
Actually, you can include any track with that code, even if it's part of an album. It's just that bandcamp won't show the track ID in their embed code, so you have to find it yourself. It can be found in several places in the source code of the page, such as this one:

Code: Select all

<meta property="og:video" content="http://bandcamp.com/EmbeddedPlayer.swf/size=venti/track=1841635559/">
Or, you could use this bookmarklet I made for myself:

Code: Select all

javascript:(function(){alert('[bc'+TralbumData.item_type+']'+TralbumData.id+'[/bc'+TralbumData.item_type+']');})()
Use this as if it were a regular bookmark, click on it when you're on a bandcamp album OR track page and it will show you the correct BBcode so you just have to copy/paste it into your post.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 3:50 am
by Birds in Hell
Can we go back to the old YouTube code?

The new one sucks.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:00 am
by Sgt. Crackpot
Birds in Hell wrote:Can we go back to the old YouTube code?

The new one sucks.
I haven't changed the YouTube code. Do you mean the one on the old board? How was it different?

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:07 am
by Norah
Sgt. Crackpot wrote:
Birds in Hell wrote:Can we go back to the old YouTube code?

The new one sucks.
I haven't changed the YouTube code. Do you mean the one on the old board? How was it different?
Just the video ID instead of the full URL. In theory the full URL should be easier for people, the problem is there's like a half a dozen different ways to navigate to a video on youtube and they all provide a slightly different url and only one works.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:26 am
by Sgt. Crackpot
Ok, let me know how this goes.

I've added an additional YouTube code (so not to break the functionality of the exiting one for other users.

You can embed YouTube videos just using the video code only via:

Code: Select all

[yt][/yt]
Example:

Code: Select all

[yt]6a6VVncgHcY[/yt]
Result:

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:46 am
by Birds in Hell
For the sake of simplicity, I'd vote junking the "full URL" one altogether and just revert back to

Code: Select all

[YouTube]video ID[/YouTube]
- as chud pointed out, the problem is that the full URL varies depending on whether you went in through YouTube, whether you're using a mobile device, whether you use the share URL instead, etc.

I don't see a reason to keep it but others might disagree.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:49 am
by Jorge
If we remove the old code, all the current posted videos will break, and all of Stickman's work will be ruined.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:51 am
by BurtReynolds
you could probably hide the button though.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:54 am
by Birds in Hell
theplatypus wrote:If we remove the old code, all the current posted videos will break, and all of Stickman's work will be ruined.
Oh, I hadn't thought of that.

I don't know if that's such a big deal, though (it probably is to Stickman, admittedly). I'd still do it.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 4:54 am
by Sgt. Crackpot
theplatypus wrote:If we remove the old code, all the current posted videos will break, and all of Stickman's work will be ruined.
Yeah, mainly this. Unless any one would like to volunteer and edit all of the codes. :D

Plus, there are a lot of users that would still keep the habit of using the old URL method. I think it's better to keep it running. There's no real negative to having both options to give users a preference.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 5:00 am
by Birds in Hell
Sgt. Crackpot wrote:There's no real negative to having both options to give users a preference.
I don't know, it seems kind of messy. I think having consistency moving forward is worth screwing up 10 months' worth of posts but I might be in the minority there.

Either way, I'm glad to have the old code back - thanks Sarge.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 5:06 am
by Sgt. Crackpot
I think it will be more messy to break 10 months worth of codes. Plus, not all users check in this forum/thread for changes. There'll be quite a few pissed off users wondering why their videos no longer embed.

I can understand the need for consistency, but I think user-friendliness outweighs that need.

Anyway, if there are any other things that you'd like added/changed let me know here and I'm happy to look into them. There are still other items in progress on my list, and some are awaiting certain decisions/permissions from Admins, so there's still more to come (including new skin(s)! :D).

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 10:51 am
by Heathen
It should be possible to make a single BBcode that works for all sorts of youtube URLs, using a system similar to what I experimented with bandcamp there, i.e. with a call to an intermediate script that analyzes the URL and extract the relevant data.

Re: New BBCodes/changes/suggestions/etc.

Posted: Mon November 11, 2013 11:35 pm
by Norah
Birds in Hell wrote:
Sgt. Crackpot wrote:There's no real negative to having both options to give users a preference.
I don't know, it seems kind of messy. I think having consistency moving forward is worth screwing up 10 months' worth of posts but I might be in the minority there.

Either way, I'm glad to have the old code back - thanks Sarge.
Team spenno.