Jump to content

VeenarM

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by VeenarM

  1. I rebuilt my brothers website from it's WordPress theme/plugin into a ProcessWire designed theme.

    Mostly because it was build poorly, half the things didn't work and it kept getting attacked through 3rd party plugins, and not knowing much about WordPress other that omg I hate it - decided to look else where!

    Turned out nice I thought, easily modifiable pages/projects with tagging showcase etc, and using FormBuilder with bootstrap theme for contact form, also ProCache.

    Will look to try use ProcessWire for further projects, very nice to use as a dev.

    Cheers

    John

    • Like 4
  2. Yes that's the intended for the moment. The Module does the auto-redirect, I can't figure out how to send it to the other subdomain at the moment with out doing string manipulations.

    At the moment its kind of like  if $page-> url ="/" && $page->id != 0 and its title is in the host file, then etc... to fix the directs.

    If I can solve the other part then I'll look into it, but for now it's actually working really well :)

    Cheers

    John

    • Like 1
  3. I've just managed to set this up, and whilst it took a while it can be done.

    Again - took for ever to realise that the domain needed to be in the config->httpHosts file.

    Then you realise your sitemaps are all broken because the title with the domain doesn't have a url, it points to itself. So I played around with multilevel subdomains etc, and it all works kinda well now - http://dayswithoutincident.net/site-map/

    the sub domain verison just implements the site-map template at the moment, but i needed to change the  templates and the php include files in order to achieve this.

×
×
  • Create New...