Selam arkadaslar Sitemin forumunda daha once Youtube ve google videolarını yayinlamak ıcın gereken kodları ekledım simdi video google videolarını oynata biliyorum ama Yaho'nun videolarını oynatamıyorum Bilgisi olan arkadaslar yardımcı olursa sevınırım
Admin panelinden forumlara gir genel yönetimde ayarları aç
İzin verilen HTML etiketleri
Etiketleri virgüllerle ayırın yazan yere şunları ekle:
Kod:
b,i,u,pre,object,param,embed
kolay gelsin.
Bi Sorunum var Yaho videoları oynuyor ama videoyu sadece kayıtlı kullanıcılar gore bılıyor kayıtlı olmayan kullanıcılarda videp yerıne kodlar cıkıyor bu sorunu nasıl coze bılırız?
HTML'e izin ver'e evet diyeceksin aynı yerde.. Ama dikkat et hacklenmesin:)
forum admın panelınde html zaten ızın verdım acık yanı ama kayitli kullanıcılarda aktıf oluyor kayıtsız uyelerde cıkmıyor videolar baska bı yolu yokmu?
Kayıt: Nov 01, 2006 Mesajlar: 2412 Konum: izmirimi özledim
Tarih: 2008-10-10, 23:01:15 Mesaj konusu:
netim yok ilgilenemiyecem sadec yol göstereyim sana aşağıda google ve yahoo videolarının çalışabilmesi için gerekli olan kodları veriyorum
gvideo olan herşeyi yvideo yap
ve
templates/subSilver/bbcode.tpl
dosyasındaki değişikliği yahoo sitesinin verdiği kodlara göre düzenle yoksa video çalışmaz
Kod:
##############################################################
## MOD Title: integrate youtube and google-video in advanced bbcode box
## MOD Author: freddie <freddie> http://www.tactic.be
## MOD Description: This mod adds 2 image buttons to your advanced BBcode box, one for youtube and one for google-video
## MOD Version: 1.0.0
##
## Installation Level: easy
## Installation Time: 5 Minutes
## Files To Edit:
## mods/bbcode_box/add_bbcode.js
## mods/bbcode_box/bbcode_box.js
## includes/bbcode.php
## templates/subSilver/bbcode.tpl
## templates/subSilver/posting_body.tpl
## language/your language/lang_main.php
##
## Included Files: googlevid.gif, youtube.gif
##
## Verified Compatability: i'm running 2.0.21
##
## topic on phpbb.com with screenshots : http://www.phpbb.com/phpBB/viewtopic.php?t=458424
##############################################################
## Author Notes: put the included images in mods/bbcode_box/images/ !!!
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
language/your language/lang_main.php
#
#-----[ OPEN ]------------------------------------------
#
mods/bbcode_box/bbcode_box.js
#
#-----[ FIND ]------------------------------------------
#
var symbol = 0;
#
#-----[ AFTER, ADD ]------------------------------------------
#
var youtube = 0;
var GVideo = 0;
#
#-----[ FIND ]------------------------------------------
#
function helpline(help) {
#
#-----[ BEFORE, ADD ]------------------------------------------
#
function BBCGVideo() {
var FoundErrors = '';
var enterURL = prompt("Give the URL of the page containing the movie", "http://");
if (!enterURL) {
FoundErrors += " Error: Didnt gave an URL";
}
if (FoundErrors) {
a l e r t("Error:"+FoundErrors);
return;
}
var ToAdd = "[GVideo]"+enterURL+"[/GVideo]";
PostWrite(ToAdd);
}
function BBCyoutube() {
var FoundErrors = '';
var enterURL = prompt("Give the URL of the page containing the movie", "http://");
if (!enterURL) {
FoundErrors += " Error: Didnt gave an URL";
}
if (FoundErrors) {
a l e r t("Error:"+FoundErrors);
return;
}
var ToAdd = "[youtube]"+enterURL+"[/youtube]";
PostWrite(ToAdd);
}
#
#-----[ OPEN ]------------------------------------------
#
mods/bbcode_box/add_bbcode.js
#
#-----[ FIND ]------------------------------------------
#
var symbol = 0;
#
#-----[ AFTER, ADD ]------------------------------------------
#
var youtube = 0;
var GVideo = 0;
#
#-----[ FIND ]------------------------------------------
#
function helpline(help) {
#
#-----[ BEFORE, ADD ]------------------------------------------
#
function BBCGVideo() {
var FoundErrors = '';
var enterURL = prompt("Give the URL of the page containing the movie", "http://");
if (!enterURL) {
FoundErrors += " Error: Didnt gave an URL";
}
if (FoundErrors) {
a l e r t("Error:"+FoundErrors);
return;
}
var ToAdd = "[GVideo]"+enterURL+"[/GVideo]";
PostWrite(ToAdd);
}
function BBCyoutube() {
var FoundErrors = '';
var enterURL = prompt("Give the URL of the page containing the movie", "http://");
if (!enterURL) {
FoundErrors += " Error: Didnt gave an URL";
}
if (FoundErrors) {
a l e r t("Error:"+FoundErrors);
return;
}
var ToAdd = "[youtube]"+enterURL+"[/youtube]";
PostWrite(ToAdd);
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
polibo06 Malesef aynısını uyguladım olmadi
Bankocu
Hocam iki gündür olmadik sey bırakmadim sizin verdiginiz sayfagibi 10 yere daha baktim
Sanırım Vbülten'de admin panelinde yeni BBCode ekleme özeliği var onlar o kodu ekleyip rahatlıkla kullanıyor bizde öyle bir özellik yok Şuanda Artık Top Sende Bu işi anca sen cözersin
artistbaron
Senın önerini önceden yapmiştim HTML özeliğini acmayı göze aldım ama malesef ordada üye olmayan kullanıcılar izleyemiyorlardi normal kod olarak cıkıyordu
burada gvideo yürütücüsü eklenmiş sen yahoo video yürütücüsü eklemek zorundasın. embedde kullandığın kodu buna benzer şekilde düzenle...değişkenleri doğru şejkilde değiştirirsen sorun olamdan kullanabilirsin
Kayıt: Jun 02, 2003 Mesajlar: 1842 Konum: Istanbul
Tarih: 2008-10-12, 21:50:29 Mesaj konusu:
Güvenlik dahil bu türden tüm sorunlarınızın çözümü Forumdaki editörü çok daha iyi bir şeyle değiştirmek olabilir.
http://www.ecardmax.com/ehelpmax/download.php#
sayfasına gidin.
3. sayfadaki,
HotEditor V.4.2 MOD for phpBB 2.0.22 and phpBB 3 Gold (Jan 16, 2008)
Free instruction to integrate WYSIWYG HotEditor V.4.2
to phpBB2 & phpBB3 Gold Forum. Become a member you will get notice every time the MOD is changed.
Add Date: May 3 2007 - 11:27:29 PM
Posted by: Admin - File Size: 1,321,999 bytes -
bunu indirin.
Forumunuza bunu kurmuş olacaksınız.
Güvenlik dahil bu türden tüm sorunlarınızın çözümü Forumdaki editörü çok daha iyi bir şeyle değiştirmek olabilir.
http://www.ecardmax.com/ehelpmax/download.php#
sayfasına gidin.
3. sayfadaki,
HotEditor V.4.2 MOD for phpBB 2.0.22 and phpBB 3 Gold (Jan 16, 2008)
Free instruction to integrate WYSIWYG HotEditor V.4.2
to phpBB2 & phpBB3 Gold Forum. Become a member you will get notice every time the MOD is changed.
Add Date: May 3 2007 - 11:27:29 PM
Posted by: Admin - File Size: 1,321,999 bytes -
bunu indirin.
Forumunuza bunu kurmuş olacaksınız.
Kayıt: Jun 02, 2003 Mesajlar: 1842 Konum: Istanbul
Tarih: 2008-10-14, 12:01:55 Mesaj konusu:
Dosyayı indirdiyseniz içinde iki farklı phpBB sürümü için klasör ve orjinal richedit dizinini göreceksiniz.
richedit dizinini modules\Forums dizininin içine kopyalayın.
Yani modules\Forums\richedit olacak.
Daha sonra phpBB2 için olan dizinin içindeki dosyaları sizdekine benzeterek kurulum yapın.
Yani:
Kod:
##############################################################
## MOD Title: WYSIWYG - Rich Text Editor for posting HTML message
## MOD Author: eCardMAX.com <webmaster> (Jimbo Hong) http://ecardmax.com
## MOD Description: It's time to turn <textarea> into a powerful Rich Text HTML Editor. Don't force your users to learn another set of markup tags. With this MOD you can format your posts or Private message just like you would in MS. FrontPage! Our Rich Text Editor will work on all popular browsers such as: IE - FireFox - Netscape - Opera 9x
## MOD Version: 4.2
##
## Kurulumun Zorluğu: (Easy)
## Kurulum Süresi: 3 ~ 5 Minutes
## Files To Edit:
## includes/bbcode.php,
## templates/subSilver/overall_header.tpl,
## templates/subSilver/posting_body.tpl,
## templates/subSilver/posting_smilies.tpl,
## templates/subSilver/profile_add_body.tpl
##
## Included Files: 0
##
## Included Folders: [richedit]
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Please DO NOT install this MOD if you already installed "Rich Text Editor MOD" Version 2.0 and 3.0 (Same Author) which can be found here
## http://www.phpbb.com/phpBB/viewtopic.php?t=250813 and here http://www.phpbb.com/phpBB/viewtopic.php?t=168054
##
## THIS MOD has been tested with easymod and phpbb version 2.0.22 (You can use easymod to install this MOD)
##
## Upload folder [richedit] to phpbb main (root) folder (same location with file posting.php)
## Upload file set_default_editor.php to phpbb main (root) folder (same location with file posting.php)
## Upload file posting_body_ie.tpl to folder phpbb/templates/subSilver/posting_body_ie.tpl
##############################################################
## MOD History:
##
## 2007-05-23 - Version 4.2
## 2007-05-05 - Version 4.1
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ BULUN ]------------------------------------------
# ~ line number 270
// [color] and [/color] for setting text color
$text = preg_replace("#\[color=(\#[0-9A-F]{6}|[a-z\-]+)\](.*?)\[/color\]#si", "[color=\\1:$uid]\\2[/color:$uid]", $text);
// [size] and [/size] for setting text size
$text = preg_replace("#\[size=([1-2]?[0-9])\](.*?)\[/size\]#si", "[size=\\1:$uid]\\2[/size:$uid]", $text);
#
#-----[ BUNUNLA DEĞİŞTİRİN ]------------------------------------------
# Comment the original code
// [color] and [/color] for setting text color
// $text = preg_replace("#\[color=(\#[0-9A-F]{6}|[a-z\-]+)\](.*?)\[/color\]#si", "[color=\\1:$uid]\\2[/color:$uid]", $text);
// [size] and [/size] for setting text size
// $text = preg_replace("#\[size=([1-2]?[0-9])\](.*?)\[/size\]#si", "[size=\\1:$uid]\\2[/size:$uid]", $text);
#
#-----[ BULUN ]------------------------------------------
# ~ line number 124
#
#-----[ BUNUNLA DEĞİŞTİRİN ]------------------------------------------
# Make sure there is no <span> .. </span>
# around Editor j a v a s c r i p t Code otherwise HotEditor will not work correctly with FireFox (can't select Font Size & Font Color)
Dikkatli olun.
Dosyalar ufak tefek farklılıklar içerebilir çünkü bu Nukenin phpBB2 forumu için değil, standart PhpBB2 forum için ama uydurmak zor değil.
Sanırım yapamadım defalrca aynı işlemi yaptım kontrol ettim olmuyor olmuyor olmuyor burda kimse forumda yahoo videosunu eklemıyormu eklıyen varmı? Kafayı Yedim artık :)
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız