Jump to content

roelof

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by roelof

  1. Hello, I have read the documentation but I still do not see the errors. I did a ; after each if line but no luck. Anyone who can help me.
  2. I do not use a php editor at the moment. I use the text editor of my ftp-server. Can you recommend a good IDE. And I have read it but I do not see what you mean with nested tags. I use first a <php tag Then a if with the then between two {} and another if with also the then between two {} and then the end tag. Roelof
  3. Hello, I tried Template File Editor and it did not work for me. I could not goto several last characters and when I delete something the code were messed up. Roelof
  4. Hello, I did this so another css file is used when im not on the FrontPage. <?php if ($page->id==1) { <link type="text/css" href="<?php echo $config->urls->templates?>styles/twentythings.css" rel="stylesheet" media="screen" /> } if (!$page->id==1) { <link type="text/css" href="<?php echo $config->urls->templates?>styles/twentythings2.css" rel="stylesheet" media="screen" /> } ?> But now I see a 500 error. What did I do wrong ? Roelof Edit 1 : on the error.txt I see this message: Parse Error: syntax error, unexpected '
  5. Yes. I mean that one but I wonder if it's working with 3.x and if it's still maintained or if there is another module who can do this ?
  6. Nope, this one seems to be for textareas. I mean a editor where I can change the template files which are in site/templates.
  7. Hello, Is there a module except template file editor which I can use to change my template in the backend. I know template file editor but it seems not compatible with 3.x and I saw in the forum that the last question was in april with no answer. Roelof
  8. Found it myself. page->child->url did the trick. Roelof
  9. Also this : <a href="<?php echo $sibling->first;?>" class="open-book">BOEK OPENEN</a> is not working. On the source of the page I see then <a href=" " class="open book">BOEK OPENEN </a> Roelof
  10. Thanks . still no luck. I have this tree : homepage children : - Cities - Architects - Search But if I change page into siblings -> next or parent-next the url stays empty. Roelof
  11. Oke, everythings works now after another install.
  12. Thanks I try to understand why this happens. I have this : <a href='{$page->next->url}' But Pw makes this of it : <a href='{$page->next->url}' When I delete the ' then also the layout is messed up. See http://www.tamarawobben.nl
  13. Problem solved. Now solving a few minor css and next links problems and everything looks well. Roelof
  14. Hello Ryan, I tried to install yout theme exactly as described. But after the installation I only see iun the front page a 500 error and in the backend it looks like I have the standard theme installed. Can you help me figure out what went wrong so maybe I can make my site with PW. Roelof
  15. I did all the steps and im also sorry that it did not work for me. I still think the last problem is more a theming problem then that I do not understand how PW works, Roelof
  16. Did all the steps exactly as described but no skyscrapers site only 500 error or the old backend. I think I give up on PW sadly. Roelof
  17. Oke, I can try that. Can I install the profile and the Pw files both with git or does that give problems. Roelof
  18. Im interested in the manner which the theme is build. But if there a easier or better way to build it Im in. This is my first build in PW so Im looking for a good way to build a site.
  19. Link to the site : http://test.tamarawobben.nl I could turn on debug but as I said I also cannot log into the back end with a 500 error message Roelof Edit 1 : and I see this error messages on error.txt : 2013-06-19 10:09:50 guest http://test.tamarawobben.nl/dagboek/login/ Error: Exception: Template file does not exist: '/home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/site/templates/admin.php' (in /home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/wire/core/TemplateFile.php line 67) 2013-06-19 10:49:59 guest http://test.tamarawobben.nl/http404/ Error: Exception: Template file does not exist: '/home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/site/templates/basic-page.php' (in /home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/wire/core/TemplateFile.php line 67) 2013-06-19 10:50:02 guest http://test.tamarawobben.nl/http404/ Error: Exception: Template file does not exist: '/home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/site/templates/basic-page.php' (in /home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/wire/core/TemplateFile.php line 67) 2013-06-19 10:50:13 guest http://test.tamarawobben.nl/http404/ Error: Exception: Template file does not exist: '/home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/site/templates/basic-page.php' (in /home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/wire/core/TemplateFile.php line 67) 2013-06-19 10:50:13 guest http://test.tamarawobben.nl/http404/ Error: Exception: Template file does not exist: '/home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/site/templates/basic-page.php' (in /home/vhosting/c/vhost0008707/domains/tamarawobben.nl/htdocs/test/wire/core/TemplateFile.php line 67) Which are right. I deleted all the those templates. Roelof
  20. Another problem. I made my templates with as example the skyscrapers theme. You can see it here: https://bitbucket.org/rwobben/site-tamara/src But the FrontPage is only white and when I want to go to the backend I see a 500 error. Before the changes everything works well. Roelof
  21. Hello, I have a fixed text which will be only visible on the front/home page. Can I better leave this in the template file or can I better use a custom field for it. Roelof
  22. Thanks, I hope now I can get my custom made layout working very soon. Roelof
  23. Last question before I can really can begin with building. Can I somehow check if a page is the front/home page. I need there another css file then all the other pages. Roelof
  24. Hello, Oke, Im talking about pagination. Im building a sort of journal with this idea ( 20thingsIearned.com) I have tried nothing yet. I know I can use $page-> next to get the next article of a month but I try to figure out when that is a Nullpage how I can goto the next parent of that year. For example if the last article of let's say january is displayed the first article of februari is displayed when the user pressed next. Roelof
×
×
  • Create New...