Version 1.0.7 coming very soon... In which these issues are corrected. In addition to a few other fixes.browser123 wrote:Great Mod - excellent work
doesnt work very well on the Prosilver edition that well, the board index bar etc goes outside the borders
I just created a youtube footer html and removed all necessary information.
Also on your demo page and (prosilver SE) it has the rounder corners in blue up the top, but when it hits the bottom it just becomes square instead of rounded as well
Code: Select all
Version 1.0.7
* Fix - Style bug that caused videos to overlap off of the page.
* Fix - Code typos and settings on videos page.
* Change - Created separate language file to make installation easier (less edits to phpBB core files).
* Change - Style settings to make installation easier (less edits to phpBB core files).
Version 1.0.6
* Fix - Language variable typo.
Version 1.0.5
* Fix - Instructions in subsilver edits.
Version 1.0.4
* Fix - Updated jquery.
* Fix - Root path info in overalheader file.
* Change - Added blue background to video page.
* Change - Moved subsilver instructions to contrib folder
* Fix - Link in header.
Version 1.0.3
* Fix - Corrected mod validation errors.
Version 1.0.1
* Fix - Numerous validation errors.
Version 1.0.0
* Add - Thumbnail display of video's playback time (shown on search results thumbnails).
* Add - Auto-hide menu bar (that displays the play/pause and other video options).
* Fix - Install instructions to make mod Auto-Mod compliant.
Version 0.1.1a
* Add - Added Subsilver2 support.
Version 0.1.1
* Add - Added a link to the overall_header.html file.
* Fix - Language variable edit.
* Fix - Cleaned-up a little css
* Fix - A couple of html mistakes in the videos page.
* Fix - Mistake in the install instructions.
Version 0.1.0
* Initial release
I'm aware of the square bottom... that's a very minor thing. For now I wanted to get the major issues corrected. I'll do a quick fix for the "faint hook outlines". I didn't notice that before. I hate IEbrowser123 wrote:nice update
you still have the issue of the blue being square at the bottom and faint hook outlines still central
EDIT : Social chat is still interupted by the Jquery unless you remove it
Mod Updated...keith10456 wrote:I'm aware of the square bottom... that's a very minor thing. For now I wanted to get the major issues corrected. I'll do a quick fix for the "faint hook outlines". I didn't notice that before. I hate IEbrowser123 wrote:nice update
you still have the issue of the blue being square at the bottom and faint hook outlines still central
EDIT : Social chat is still interupted by the Jquery unless you remove it
In reference to the Social chat, I posted the solution to that conflict in the FAQ of this topic a while back
Yes... See Question 10 in the Frequently Asked QuestionsSwT-CarbonzZ wrote:... Just 1 question is there a way to set other viedeos because my forum is about PS3 Games and it shows sow other crap now
Thx for your reply.browser123 wrote:update worked a charm - for those with Social
I just created a youtube_header.html and a youtube_footer.html, and in the youtube.html template folder changed the top and bottom too
<!-- INCLUDE youtube_header.html -->
<!-- INCLUDE youtube_footer.html -->
all i did was take the overall_header.html file take all the social media (refer to social media mod install instructions) out and saved it as youtube_header.html same as with overall_footer.html, that way you can follow this Install perfectly including the Jquery which makes the chat play up (you must still leave the Jquery out of the overall_header.html, but you can insert it in the youtube_header.html)
Edit > I made this quickly if anyone wants it
Code: Select all
<script type="text/javascript" src="{ROOT_PATH}youtube/jquery.js"></script>
That wasn't necessary. All you had to do was see Question 8 in the Frequently Asked Questions post in this topic.browser123 wrote:update worked a charm - for those with Social
I just created a youtube_header.html and a youtube_footer.html, and in the youtube.html template folder changed the top and bottom too
<!-- INCLUDE youtube_header.html -->
<!-- INCLUDE youtube_footer.html -->
all i did was take the overall_header.html file take all the social media (refer to social media mod install instructions) out and saved it as youtube_header.html same as with overall_footer.html, that way you can follow this Install perfectly including the Jquery which makes the chat play up (you must still leave the Jquery out of the overall_header.html, but you can insert it in the youtube_header.html)
Edit > I made this quickly if anyone wants it