Hot Designation module

More
13 years 2 months ago #11836 by jpmdejonge
Hi Ivan,

I would like to ask your help.

We are developing a Portal site based on the Hot Destinations template.
You can find this on www[dot]aurora1[dot]nl/portal .
We want to use the Hot Designation module to navigate to the 2 mainsites of the client.
We need to maintain the style as it is now so we do actually need to have the Designation module as it came with the temaplte. I already purchased the commercial Designation module but that did not help us as the style is different.

What do we need? We need to have the right small image to be clickable to the external website, just like the text 'naar website' now is.
The Big image slider should stay in place and does not have to be clickable, it just needs to slide.

Could you please let me know what are the the possibilities? In case costs are involved that should not be a problem. Just make us a quotation so we can discuss here.

I hope you are able to help us.

Thanks and best regards,

J.P.

Inter Delta Communicatie

Please Log in to join the conversation.

More
13 years 2 months ago #11843 by ivan.milic
Unpack stangalone module first someware then overwirite it's files using files form module incuded in hot desgnation template (in hot_start package) .

Pack it back to zip and you can then use that for installation.

Stanalone module has differen styling, so point is to take styling from version included in template.

Please Log in to join the conversation.

More
13 years 2 months ago #11846 by jpmdejonge
Hi Ivan,

Thanks for your answer.

Will the small image than be clickable to the external website instead of just selecting the big image?

J.P.

Please Log in to join the conversation.

More
13 years 2 months ago #11848 by ivan.milic
No, that is not supported in any version , but modification is easy , open
mod_hot_designation\tmpl\default.php

find this:
Code:
<?php if ($slot[$loop]) { ?> <img align="left" src="<?php echo $mosConfig_live_site; ?>/<?php echo $smallImage[$loop]; ?>" width="<?php echo $smallPicWidth; ?>" height="<?php echo $smallPicHeight; ?>" alt="" /> <img src="<?php echo $mosConfig_live_site; ?>/<?php echo $bigImage[$loop]; ?>" width="<?php echo $bigPicWidthWithMargin; ?>" height="<?php echo $bigPicHeight; ?>" alt="" /> <h3><?php if($link[$loop] && $linkedTitles) { ?><a href="<?php echo $link[$loop]; ?>"><?php } echo $heading[$loop]; ?><?php if($link[$loop] && $linkedTitles) { ?></a><?php } ?></h3> <p><?php echo $text[$loop]; ?> <?php if($link[$loop]) { ?><a href="<?php echo $link[$loop]; ?>"><?php echo $readMore; ?></a><?php } ?></p> <hr /> <?php } ?>

just insert onclick atribute in first img tag like this:

<img onclick="window.location ='<?php echo $link[$loop]; ?>';" align="left" src=....

Please Log in to join the conversation.

Time to create page: 0.142 seconds
Powered by Kunena Forum