Jump to content

kongondo

PW-Moderators
  • Posts

    7,480
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by kongondo

  1. Marco, I haven't used this module, but from looking at the code, I think you will first need to create a role (e.g. "client"). Give that role the limited permissions you want. Create a user, e.g. "paul" and assign "paul" to the role "client". Then, in the module, add "client" as the role to bypass.
  2. Not the core obviously, otherwise there would be no need for the module, I guess . Apache logs? If you have access...
  3. Am confused. Guest has view rights and that is everybody - the public. If you want the guest to view the site, it beats the logic of placing it in maintenance mode. Also, what are these full permissions for the guest? The full extent of the guest user's permissions is page-view. The only role they have is view pages. Are you talking of another user next to the superuser as requested in post #33?
  4. A start...http://mods.pw/36
  5. Once you have gotten your hands dirty enough, you will want to read this classic (if you haven't seen it already) http://processwire.com/talk/topic/740-a-different-way-of-using-templates-delegate-approach/
  6. Well, you have all sorts of issues with that code.. For one, you have nested PHP tags inside PHP tags... Have a look at these http://devzone.zend.com/4/php-101-part-1-down-the-rabbit-hole/ What sort of text editor are you using (for your code)?
  7. You can try it on your dev site and see if it works . You can also send Nico a PM. He was here today....so he's still an active member I think ACE Editor will also allow you to edit Template Files IIRC...
  8. Are you referring to ACE Editor? http://mods.pw/3H
  9. Big picture: Reminds me of the "Cathedral Story"
  10. Hi jtborger, Welcome to PW and to the forums! I don't have answers to your questions (at the moment); just stopping by to say hello. I can assure you you have made the right choice in choosing PW (or at least in ditching Joomla! ). Happy developing with PW!
  11. OK, that's it, pass the chips; I've totally lost it today . I get it now..
  12. OK...I get the message; I need to start using the dev version I actually have it installed but haven't touched it yet...
  13. Wow! Adam has put me in privileged company!!?! My two minutes of fame . I couldn't code my way out of a brown paper bag if I was put in one! Hehe. Sorry, your query is way above my pay grade....
  14. I have just realised I was thinking about something else....<script> </script> within a HTML file! Sorry for false info,
  15. Hmm...I have just tried and single click toggles view children of page...and the actions...
  16. PHP should work in .js file (url: <?php....?>...but if it is a PHP file that's outside the PW system, most likely you will get a 403 since PW doesn't allow direct access to some folders using your own PHP files.. (if that makes sense ) It's been a long day! See below...
  17. Sorry it didn't work out for you. Maybe, take a break from it. If you decide to come back to it, start by reading up on the docs, take small steps, complete the simple site tutorial....ease into it...
  18. You can fork it in Git to your computer (very easy if you are on windows) - or just download it and install normally..
  19. Then, maybe do as I have suggested. Install it as per instructions, then edit it in small chunks and testing as you go along. Btw, ideally, I think, you should try to develop your sites locally (WAMP, XAMPP, etc..)
  20. There you go. Is it the whole functionality of the Skyscrapers profile that you are interested in or is it the theme itself (html and css)? If the former, then install the profile as per the instructions then edit it in small chunks, testing along the way that you haven't broken anything. If the latter, then you can grab that from the "view source" in your web browser or by grabbing what you want from the template files..
  21. What about error.txt; what does it report?
×
×
  • Create New...