Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.217
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - How to embed a youtube video ???
How to embed a youtube video ???

4 Replies / 2082 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » How To's

View previous topic :: View next topic


blackfox_us
Reputation: 283.7 Add RepSubtract Rep
votes: 1
Local time: 10:05 AM

blank.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Oct 04, 2007
Last Visit: 27 Nov 2008
Posts: 122
Points: 3979 

Post How to embed a youtube video ??? Posted: Sat Nov 22, 2008 11:22 pm

Hey guys long time no see Angel

I have been busy with life, but I guess I'm back to the usual work I do

SURFE THE NET Love Love

and yeah I was trying to embed a youtube video into the news in my homepage

but its not working at all.

I did make the changes in the config.php file but when I preview the story all I get is empty code Confused

you can see what I mean in the picture though.

hope some one can help me with this Angel

and yeah I'm using phpnuke 7.9

Thanks guys in advance Rolling Eyes

nothing.JPG
 Description:
 Filesize:  6.69 KB
 Viewed:  2074 Time(s)

nothing.JPG


 

 
View user's profileSend private messageSend e-mail Reply with quote

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 10:05 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.36 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 24 May 2012
Posts: 2331
Points: 136106 

Post Re: How to embed a youtube video ??? Posted: Sun Nov 23, 2008 12:06 am

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

what changes to the config file did you do thus far?
 

 
View user's profileSend private messageVisit poster's website Reply with quote

blackfox_us
Reputation: 283.7 Add RepSubtract Rep
votes: 1
Local time: 10:05 AM

blank.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Oct 04, 2007
Last Visit: 27 Nov 2008
Posts: 122
Points: 3979 

Post How to embed a youtube video ??? Posted: Sun Nov 23, 2008 2:54 pm

so far I did this In modules/News/admin/index.php find:

Code:
if (!defined('ADMIN_FILE')) {
   die ("Access Denied");
}


underneath it I added

Code:
define('NO_EDITOR', true);


and in the config I added :

Code:
"embed"=>1,
"object"=>1,
"param"=>1,


to :

Code:
$AllowableHTML = array("b"=>1,


thats the changes I made so far Angel
 

 
View user's profileSend private messageSend e-mail Reply with quote


blackfox_us
Reputation: 283.7 Add RepSubtract Rep
votes: 1
Local time: 10:05 AM

blank.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Oct 04, 2007
Last Visit: 27 Nov 2008
Posts: 122
Points: 3979 

Post Re: How to embed a youtube video ??? Posted: Tue Nov 25, 2008 10:53 pm

any one might be able to hlep me ??

or guide me to a better sulotion ?
 

 
View user's profileSend private messageSend e-mail Reply with quote

Noto
Reputation: 1072.7 Add RepSubtract Rep
votes: 13
Local time: 4:05 PM
Location: Sunny UK !
uk.gif

Site Admin
Site Admin

0.60 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Theme Guru
Theme Guru
Joined: May 03, 2007
Last Visit: 25 May 2012
Posts: 1118
Points: 73943 

Post How to embed a youtube video ??? Posted: Wed Nov 26, 2008 12:29 am

heres my HTML array from my old 7.9 installation. try this.

Code:

$AllowableHTML = array(
   'a' => array('href' => 1, 'target' => 1, 'title' => array('minlen' => 4, 'maxlen' => 120)),
   'b' => array(),
   'blockquote' => array(),
   'br' => array(),
   'center' => array(),
   'div' => array('align' => 1),
   'em' => array(),
   'font' => array('face' => 1, 'style' => 1, 'color' => 1, 'size' => array('minval' => 1, 'maxval' => 7)),
   'h1'=>array(),
   'h2'=>array(),
   'h3'=>array(),
   'h4'=>array(),
   'h5'=>array(),
   'h6'=>array(),
   'hr' => array(),
   'i' => array(),
   'img' => array('alt' => 1, 'src' => 1, 'hspace' => 1, 'vspace' => 1, 'width' => 1, 'height' => 1, 'border' => 1, 'align' => 1),
   'li' => array(),
   'ol' => array(),
   'p' => array('align' => 1),
   'pre' => array('align' => 1),
   'span' =>array('class' => 1, 'style' => array('font-family' => 1, 'color' => 1)),
   'strong' => array(),
   'strike'=>array(),
   'sub'=>array(),
   'sup'=>array(),
   'table' => array('align' => 1, 'border' => 1, 'cell' => 1, 'width' => 1, 'cellspacing' => 1, 'cellpadding' => 1),
   'td' => array('align' => 1, 'width' => 1, 'valign' => 1, 'height' => 1, 'rowspan' => 1, 'colspan' => 1 ),
   'tr' => array('align' => 1),
   'tt'=>array(),
   'u' => array(),
   'ul' => array(),
);
 

 
View user's profileSend private messageVisit poster's website Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » How To's


 
4 Replies / 2082 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
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 cannot attach files in this forum
You can download files in this forum