Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. Tom

    latest skin

    Erm.. what? I was telling you what the problem is... the file is missing, you probably need to reupload it (do it again).
  2. Tom

    latest skin

    Looks like header.tpl is missing, should just be a case of reuploading that file.
  3. Problem fixed now, host upgraded php (there was an error upgrading previously) Thanks for all your help
  4. It does work on another webserver, because it worked prior to moving. I replaced the files earlier on in the topic with no success, and it's a problem with the files themselves (or so the server thinks) rather than the install so another fresh install wouldn't do anything :-
  5. Well they upgraded the php version in an attempt to fix this error, it wasn't working before the change either.. Ill ask about APC caching and accelerators.
  6. Tom

    I8

    and header and footer..
  7. Tom

    I8

    Could you attach a copy of the index also so I can play around with it locally? Cheers.
  8. Tom

    I8

    What, the one that says use Chrome? ;D Chrome is good. Works every time. Anyways em I'm not really sure what's going on with your code here (had a look in chrome), what's the function of the "body" div? it just doesn't seem to do anything. In IE I get the following errors: Object expected, Line 77 Char 5 Object expected, Line 110 Char 3 That looks like your javascript though. Other than that hard to tell, you blocked right clicking. By the way - on a side note, when you decrease the size of the browser such that the "Pilot Center" tab thing moves over the rest of the page it moves it down creating a space, you should look into having that move over the header rather than displace it.
  9. Line 42 the same. The host have recently updated their version of php. No problems with anything else.
  10. Yup mine looks exactly like that..
  11. I deleted and totally reuploaded every file from a fresh download and it's still showing :/ And again on the Install Check I get the same error. Also, the VMS on my own site on the same host is showing these errors after being reuploaded.
  12. Im not sure what file you want me attaching, but the install check returns the following error:
  13. Sorry in advance if this has already been posted about, too busy to search at the moment. We've recently moved server and after reuploading the files taken from a backup and restoring the database we receive the following error on the index.php: I've also reuploaded a fresh copy of the file from the phpvms download and it's still there. Any ideas? Thanks.
  14. Hmm, the colours are really good but I think you should use a bit less of them. It's very intense. Also I'm not sure if that's full size but it's very small. It's really good otherwise!
  15. You need to edit that part in the php, in core/modules/Contact/Contact.php
  16. Tom

    css question

    Add: "float:left;" to the css for the first image and the second image should move up next to this one.
  17. Sorry chikolol but you are totally wrong about the backgrounds: Also before anyone starts, the navigation bar also looks similar, but is definitely different. The layout is good, granted not original, but at least not stolen. Also - not sure if this is a chrome problem but it normally displays everything pretty well - your main content is overlapping your sidebars, so you might want to look into that.
  18. Love the colours and livery, hope this develops. Good luck!
  19. Link directory. Free advertising. Why not...
  20. It's difficult to know what you want doing here. Could you possibly provide a link to your site as it is at the moment and then summarise your issue into a sentence, for example "Make font smaller" or something of the sort.
  21. Tom

    nav bar style

    You would put the php code you find in the example you posted into the javascript you're using for your menu, for example: [null, 'Contact Us', null, '_self', 'Contact Us'] would become: [null, 'Contact Us', '<?php echo url('/contact'); ?>', '_self', 'Contact Us'] And where you want to have the admin menu, you would use the php if to wrap the entire drop down, so it wouldn't show for other users.
  22. Tom

    Admin template

    Ah, if the version I have on my computer is the newest, which I expect it is, go to admin/lib/ and rename the "layout" folder to "layout_light" and the "layout_dark" folder to "layout".
  23. Tom

    Admin template

    Then you'll need to find a copy of the old admin/lib/ folder and take the css and images folder.
×
×
  • Create New...