Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Slideshow to left on internet explorer  (Read 8607 times)

0 Members and 1 Guest are viewing this topic.

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Slideshow to left on internet explorer
« on: August 01, 2012, 03:52:26 am »

Searched, looked in countless files.

Could someone please tell me what file controls the slideshow show and how I can center the slideshow in explorer ?


Thanks
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Slideshow to left on internet explorer
« Reply #1 on: August 01, 2012, 03:55:54 am »

Not sure exactly what you are asking, could you post a link.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #2 on: August 01, 2012, 03:58:29 am »

Its on my profile - thanks
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Slideshow to left on internet explorer
« Reply #3 on: August 01, 2012, 04:07:25 am »

<!--Coppermine Photo Gallery 1.5.16 (stable)-->
If that is correct you really need to upgrade.

Ah, the slideshow, I forgot about that feature.
http://www.nzmessageboard.co.nz/nzmb/gallery/displayimage.php?album=31&pid=120&slideshow=5000#top_display_media

You would edit this part of your custom themes theme.php
Code: [Select]
/******************************************************************************
** Section <<<theme_slideshow>>> - START
******************************************************************************/
function theme_slideshow($start_img,$title)
{
    global $CONFIG, $lang_display_image_php, $template_display_media, $lang_common, $album, $pid, $slideshow;
    global $cat, $date, $THEME_DIR;

    pageheader($lang_display_image_php['slideshow']);
    template_extract_block($template_display_media, 'img_desc', $start_slideshow);

    /** set styles to slideshow background */
    $setDimentionW= $CONFIG['picture_width'] + 100;
    $setDimentionH= $CONFIG['picture_width'] + 10;

    if (defined('THEME_HAS_PROGRESS_GRAPHICS')) {
        $prefix = $THEME_DIR;
    } else {
        $prefix = '';
    }

    $params = array(
        '{SLIDESHOW_STYLE}' => 'width:' .$setDimentionW. 'px; height: '.$setDimentionH.'px; position: relative;' ,
        '{IMAGE}' => '<img id="showImage" src="' . $start_img . '" class="image" alt="" border="" /><br />',
        '{ADMIN_MENU}' => '',
        '{LOADER_ICON_PATH}' => $prefix . 'images/loader.gif',
    );

    echo '<a name="top_display_media"></a>';
    starttable();
    echo <<<EOT
        <tr class="noscript">
            <td align="center" class="tableh2">
              <noscript>
                  {$lang_common['javascript_needed']}
              </noscript>
            </td>
        </tr>
        <tr>
            <td align="center" class="navmenu" style="white-space: nowrap;">
                <div id="title">{$title}</div>
            </td>
        </tr>
EOT;
    endtable();

    starttable();
    echo template_eval($template_display_media, $params);
    endtable();

    starttable();
    echo <<<EOT
        <tr>
                <td align="center" id="back-to" class="navmenu" >
                        <a class="navmenu" style="cursor:pointer">{$lang_display_image_php['stop_slideshow']}</a>
                </td>
        </tr>

EOT;
    endtable();
    pagefooter();
}
/******************************************************************************
** Section <<<theme_slideshow>>> - END
******************************************************************************/

If you need help with that, upload your custom theme.php as theme.php.txt

edit: added image of issue.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #4 on: August 01, 2012, 04:10:28 am »

Thanks a lot Jeff - yes will upgrade  :)
Logged

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #5 on: August 02, 2012, 07:56:00 am »

Did upgrade - getting following error

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/z28/public_html/nzmb/gallery/themes/eyeball/theme.php on line 112

The error occurs when slideshow code added - have 500 x 300 for height and width


Code: [Select]
<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.

  ********************************************
  Coppermine version:  1.5.16
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/eyeball/theme.php $
  $Revision: 5728 $
  $Author: gaugau $
  $Date: 2009-03-02 09:25:17 +0100 (Mo, 02 Mär 2009) $
  ********************************************
  This theme has had redundant CORE items removed
**********************************************/

