Forum Support

Shape 5
March 28, 2024, 05:16:20 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: mod_s5_image_and_content_fader  (Read 444 times)
0mni
Jr. Member
**
Offline Offline

Posts: 30



« on: November 06, 2011, 05:03:20 PM »

I am trying to have the ability to make some links open up in a new window instead of the existing window.  I modified the default.php under the tmpl folder in the mod directory.

From:
Code:
<div class="imageElement" style="z-index:0;">
<h3><?php echo $title1 ?></h3>
<p style="text-shadow:1px 1px #000000;"><?php echo $picture1text_s5_iacf?></p>
<a href="<?php if ($picture1link_s5_iacf != "") {echo $picture1link_s5_iacf;} else { echo "javascript:;";}?>" title="open image" class="open"></a>
<img src="<?php echo $picture1_s5_iacf ?>" alt="<?php echo $title1 ?>" class="full" />
<img src="<?php echo $picture1_s5_iacf ?>" alt="<?php echo $title1 ?>" class="thumbnail" />

</div>
To:
Code:
<div class="imageElement" style="z-index:0;">
<h3><?php echo $title1 ?></h3>
<p style="text-shadow:1px 1px #000000;"><?php echo $picture1text_s5_iacf?></p>
<a href="<?php if ($picture1link_s5_iacf != "") {echo $picture1link_s5_iacf;} else { echo "javascript:;";}?>" target="_blank" title="open image" class="open"></a>
<img src="<?php echo $picture1_s5_iacf ?>" alt="<?php echo $title1 ?>" class="full" />
<img src="<?php echo $picture1_s5_iacf ?>" alt="<?php echo $title1 ?>" class="thumbnail" />

</div>

But that didn't work.
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: November 07, 2011, 09:40:16 AM »

Hello,

I am sorry the module does not support this feature and would require a lot of custom programming to do so.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.