Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #11  
Old 24th May 2011, 18:49
shasta's Avatar
shasta shasta is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 46
Default
Quote:
Originally Posted by DARCK View Post
create file test.php
PHP Code:
<?php



stdhead
(" youtube ");




?>
<iframe src="imageflow-youtube/index.php?action=neu_torrents" frameborder="0" scrolling="no" style="width:100%;" height="550"></iframe>


<?

stdfoot
();

?>
yea , i did this and it work , i just want to integrate like a new page in my navigation menu ... thanks
Reply With Quote
  #12  
Old 24th May 2011, 18:53
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default HI
What you as a version of site ?
Reply With Quote
  #13  
Old 24th May 2011, 18:59
shasta's Avatar
shasta shasta is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 46
Default
Quote:
Originally Posted by DARCK View Post
What you as a version of site ?
tsse 5.6
Reply With Quote
  #14  
Old 24th May 2011, 19:21
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default OKI
edit /scripts/dropdown.js


search

PHP Code:
var ie4=document.all
var ns6=document.getElementById&&!document.all 
add before

PHP Code:
var menu13=new Array();
menu12[0]='<a href="' baseurl '/youtube.php">' l_youtube '</a>'
menu12[1]='<a href="' baseurl '/dailymotion.php">' l_dailymotion '</a>' 

edit include/languages/english/scripts.lang.php

PHP Code:
var l_youtube="youtube";

    var 
l_vdailymotion="dailymotion"
edit /include/languages/english/global.lang.php

search
PHP Code:
'error'                            =>'An error has occured!'// Global Error Messages 
add before
PHP Code:
'video'                            =>'search video '// youtube dailymotion 
edit /include/templates/your theme/header.php

search

PHP Code:
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu4, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['forums']; ?></a></li>
add after

PHP Code:
<li class="page_item"><a href="#top" onclick="return  clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu13,  '150px')" onmouseout="delayhidemenu()"><?php echo  $lang->global['video']; ?></a></li>
Reply With Quote
The Following 2 Users Say Thank You to DARCK For This Useful Post:
FENIX (12th June 2013), shasta (24th May 2011)
Reply

Tags
dailymotion , youtube

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:57. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.