Re: Site Discussion Thread
Posted: Wed Sep 09, 2015 3:22 pm
If you see a bad quality post, report it and the staff will handle it.
Zeldamaster12 wrote:If you see a bad quality post, report it and the staff will handle it.
Reported.FanofSMBX wrote:noJoey wrote:Anybody who thought that post was useless CLEARLY didn't read all of it!!!
Problem is though, there isn't much interest unfortunately, plus the old Wiki's days are numbered essentially and it doesn't get much traffic as it is, so really, we'd be wasting our time at this point. It's a nice idea all the same however, it's just that putting a lot of time and effort into something that isn't as well received as you may have hoped is a real downer, which is something that almost always causes things to be abandoned sooner or later.lighthouse64 wrote:Well... Maybe we could make a newsletter page on the wiki ourselves (those who want it still)
Oh ok. Anyways, There was some kind of news page going on b4 at the wiki. If u search it up, you'll probably find it.Squishy Rex wrote:Problem is though, there isn't much interest unfortunately, plus the old Wiki's days are numbered essentially and it doesn't get much traffic as it is, so really, we'd be wasting our time at this point. It's a nice idea all the same however, it's just that putting a lot of time and effort into something that isn't as well received as you may have hoped is a real downer, which is something that almost always causes things to be abandoned sooner or later.lighthouse64 wrote:Well... Maybe we could make a newsletter page on the wiki ourselves (those who want it still)
What about Forum's Funniest Posts? It was locked for the same reason, but no reason was given on that thread, which is why I linked to the IRC quotes topic. Plus, I felt that some of the quotes in the Forums Funniest Posts were pretty funny.Joey wrote:IRC quotes thread won't come back regardless, though, because none of the quotes were good.
Bumping this out of interest.Nexia wrote:Out of curiosity, what's stopping us from having HTML5 YouTube <video> tags instead of flash?
I personally don't have the flash plugin installed for the main browser I use(out of preference), and it gets a bit annoying when I have to open Internet Explorer or another browser in order to view embedded YouTube videos in a thread with flash. I'd think flash is outdated by now for such things.
However I'm aware that this might be having to do with how the forum's software is coded/something backend.*shrug*
AeroMatter wrote:Bumping this out of interest.Nexia wrote:Out of curiosity, what's stopping us from having HTML5 YouTube <video> tags instead of flash?
I personally don't have the flash plugin installed for the main browser I use(out of preference), and it gets a bit annoying when I have to open Internet Explorer or another browser in order to view embedded YouTube videos in a thread with flash. I'd think flash is outdated by now for such things.
However I'm aware that this might be having to do with how the forum's software is coded/something backend.*shrug*
Code: Select all
[video]{URL}[/video]
Code: Select all
<div class='bbvideo' data-url='{URL}' style='width: 640px; height: 390px; margin: 2px 0; display: inline-block; background: #000; color: #fff; overflow: hidden; vertical-align: bottom;'><div style='height: 100%;'><script>if (typeof bbmedia == 'undefined') { bbmedia = true; var e = document.createElement('script'); e.async = true; e.src = 'http://phpbbex.com/api/bbmedia.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); }</script></div><div style='text-align: right; height: 14px; margin-top: -14px; padding-right: 2px; font: 10px/10px Verdana; color: #555;'><a style='color: #105289; text-decoration: none;' href='http://phpbbex.com/' target='_blank'>phpBB</a> [video]</div></div>
Code: Select all
Insert video: [video]http://youtube.com/url[/video]