Link to related items with checkboxes

3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 23, 2013   (RSS)

By Toledoh - May 22, 2013

Hi Guys,

Ive got a table of service; print, web, branding, packaging etc

I've got a table of portfolio items; job a, job b, job c etc

Within the portfolio, I'm selecting the service/s that apply to that job, and his allows me to display an icon for each (using the class to display the appropriate icon).

                <?php foreach ($record['services:labels'] as $icon): ?>
                <a href='services.php'><span class='sm<?php echo ($icon); ?>'></a></span>
                <?php endforeach ?>

I also have a combo page for the services - which is services.php.  How do I link to the specific detail page for each icon?

See http://freshrepublic.com.au/2013/portfolio.php and http://freshrepublic.com.au/2013/services.php, and I've attached the portfolio page

Cheers,

Tim (toledoh.com.au)
Attachments:

portfolio.php 4K

By Toledoh - May 23, 2013

copy and pasted - works perfectly.  Thanks Greg!

Cheers,

Tim (toledoh.com.au)