Jump to content

benbyf

Members
  • Posts

    796
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by benbyf

  1. I like to know what code is going into a site for optimisation, and even find myself writing my own image sliders, tool tips etc.. I make it for my specific case or site without introducing a HUGE framework and having the two hold problem of bloat and writing code "their" way (as im never interested in learning a framework when I can learn to do it myself).

    I've used Dreamweaver, Macaw and someothers in the past and feel, though handy for mockups, I would never use on a live site due to the lack of confidence in the code they produce.

    Also I'm always interested in learning new things and trying new styles so a framework doesnt make sense for me in that way too.

  2. will try and delete the apache settings as I can't see anything else that might be wrong for that incoming domain in PW. If not I'll have to abandon the multisite and spin out to it's own PW install. Thanks for everyones help though and I'll report back

  3. the page is hidden.

    is all abit backwards currently, I can no longer get to the multi site page as it redirects me to the homepage but with the wrong domain name.

    echo "subdomain: " . $modules->Multisite->subdomain;

    this gives me Home which every domain i plugin


    I unhide the page and it appearded active in the menu making it look like it was home for both domains, which is very confusing

  4. I've not changed the .htaccess just added the above in the DNS and on the server. You don't go to a 404 (though there is one obvisouly) but just land on the home for horton-stephens.com

  5. Still struggling. changed the the config to hortonsshortuns.com only and changed the title and path of the subpage to hortonsshortuns.com could there be anything else wrong with my settings above as im still only getting the home of the main site? Thanks for you help

  6. still struggling a bit on this, is there any docs?

    This is my DNS, the host has informed me its pointing the to the same directory as horton-stephens.com when incoming on hortonsshortuns.com (as i dont have root access :(

    www.hortonsshortuns.com & hortonsshortuns.com set in module settings and www.hortonsshortuns.com page name for the new site. But still getting the homepage of the other site, should apache be sending to /www.hortonsshortuns.com not / ??

    * A     80.87.143.6 * CNAME     www.horton-stephens....   @ MX 10   mx0.123-reg.co.uk.   @ MX 20   mx1.123-reg.co.uk. @ A     80.87.143.6   www A     80.87.143.6
  7. Hi!

    I have a image field with

    echo image->size(300,300)->url;

    here: http://nicegrp.co.uk/dev/mpa/

    which when a gif is added the animation works fine.

    however on another page: http://nicegrp.co.uk/dev/mpa/illustrators/melvin-galapon/ im using:

    echo image->size(300,0)->url;

    the animation is not retained, cant see any other differences.

×
×
  • Create New...