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: Add this section (screen)  (Read 2056 times)

0 Members and 1 Guest are viewing this topic.

lukasino

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
Add this section (screen)
« on: January 22, 2007, 02:22:31 am »

Hello my english is poor;D.

I'm change 4images to CPG, is more faster  :) and user friendly. I need a little modyfication in screen i need add a new gif . When the person click open new window (640x480 with no menu bar and no resize) i this windows site is load this link
http://tapeciarz.mobile.net.pl/imageuploader-partner.xhtml?pid=176&img=http://aletapety.pl//link_to_wallpapers.jpg
http://aletapety.pl//link_to_wallpapers.jpg is actually wallpaper in page.

(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fobrazkowo.pl%2Fout.php%3Ft%3D4750_Image5.jpg&hash=ce906d9f73d873ff7e3c4a2be20857434d0988d5)
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Add this section (screen)
« Reply #1 on: January 22, 2007, 09:05:36 am »

if you want to disable the picture navbar, then copy following to themes/the_theme_you_use/theme.php right before ?>

Code: [Select]
$template_img_navbar = <<<EOT

        <tr style="visibility:hidden;">
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{THUMB_TGT}" class="navmenu_pic" title="{THUMB_TITLE}"><img src="{LOCATION}images/thumbnails.gif" align="middle" border="0" alt="{THUMB_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <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="48">
                        <a href="{SLIDESHOW_TGT}" class="navmenu_pic" title="{SLIDESHOW_TITLE}"><img src="{LOCATION}images/slideshow.gif" border="0" align="middle" alt="{SLIDESHOW_TITLE}" /></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}"><img src="{LOCATION}images/report.gif" border="0" align="middle" alt="{REPORT_TITLE}" /></a>
                </td>
<!-- END report_file_button -->
<!-- BEGIN ecard_button -->
                <td align="center" valign="middle" class="navmenu" width="48">
                        <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="center" valign="middle" class="navmenu" width="48">
                        <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="48">
                        <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>

EOT;
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.