define('THEME_HAS_RATING_GRAPHICS'1);
define('THEME_HAS_NAVBAR_GRAPHICS'1);
define('THEME_HAS_NO_SUB_MENU_BUTTONS',1);
define('THEME_IS_XHTML10_TRANSITIONAL',1);  // Remove this if you edit this template until
                                            // you have validated it. See docs/theme.htm.
// HTML template for template sys_menu spacer
$template_sys_menu_spacer ='|';

// HTML template for template sub_menu
$template_sub_menu = <<<EOT
                        <table cellpadding="0" cellspacing="0" border="0" class="top_menu_bttn">
                                <tr>
                                        <td><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
                                        <!-- BEGIN custom_link -->
                                                                                <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{CUSTOM_LNK_TGT}" title="{CUSTOM_LNK_TITLE}">{CUSTOM_LNK_LNK}</a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <!-- END custom_link -->
                                        <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="index.php" onmouseover="MM_showHideLayers('Menu1','','show')"><img src="themes/eyeball/images/home.gif" border="0" alt="" /><br /></a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}">{ALB_LIST_LNK}</a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{LASTUP_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{LASTUP_LNK}">{LASTUP_LNK}</a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{LASTCOM_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{LASTCOM_LNK}">{LASTCOM_LNK}</a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{TOPN_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{TOPN_LNK}">{TOPN_LNK}</a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{TOPRATED_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{TOPRATED_LNK}">{TOPRATED_LNK}</a>
                                        </td>
                                         <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                         <td style="background-image:url(themes/eyeball/images/top_menu_button.gif);">
                                                <a href="{SEARCH_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{SEARCH_LNK}">{SEARCH_LNK}</a>
                                        </td>
                                        <td><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>

                                </tr>
                        </table>
EOT;

// HTML template for the image navigation bar
$template_img_navbar = <<<EOT

        <tr>
                  <td align="center" valign="middle" class="navmenu" width="100">
                        <a href="{THUMB_TGT}" class="navmenu_pic" title="{THUMB_TITLE}"><img src="{LOCATION}images/thumbnails.png" align="middle" border="0" alt="{THUMB_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="100">
                        <a href="javascript:;" class="navmenu_pic" onclick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="{LOCATION}images/info.gif" border="0" align="middle" alt="{PIC_INFO_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="100"><td id="slideshow_button" class="navmenu"></a> </td>  
                 <td align="center" valign="middle" class="navmenu" width="100">
                        {PIC_POS}
                </td>
<!-- BEGIN report_file_button -->
                <td align="center" valign="middle" class="navmenu" width="48"><a href="{REPORT_TGT}" class="navmenu_pic" title="{REPORT_TITLE}" rel="nofollow"><img src="{LOCATION}images/report.png" border="0" align="middle" alt="{REPORT_TITLE}" /></a></td>
<!-- END report_file_button -->
<!-- BEGIN ecard_button -->
                <td align="cenetr" valign="middle" class="navmenu" width="100">
                        <a href="{ECARD_TGT}" class="navmenu_pic" title="{ECARD_TITLE}"><img src="{LOCATION}images/ecard.gif"  border="0" align="middle" alt="{ECARD_TITLE}" /></a>
                </td>
<!-- END ecard_button -->
                <td align="ceneter" valign="middle" class="navmenu" width="100">
                        <a href="{PREV_TGT}" class="navmenu_pic" title="{PREV_TITLE}"><img src="{LOCATION}images/prev.gif"  border="0" align="middle" alt="{PREV_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="100">
                        <a href="{NEXT_TGT}" class="navmenu_pic" title="{NEXT_TITLE}"><img src="{LOCATION}images/next.gif"  border="0" align="middle" alt="{NEXT_TITLE}" /></a>
                </td>
</tr>

/******************************************************************************
** Section <<<theme_slideshow>>> - START
******************************************************************************/
function theme_slideshow(
$start_img,$title)
{
    global 
$CONFIG$lang_display_image_php$template_display_media$lang_common$album$pid$slideshow;
    global 
$cat$date$THEME_DIR;

    pageheader(
$lang_display_image_php['slideshow']);
    template_extract_block(
$template_display_media, 'img_desc', $start_slideshow);

    /** set styles to slideshow background */
    
$setDimentionW$CONFIG['picture_width'] + 100;
    
$setDimentionH$CONFIG['picture_width'] + 10;

    if (defined('THEME_HAS_PROGRESS_GRAPHICS')) {
        
$prefix = $THEME_DIR;
    } else {
        
$prefix = '';
    }

    
$params = array(
        '{SLIDESHOW_STYLE}' => 'width:' 500'px; height: '300'px; position: relative;' ,
        '{IMAGE}' => '<img id="showImage" src="' . 
$start_img . '" class="image" alt="" border="" /><br />',
        '{ADMIN_MENU}' => '',
        '{LOADER_ICON_PATH}' => 
$prefix . 'images/loader.gif',
    );

    echo '<a name="top_display_media"></a>';
    starttable();
    echo <<<EOT
        <tr class="noscript">
            <td align="center" class="tableh2">
              <noscript>
                  
{$lang_common['javascript_needed']}
              </noscript>
            </td>
        </tr>
        <tr>
            <td align="center" class="navmenu" style="white-space: nowrap;">
                <div id="title">
{$title}</div>
            </td>
        </tr>
EOT;
    
endtable();

    
starttable();
    echo 
template_eval($template_display_media$params);
    
endtable();

    
starttable();
    echo <<<EOT
        <tr>
                <td align="center" id="back-to" class="navmenu" >
                        <a class="navmenu" style="cursor:pointer">
{$lang_display_image_php['stop_slideshow']}</a>
                </td>
        </tr>

EOT;
    
endtable();
    
pagefooter();
}
/******************************************************************************
** Section <<<theme_slideshow>>> - END
******************************************************************************/

EOT;

// HTML template for user admin menu
$template_user_admin_menu = <<<EOT

                <div align="center">
                <table cellpadding="0" cellspacing="10">
                        <tr>
                                <td class="admin_menu"><a href="albmgr.php" title="{ALBMGR_TITLE}">{ALBUMS_ICO}{ALBMGR_LNK}</a></td>
                                <td class="admin_menu"><a href="modifyalb.php" title="{MODIFYALB_TITLE}">{MODIFYALB_ICO}{MODIFYALB_LNK}</a></td>
                                <td class="admin_menu"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_ICO}{MY_PROF_LNK}</a></td>
                                <td class="admin_menu"><a href="picmgr.php" title="{PICTURES_TITLE}">{PICTURES_ICO}{PICTURES_LNK}</a></td>
                        </tr>
                </table>
                </div>

EOT;

// HTML template for title row of the thumbnail view (album title + sort options)
$template_thumb_view_title_row = <<<EOT

                        <table width="100%" cellpadding="0" cellspacing="0">
                        <tr>
                                <td width="100%" class="statlink">{ALBUM_NAME}</td>
                                <td class="sortorder_options" style="font-size: 100%;">{TITLE}</td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=ta" title="{SORT_TA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=td" title="{SORT_TD}">&nbsp;-&nbsp;</a></span></td>
                                <td>&nbsp;&nbsp;</td>
                                <td class="sortorder_options" style="font-size: 100%;">{NAME}</td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=na" title="{SORT_NA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=nd" title="{SORT_ND}">&nbsp;-&nbsp;</a></span></td>
                                <td>&nbsp;&nbsp;</td>
                                <td class="sortorder_options" style="font-size: 100%;">{DATE}</td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=da" title="{SORT_DA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=dd" title="{SORT_DD}">&nbsp;-&nbsp;</a></span></td>
                                <td>&nbsp;&nbsp;</td>
                                <td class="sortorder_options" style="font-size: 100%;">{POSITION}</td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=pa" title="{SORT_PA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=pd" title="{SORT_PD}">&nbsp;-&nbsp;</a></span></td>
                        </tr>
                        </table>

EOT;

// Function to start a 'standard' table
function starttable($width '-1'$title ''$title_colspan '1')
{
    global 
$CONFIG;
    global 
$table_need_close;

    if (
$width == '-1'$width $CONFIG['picture_table_width'];
    if (
$width == '100%'$width $CONFIG['main_table_width'];
    if (
$title) {
        
$table_need_close true;
        echo <<<EOT
<!-- Start standard table title -->
<table align="center" width="
$width" cellspacing="0" cellpadding="0" class="maintablea">
        <tr>
                <td>
                        <table width="100%" cellspacing="0" cellpadding="0" class="tableh1a">
                                <tr>

                                        <td class="tableh1a" width="100%">
$title</td>
                                        <td class="tableh1a"></td>
                                </tr>
                        </table>
                 </td>
        </tr>
</table>
<div align="left"><HR color="#1B6416" size="1" width=100%></div>

<!-- Start standard table -->
<table align="center" width="
$width" cellspacing="0" cellpadding="0">
  <tr>
   <td><img src="images/spacer.gif" width="20" height="1" border="0" alt="" /></td>
        <td width="100%"><table width="100%" cellspacing="1" cellpadding="0" class="maintableb">

EOT;
    } else {
        echo <<<EOT

<!-- Start standard table -->
<table align="center" width="
$width" cellspacing="0" cellpadding="0" class="maintable">

EOT;
    }
}

function 
endtable()
{
    global 
$table_need_close;

    if (
$table_need_close) {
        
$table_need_close false;
        echo <<<EOT
        </table>
   </td>
   <td><img src="images/spacer.gif" width="20" height="1" border="0" alt="" /></td>
  </tr>
</table>
<!-- End standard table -->

EOT;
    } else {
        echo <<<EOT
</table>
<!-- End standard table -->

EOT;
    }
}

function 
theme_display_image($nav_menu$picture$votes$pic_info$comments$film_strip)
{
    global 
$CONFIG;

    
$spacer = <<<EOT
        <tr>

        </tr>

EOT;

    echo 
'        <img src="images/spacer.gif" width="1" height="25" alt="" /><br />' "\n";
    echo 
'<a name="top_display_media"></a>';
starttable();
    echo 
$nav_menu;
    
endtable();

    
starttable();
    echo 
$picture;
    
endtable();
    if (
$CONFIG['display_film_strip'] == 1) {
        echo 
$film_strip;
    }
    if (
$votes) {
        
starttable();
        echo 
$spacer;
        
endtable();

        echo 
$votes;

    }

    
$picinfo = isset($_COOKIE['picinfo']) ? $_COOKIE['picinfo'] : ($CONFIG['display_pic_info'] ? 'block' 'none');
    echo 
"<div id=\"picinfo\" style=\"display: $picinfo;\">\n";
    
starttable();
    echo 
$spacer;
    
endtable();
    
starttable();
    echo 
$pic_info;
    
endtable();
    echo 
"</div>\n";

    if (
$comments) {
        
starttable();
        echo 
$spacer;
        
endtable();
        echo 
"<div id=\"comments\">\n";
        echo 
$comments;
        echo 
"</div>\n";
    }
}

?>
Logged

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #6 on: August 02, 2012, 08:03:51 am »

As can be seen didn't upgrade theme - or template or style - will do and add my additions - could it be causing the fault ? The fault was there before the upgrade too.
Logged

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #7 on: August 02, 2012, 08:46:30 am »

Right have 15.20 theme , template, style (Will replace my custom files when fault resolved)

Ive played around editing the slideshow code like the relative position changed to center but no joy

What do I have to actually edit please ?






Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Slideshow to left on internet explorer
« Reply #8 on: August 02, 2012, 09:14:20 am »

You inserted Jeff's code block somewhere in the middle of your theme.php file. Obviously, this doesn't work. Instead, add it to the end of your theme.php file, right before
Code: [Select]
?>
Logged

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #9 on: August 02, 2012, 09:16:22 am »

Ok thanks André - I'll change it now.
Logged

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #10 on: August 02, 2012, 09:23:39 am »

Done - updated database and cleared explorer cache but fault still there - do I have to change relative to center ?
Logged

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #11 on: August 02, 2012, 09:36:31 am »

Changed from relative to center - fault still there

Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Slideshow to left on internet explorer
« Reply #12 on: August 02, 2012, 10:19:07 am »

Position in CSS doesn't have a value of center.
I'm not on a real computer right now so I can't help, I'll edit it tomorrow if no one gets to it before then.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #13 on: August 02, 2012, 10:21:29 am »

Ok Jeff - thank you very much.
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Slideshow to left on internet explorer
« Reply #14 on: August 02, 2012, 09:00:18 pm »

Try this:
Code: [Select]
/******************************************************************************
** Section <<<theme_slideshow>>> - START
******************************************************************************/
function theme_slideshow($start_img,$title)
{
    global $CONFIG, $lang_display_image_php, $template_display_media, $lang_common, $album, $pid, $slideshow;
    global $cat, $date, $THEME_DIR;

    pageheader($lang_display_image_php['slideshow']);
    template_extract_block($template_display_media, 'img_desc', $start_slideshow);

    /** set styles to slideshow background */
    $setDimentionW= $CONFIG['picture_width'] + 100;
    $setDimentionH= $CONFIG['picture_width'] + 10;

    if (defined('THEME_HAS_PROGRESS_GRAPHICS')) {
        $prefix = $THEME_DIR;
    } else {
        $prefix = '';
    }

    $params = array(
        '{SLIDESHOW_STYLE}' => 'width:' .$setDimentionW. 'px; height: '.$setDimentionH.'px; position: relative;text-align: center;' ,
        '{IMAGE}' => '<img id="showImage" src="' . $start_img . '" class="image" alt="" border="" /><br />',
        '{ADMIN_MENU}' => '',
        '{LOADER_ICON_PATH}' => $prefix . 'images/loader.gif',
    );

    echo '<a name="top_display_media"></a>';
    starttable();
    echo <<<EOT
        <tr class="noscript">
            <td align="center" class="tableh2">
              <noscript>
                  {$lang_common['javascript_needed']}
              </noscript>
            </td>
        </tr>
        <tr>
            <td align="center" class="navmenu" style="white-space: nowrap;">
                <div id="title">{$title}</div>
            </td>
        </tr>
EOT;
    endtable();

    starttable();
    echo template_eval($template_display_media, $params);
    endtable();

    starttable();
    echo <<<EOT
        <tr>
                <td align="center" id="back-to" class="navmenu" >
                        <a class="navmenu" style="cursor:pointer">{$lang_display_image_php['stop_slideshow']}</a>
                </td>
        </tr>

EOT;
    endtable();
    pagefooter();
}
/******************************************************************************
** Section <<<theme_slideshow>>> - END
******************************************************************************/
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #15 on: August 02, 2012, 11:17:00 pm »

Thanks  :)

Unfortunately the fault is still there, have all 1.5.20 files loaded now and latest internet explorer 9.

Logged

lurkalot

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 947
  • +Tinyportal Support team.
Re: Slideshow to left on internet explorer
« Reply #16 on: August 03, 2012, 12:15:08 am »

Thanks  :)

Unfortunately the fault is still there, have all 1.5.20 files loaded now and latest internet explorer 9.

Looks fine to me in IE9.  Unless I'm missing something.  ???
Logged
Running SMF 2.1.4  / Tinyportal 3.0.0, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1545
  • aka 'i-imagine'
    • Home Page
Re: Slideshow to left on internet explorer
« Reply #17 on: August 03, 2012, 12:35:34 am »

... could you post a link.
Its on my profile - thanks

No, that link is obscured - posting the real thing allows people to see where they are going.
Links will be removed on request.

When using IE as a test browser...
  • Clear your cache after making changes, or
  • Switch "compatibility mode" on/off
  • Double check using a different browser
  • Validate, validate, validate: http://validator.w3.org/

(the page looks fine in IE8 + 9)

terrano

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Posts: 55
Re: Slideshow to left on internet explorer
« Reply #18 on: August 03, 2012, 03:49:01 am »

Switch "compatibility mode" on/off resolved the problem, thanks for that tip Joe.

Did the cache and other browsers, will do all four in future.

Cheers everyone for your help.

 :)



Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Slideshow to left on internet explorer
« Reply #19 on: August 03, 2012, 09:12:38 am »

Please
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.
Logged
Pages: [1]   Go Up
 

Page created in 0.062 seconds with 20 queries.