Jump to content

nexushosting

Member
  • Posts

    21
  • Joined

  • Last visited

About nexushosting

nexushosting's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Tried adding this with no success: <form style="display:none" method="post" action="{$smarty.server.PHP_SELF}?action={$clientareaaction}"/> <select name="itemlimit" onchange="submit()"> <option value="all"{if $itemlimit==99999999} selected{/if}>{$LANG.clientareaunlimited}</option> </select> </form>
  2. Hi Guys, I am currently using a custom theme (one that I developed), however, on the action=invoices page, my table only shows 10 invoices (even just using a standard html table). Now my thinking is because the default template has next and previous buttons, I will need some extra code to display all rows at once. I am using datatables, so I need to echo all invoices (rows) at once. Any help with this would be greatly appreciated. Regards, Matthew
  3. Got it working, just needed a little extra code. You guys are awesome! Thanks!!!!
  4. Hi, Your help is much appreciated. I have tried using this however nothing is shown in the header now, so the source of the login page is just the content of that page, the header is not included at the top. Any other ideas? Thanks, Matthew
  5. Ok, Thanks. Alastair's solution would be the easiest, however the issue is that it obviously puts the template type in a cookie, so when the user finishes the order, they use the default template, when I want them to use my system template. Unless i'm missing something here? Or, is there any way to pick up the theme that is being used and change it based on the page? Thanks in advance.
  6. Hi, Thanks for that, I have tried to use smarty code as below in my header.tpl file but I still can't get it to work. It doesn't output anything. Where nexusnetheader.php is the header for my theme and carttheader.php is the header for the default template. {if $smarty.server.PHP_SELF == "https://domain.com/cart.php"} {include include file='https://domain.com/includes/cartheader.php'} {else include file='https://domain.com/includes/nexusnetheader.php'} {/if} Thanks!!!!
  7. Hi, I tried use php to detect the page (either clientarea or cart) and include different headers based on the response but it will be too difficult considering the complex functions I have already used in the header file. Is there any way to do this, or a better alternative to php? Thanks in advance!!!
  8. Hi Guys, I am desperately needing to use the 'default' system template for ordering and my other template for the actual client area. Is there any way I can achieve this? I am aware that it is possible to use different cart templates but that's not going to work for me in this circumstance. Any assistance would be greatly appreciated! Thanks!
  9. Hey Guys, I am wanting to add a surcharge for payments for a particular gateway. Is there any way to do this? Thanks, Matt Nexus Hosting http://www.hostnexus.com.au
  10. My issue is, though, that the nav is contained within the header.tpl file, so I need some way to dynamically change it. I cannot assign a class for every page because of this.
  11. Hi sparky, Thanks very much for your help, I have created a testing account for you: e: test@hostnexus.com.au p: sparky url: https://manage.hostnexus.com.au/clientarea.php You will see the navigation menu up the top of the page, in a 'tab' style. You will see that I am wanting to get the 'Client Area', 'Billing', 'Services', and 'Support' tabs to be the current class when the pages below them are selected. Thanks once again, Matt http://www.hostnexus.com.au
  12. Hi sparky, I am applying the class to a <li> item, and when I view the source of the document, it does not appear at all: <li> <a (where it should be) href="#">Billing</a> <ul> <li><a href="clientarea.php?action=invoices">Invoices</a> </li> Any ideas? I know I am applying the right class in the right place, as it works if I just make it static. Matt http://www.hostnexus.com.au
  13. Thanks sparky, the css is working again, but the class still does not apply. I have tested on multiple pages. Any other ideas? Thanks, Matt http://www.hostnexus.com.au
  14. Thanks sparky, I have tried this but when I open the page for some reason it killed all the css? I have also tried what bear suggested and it just killed the whole page. Any other suggestions would be greatly appreciated. Thanks! Matt http://www.hostnexus.com.au
  15. Ok, thanks very much mate. I will see what they can do. I think NAB does a similar thing, so ill get in contact with them. Once again, thanks very much for your advice. Matt http://www.hostnexus.com.au
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated