Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x
Author Message
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1123

PostPosted: Tue Sep 30, 2014 1:33 pm Reply with quote

As you see I'm busy these days checking line by line on RaveNuke's files.

I found out some validation issues with BBCODE BOX ADDONS.

Path: modules/Forums/templates/subSilver/bbcode.tpl or themes/Yourtheme/forums/bbcode.tpl


If you insert a youtube video on your forum your page wont be validated because

Code:
line 186 column 38 - Warning: <iframe> proprietary attribute "allowfullscreen"


Search for

Code:


<!-- BEGIN youtube -->
<div class="forumvideo video"><iframe src="http://www.youtube.com/embed/{YOUTUBEID}" frameborder="0" allowfullscreen></iframe>
<div class="forumvideotagline"><a class="postlink youtu ficon" href="http://youtu.be/{YOUTUBEID}" target="_blank">youtu.be/{YOUTUBEID}</a></div></div>
<!-- END youtube -->


Replace with(valid XTHML)

Code:


<!-- BEGIN youtube -->
<div class="forumvideo video"><iframe src="http://www.youtube.com/embed/{YOUTUBEID}" frameborder="0"></iframe>
<div class="forumvideotagline"><a class="postlink youtu ficon" href="http://youtu.be/{YOUTUBEID}" target="_blank">youtu.be/{YOUTUBEID}</a></div></div>
<!-- END youtube -->


or

Replace with(Valid HTML5)

Code:


<!-- BEGIN youtube -->
<div class="forumvideo video"><iframe <iframe style="border:0;" src="http://www.youtube.com/embed/{YOUTUBEID}" allowfullscreen></iframe>
<div class="forumvideotagline"><a class="postlink youtu ficon" href="http://youtu.be/{YOUTUBEID}" target="_blank">youtu.be/{YOUTUBEID}</a></div></div>
<!-- END youtube -->



NOTE: There are more files with the same issue. Please correct them yourself following step by step from above.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©