coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: joomlamz on April 01, 2007, 06:15:35 PM

Title: coppermine-smf button
Post by: joomlamz on April 01, 2007, 06:15:35 PM
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

    
Title: Re: coppermine-smf button
Post by: Nibbler on April 01, 2007, 11:30:48 PM
You'd need to ask at SMF, it is their software you are asking about.
Title: Re: coppermine-smf button
Post by: joomlamz on April 02, 2007, 08:05:19 PM
Thank
I try there.. >:(
Title: Re: coppermine-smf button
Post by: joomlamz on April 03, 2007, 07:05:20 AM
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>' : '';