Jump to content

Luis

Members
  • Posts

    295
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Luis

  1. processwire.de is unfortunatly occupied by a german media agency. 

    Few weeks ago I thought the same, info page with small blog for german users, but link to this community. 

    I think german forums would not be the best decision, as Pete mentioned before, my fear would be a fragmentation and a loss of sharing. 

  2. Creating a Blog with PW is just as easy as creating a new page template.

    Just take a look into the profile download section, Ryan added a Blog Profile there. 

    http://modules.processwire.com/modules/blog-profile/

    And of course you could assign a unique template for each blogpost. 

    Maybe you create dependencies on Categories, depends on the Category where the post will be published you set the given template which could be choose by the Author. 

  3. Ah I see,

    you are just outputting the nav list without any classes to the ul and li elements. 

    Please take a look at the options section here: https://github.com/somatonic/MarkupSimpleNavigation/wiki/MarkupSimpleNavigation-Documentation

    Your 

    echo $treeMenu->render();

    has to be something like this:

    $options = array(
        'parent_class' => 'parent', // string (default 'parent') overwrite class name for current parent levels
        'current_class' => 'current', // string (default 'current') overwrite current class
        'has_children_class' => 'has_children' // string (default 'has_children') overwrite class name for entries with children
    )
    echo $treeMenu->render($options);
  4. Hey Soma,

    I get an error when I wanna switch admin theme:

    Error Call to undefined function wireRmdir() (line 358 of /share/HDA_DATA/Web/pwSpielwiese/site/modules/somatonic-ModulesManager-028cd65/ModulesManager.module)
  5. Hey sry for waiting so long, I was a bit in trouble the last days. 

    Just for understanding.

    The given code is your included head.inc ?

    The Code is all working, no bugs in it. 

    But, the css for your #menubar won´t work?

    I´ve tried your head.inc in my test environment and everythin works fine. 

    So my question is, do you put your css into the tut_layout.css ?

    Or where is this css snippet?

  6. Hi Ladies and Gents,

    cause I did some stupid fails today and before i´m eating my mouse and keyboard I just drop my biggest fail this day. 

    While cleaning up my home server which i´m using as local dev server for clients and doing my accounting and invoice management on, I just dropped the database which stores my 2012 Accounting.

    Thanks to my nervous finger.

    Now I have to do my accounting from last year at the upcoming weekend.

    • Like 1
×
×
  • Create New...