Recent content by Nicole McNeill

  1. N

    FTP connect to filezila

    Thanks! It worked. The files transferred but when I view my admin panel for opencart modules the plugin extensions were not there. They are in file manager but don't show in opencart software module.
  2. N

    FTP connect to filezila

    Hi, I have some plugins I need to install on opencart and filezila is not the x10hosting FTP server address, port and my password. I'm using filezila for windows. I think I have the wrong server address. I typed in what is on my account but think it wants numbers.
  3. N

    Forced login?

    where do I place this code? On every page as well?
  4. N

    Forced login?

    I tried and the whole page goes blank...it doesn't show a message or the login page. I copied and pasted your script exactly.
  5. N

    Forced login?

    I tried and the whole page goes blank...it doesn't show a message or the login page. I copied and pasted your script exactly.
  6. N

    REDIRECT NOT WORKING

    Hi, The redirect is not working.
  7. N

    redirect doesn't work? Ordering pages for viewing

    the maintenance page is up now where it says "sign up" I want a page just like this except not under maintenance
  8. N

    redirect doesn't work? Ordering pages for viewing

    Hi, I tried to redirect http://www.bagandabaguette.com to http://bagandabaguette.com/Tribe/ but it didn't work. I'm trying to make http://bagandabaguette.com/Tribe/ the first page viewers see and the login page the second page...how can I order pages for viewing?
  9. N

    where do i place this code? force login

    // Require login for site get_currentuserinfo(); global $user_ID; if ($user_ID == ”) { header(‘Location: /wp-login.php’); exit(); }
  10. N

    Need help with creating force login code

    Need help with creating force login code
  11. N

    Forced login?

    thanks I will try it :)
  12. N

    Forced login?

    It didn't do anything unless I did it wrong. I added it to the end page of login php. I don't think this code is what I want. I want a redirect to the login if not logged in or you didn't register
  13. N

    Forced login?

    It's an exclusive shop for followers of a product...I need the login forced and it not logged in a redicted to the log in before getting to the homepage.
  14. N

    Forced login?

    I want to make the main page in opencart the login page and make it a force login. ( a private shop) so people can't see anything unless they are logged in. Amazon and Facebook was spying...market research.
Top