coppermine-smf button coppermine-smf button
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

coppermine-smf button

Started by joomlamz, April 01, 2007, 06:15:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

joomlamz

use smf I want that button appears as well as the others as Ex.inicio
Can see i my page http://www.joomlamz.com/forum/

My button
// The [gallery] button
      echo '
         <a href="http://www.mysite.com/forum/galeria">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/gallery" alt="' . 'Galeria' . '" style="margin: 2px 0;" border="0" />' : 'Gallery'), '</a>', $context['coppermine_separator'];   

it appears as it shows the image
IE -
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi157.photobucket.com%2Falbums%2Ft77%2Fjoomlamz%2Fsshot-1-7.png&hash=bbf44227b1479ce9529f6b69f9056260455120e0)
FF -
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi157.photobucket.com%2Falbums%2Ft77%2Fjoomlamz%2Fsshot-2-7.png&hash=a758df67941277ba93a8ccfc105f2bc0d2ebb5c3)
OPERA -
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi157.photobucket.com%2Falbums%2Ft77%2Fjoomlamz%2Fsshot-6-4.png&hash=7c1a4a4eeff5c228b78418470510e859bea28a75)

   
SOMEBODY HAS CAN SAY HOW TO MODIFY

Sorry my ingles iam speak portugues

    

Nibbler

You'd need to ask at SMF, it is their software you are asking about.

joomlamz


joomlamz

i solved problems
Thanks
// Show the [Gallery] button
             echo($current_action == 'gallery' || $context['browser']['is_ie4']) ? '
                <td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td align="center" class="menubg' , $current_action == 'gallery' ? '2' : '' , '">
       <a href="http://www.mysite.com/forum/galeria/">Galeria</a></td>' , $current_action == 'gallery' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';