Jump to content

Phonix

Retired Forum Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Phonix

  1. Hi there! For the life of me I cannot find the file needed in order to modify the input boxes at the bottom of my product page. Please see: http://gameworldservers.com/cart.php?a=add&pid=10 At the bottom, all I want to do is add a 1px #cccccc border to those fields, but since they are custom fields there's no place to edit their attributes. Any help would be greatly appreciated!
  2. I'm getting this error when trying to download from my downloads section: Access Denied - You must be logged in to download this file But I assure you I am logged in as a client. There's no reason to get this error. Worst thing about it, other clients are able to log in and download it. Any insight?
  3. Found the answer. And by blank I meant a blank white page with no header.tpl or anything. Thanks
  4. I'm positive I've read the tutorial correctly on how to create pages, but everything just shows up white when I try to access COD4.php Here's what I did: I made a COD4.php file, saved it in my base whmcs directory and inside it I put this: <?php define("CLIENTAREA",true); require("dbconnect.php"); require("includes/functions.php"); require("includes/clientareafunctions.php"); $pagetitle = $_LANG['clientareatitle']; $pageicon = "images/support/clientarea.gif"; $breadcrumbnav = '<a href="index.php">'.$_LANG['globalsystemname'].'</a>'; $breadcrumbnav .= ' > <a href="COD4.php">COD4</a>'; initialiseClientArea($pagetitle,$pageicon,$breadcrumbnav); if ($_SESSION['uid']) { # User is Logged In - put any code you like here } # To assign variables in Smarty use the following syntax. # This can then be used as {$variablename} in the template $smartyvalues["COD4"] = $value; # Define the template filename to be used without the .tpl extension $templatefile = "COD4"; outputClientArea($templatefile); ?> Then I created another file named COD4.tpl, left it blank, and put it in my base template directory. But like I said, its a blank page when I try to access it, excludiing my header and everything else. Any insight would be greatly appreciated
  5. How would I go about changing the default homepage from Support to a custom page i made, I figure this would be as easy as a setting in the admin panel to change the default page to something else. Is there something in index.php that I`lll have to change to change the page that`s displayed when a user accesses my base site.
×
×
  • 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