Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 04:27:17 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155533 Posts in 21713 Topics by 7739 Members
Latest Member: audillino
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: how add image to link by page id  (Read 1429 times)
nps

Offline Offline

Posts: 4


« on: February 21, 2010, 03:12:35 AM »

My code

$image_arr = array(
55 => '/media/gallerys/kelione-i-ventes-raga/thumb/kelione-i-ventes-raga-026.jpg',
56 => '/media/gallerys/kelione-i-ventes-raga/thumb/kelione-i-ventes-raga-023.jpg'
);


show_menu2(0, SM2_CURR+1, SM2_CURR+2, 0,  '<div class="image_title"> <div class="imagep">
    [a]<img src="'.$image_arr[55].'" alt="" border="0" width="230" height="130" />[/a]
 </div>[menu_title]</div>');

how add image from array 'image_arr' in show_menu2? (55 and 56 is pages id)
Logged
BerndJM

Offline Offline

Posts: 1764



« Reply #1 on: February 21, 2010, 05:01:23 AM »

Hi,

if you have a closer look to the SM2 documentation (to find in the modules directory) you will see in the section
"FORMAT STRINGS"
the following:
Quote
[page_id]       Page ID of the current menu item

Regards Bernd
Logged

In theory, there is no difference between theory and practice. But, in practice, there is.
nps

Offline Offline

Posts: 4


« Reply #2 on: February 21, 2010, 02:35:24 PM »

Yes, i'm found about page_id, but $image_arr is php. Try but not wirked with [page_id]. Try php variable $page_id but show parent menu id.
Logged
sky writer

Offline Offline

Posts: 285



« Reply #3 on: June 19, 2011, 06:02:22 PM »

I am very interested in this functionality.  Were you ever able to get the results you were after?
Logged
DarkViper
Development Team
*****
Offline Offline

Posts: 1252


« Reply #4 on: June 19, 2011, 11:17:51 PM »

a easy, but not the cleanest way::

save files like:
/wb/media/gallerys/kelione-i-ventes-raga/thumb/kelione-i-ventes-raga-55.jpg
/wb/media/gallerys/kelione-i-ventes-raga/thumb/kelione-i-ventes-raga-56.jpg

then use
Code:
<?php
show_menu2
(0SM2_CURR+1SM2_CURR+20,  '<div class="image_title"> <div class="imagep">
    [a]<img src="/wb/media/gallerys/kelione-i-ventes-raga/thumb/kelione-i-ventes-raga-[page_id].jpg" alt="" border="0" width="230" height="130" />[/a]
 </div>[menu_title]</div>'
);
?>
Logged

Anleitungen lesen und selber nachdenken ist anstrengend...  Da lass ich doch lieber andere für mich denken...

In 1984:  Nineteen Eighty-Four is a unrealistic utopia!!
In 2012:  Nineteen Eighty-Four is a little piece only of our reality!!
sky writer

Offline Offline

Posts: 285



« Reply #5 on: June 20, 2011, 05:00:09 AM »

Very nice.  How would I go about making this a horizontal menu.  I've styled as I've done with other horizontal menus I use, but the internal div's seem to be breaking things.  If I take out the internal div's and put just one div outside the show_menu code, then it works horizontally.  But the menu title appears to the right of the image, instead of below, which is what I want.

Any direction would be greatly appreciated.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!