Forum Support

Shape 5
March 29, 2024, 01:24:14 AM *
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: drop down panel tab link  (Read 389 times)
carissict
Jr. Member
**
Offline Offline

Posts: 32



« on: December 06, 2012, 09:00:02 AM »

hi there

please see my test site here: http://test.cariss.co.uk/vvue/

im using the drop down panel as you can see top right. id like to make this just a straight forward hyperlink to another page, not a drop down. so clicking on the button just opens up another page. is there a way i can modify the module to allow this?

cheers
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #1 on: December 06, 2012, 06:47:13 PM »

Hello,

This is possible but would require custom programming of the core files which we do not offer via the forums. I think it might be easier to just create a new module in that position though and set it up as a Custom HTML URL redirect.

Here is how you would create a new module:

In the Index.PHP file you would add this code relative to where you want it to be in the layout:

<div id="s5_newmodule">
<?php s5_module_call('s5_newmodule','notitle'); ?> </div>

In the TemplateDetails.xml you would add this code in the <positions> section

<position>s5_newmodule</position>

In the Template.CSS file you would add this so you can position the module on the page:

#s5_newmodule {
position: absolute;
top: 0px;
left: 0px;}

-Mike
Logged

Mike Nicoll
------------
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.