Current location: Hot Scripts Forums » Programming Languages » PHP » captions not showing in simpleviewer


captions not showing in simpleviewer

Reply
  #1 (permalink)  
Old 05-21-08, 05:14 PM
cbarlow cbarlow is offline
Newbie Coder
 
Join Date: May 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
captions not showing in simpleviewer

The site I am working on is http://www.conceptsinbeing.com .I have made the <div> larger and taken the text to a new<div>. I have run the script many times. Could it possibly be this line of the php? And how could I fix this?

PHP Code:

//add auto captions

        
if ($options->bgOptions['showDownloadLinks'])
      {        
            
$this->xml .= "\t".'<caption><![CDATA[<a href="'.$options->bgOptions['imagePath'].'/'.$fileName.'" target="_blank"></a>]]></caption>'."\n";
        }
        
$this->xml .= "</image>\n";
    }
    
$this->xml .= '</simpleviewerGallery>';
    
$file "gallery.xml"
this is the xml code

Code:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery maxImageWidth="230" maxImageHeight="270" textColor="0x000000" frameColor="0x000000" frameWidth="10" stagePadding="60" navPadding="80" thumbnailColumns="4" thumbnailRows="3" navPosition="right" vAlign="top" hAlign="right" title="magnets" enableRightClickOpen="false" backgroundImagePath="" imagePath="" thumbPath="">

<image>
	<filename>ma01.jpg</filename>
	<caption><![CDATA[<font face="Century Gothic" size="20" color="#000000">ma01</font>]]></caption>	
</image>
<image>
	<filename>ma02.jpg</filename>
	<caption><![CDATA[<font face="Century Gothic" size="20" color="#000000">ma02</font>]]></caption>	
</image>
<image>
	<filename>ma03.jpg</filename>
	<caption><![CDATA[<font face="Century Gothic" size="20" color="#000000">ma03</font>]]></caption>	
</image>
</simpleviewergallery>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP(vb) .net - Field with no value or null still showing header GO4TF4CE ASP.NET 1 05-23-06 08:18 PM
showing only first few characters of mysql entry hinch PHP 1 10-04-05 12:25 PM
Showing Hour Glass in ie6.0 mahipal_rampally JavaScript 1 06-02-05 07:43 AM
changings in showing results in php script korro PHP 6 11-20-04 11:54 AM
category not showing up jasong HotScripts Site Bug Reports 2 07-30-04 10:14 AM


All times are GMT -5. The time now is 07:44 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.