qwerty wrote : Why not enable? the possibility to embedding a video.
Like this:
<iframe width="420" height="315" src="http://www.youtube.com/embed/dR64jNXzSC4" frameborder="0" allowfullscreen></iframe>
I think they are. Just not in this section. My memory is kind of 50/50 on if I saw embeded youtube on this forum, and I'm kind of leaning towards yes.
TRL
Saturday, August 18, 2012
Nope.
MimaThe Disciple
Sunday, August 19, 2012
Whenever someone posts an embed video, I have to edit it and place the link there instead of it. I don't know why, but I know embed videos don't work too well here, especially for those who didn't register. So I've been instructed to edit all embed videos.
RealDeal
Sunday, August 19, 2012
Mima wrote : Whenever someone posts an embed video, I have to edit it and place the link there instead of it. I don't know why, but I know embed videos don't work too well here, especially for those who didn't register. So I've been instructed to edit all embed videos.
why you care for unregistered people?because of them you make forum members life sad
ZethThe Admin
Sunday, August 19, 2012
Actually the problem is the reverse of that. You have to be logged out to see the embeds (in some cases). Before a certain date, the "allow html" option for users was disabled by default to prevent malicious presentation usages. At some point or another, the option was re-enabled by someone and, because of this, there is a split where a large majority of the users will see raw html being output while the other half will see the actual embed being used.
We're on a side-hacked custom phpbb2 (very old) as it is, but I'll see if I can pull into the user tables and unify the settings with a query.
Edit : Done.
RealDeal
Sunday, August 19, 2012
Zeth wrote : Actually the problem is the reverse of that. You have to be logged out to see the embeds (in some cases). Before a certain date, the "allow html" option for users was disabled by default to prevent malicious presentation usages. At some point or another, the option was re-enabled by someone and, because of this, there is a split where a large majority of the users will see raw html being output while the other half will see the actual embed being used.
We're on a side-hacked custom phpbb2 (very old) as it is, but I'll see if I can pull into the user tables and unify the settings with a query.