Clan Adverts

Custom PHPNuke Scripts

 

www.clan-themes.co.uk :: View topic - Phpnuke stripping img alt text tag?

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Phpnuke stripping img alt text tag?

6 Replies / 520 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » General PhpNuke

View previous topic :: View next topic


fr34k123
Reputation: 468
Local time: 11:02 AM

uk.gif

Status: Offline
0.07 posts per day
Medals: 0

Joined: May 19, 2007
Last Visit: 19 Jun 2008
Posts: 29
Points: 2290 

View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

StevieH
Reputation: 517.2
votes: 2
Local time: 11:02 AM

uk.gif

Status: Offline
0.31 posts per day
Medals: 2 (View more...)
Site Supporter (Amount: 1)
Site Helper
Site Helper
Joined: Mar 19, 2007
Last Visit: 26 Jun 2008
Posts: 146
Points: 3690 

View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

fr34k123
Reputation: 468
Local time: 11:02 AM

uk.gif

Status: Offline
0.07 posts per day
Medals: 0

Joined: May 19, 2007
Last Visit: 19 Jun 2008
Posts: 29
Points: 2290 

View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

floppy
Reputation: 2234.8
votes: 10
Local time: 6:02 AM
Location: Jackson Mississippi
usa.gif

Status: Offline
3.22 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 05 Jul 2008
Posts: 1931
Points: 23138 

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




fr34k123
Reputation: 468
Local time: 11:02 AM

uk.gif

Status: Offline
0.07 posts per day
Medals: 0

Joined: May 19, 2007
Last Visit: 19 Jun 2008
Posts: 29
Points: 2290 

Post Phpnuke stripping img alt text tag? Posted: Sun Apr 20, 2008 5:18 pm   

Hi mate,
Ive noticed it's not just the news it's stripping the code to but also the images within our review module and within an image block - well basically all over the site it's stripping the alt tag for images.
 

 
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

floppy
Reputation: 2234.8
votes: 10
Local time: 6:02 AM
Location: Jackson Mississippi
usa.gif

Status: Offline
3.22 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 05 Jul 2008
Posts: 1931
Points: 23138 

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

DreAdeDcoRpSE
Reputation: 632.7
votes: 3
Local time: 6:02 AM
Location: Back of your Mind
usa.gif

Status: Offline
0.97 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 05 Jul 2008
Posts: 279
Points: 3948 

Post Phpnuke stripping img alt text tag? Posted: Sun Apr 20, 2008 7:09 pm   

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke

Find in ROOT/config.php

Code:
$AllowableHTML = array("b"=>1,"i"=>1,"strike"=>1,"div"=>2,"u"=>1,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1);


and replace with

Code:
$advanced_editor = 1;
$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 websiteAIM AddressYahoo MessengerMSN Messenger Reply with quote
Post new topic   Reply to topic  
   www.clan-themes.co.uk Forum Index » General PhpNuke


 
6 Replies / 520 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