Jump to content

Macrura

PW-Moderators
  • Posts

    2,771
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Macrura

  1. I'm also interested in automated backups; i found this on Codecanyon and will probably purchase/try it for use with some PW sites.. http://codecanyon.ne...or=stormbreaker Update: I have purchased this and installed it; it works very well; I was able to backup my processwire site and database with 1 click, and then setup a cron job to back it up once a week; the script saves your settings in a json file (so no database); I'm having it save the archives to a remote ftp, but it also supports local and dropbox backups. Update 2: I just took a look at stillmovingdesign's suggestion, and the cpanel backup looks great...i like that the files are not stored in the web root;
  2. OK - right, this is in fact the select module by Hani, (got so used to installing that,forgot it was a separate module..); But i can confirm that the option/value feature of this module doesn't work for me, or if it does, the code might need to be updated to allow for changes to the list after the initial setup; It works fine if you don't have the option/value pair; I guess i'm going to start using apeisa's suggestion, since it will enable the end users to add options without having to go in and edit a field; I usually have a hidden 'settings' page with the global site settings, so i have seen it suggested elsewhere in the forum to setup a child page within that settings page, and below that define dropdown options; so in my case i would have a child page of settings called 'language choices' and then each of those could contain the option/value pair... -marc
  3. this is the 2nd time i have encountered this issue; the first time i just figured i was doing it wrong; when making the options in a select list, it says: this is my list: engus:=English (US) enguk:=English (UK) french:=French italian:=Italian spanish:=Spanish greek:=Greek but for some reason this is not working...it doesn't store the value when using this kind of list. Does it only work with numbers?, or can we have the stored data be the string on the left (which could be a css class for example) and on the right be able to use a word combination that is more understandable to the user... -marc
  4. @evanmcd- Have you considered using something like Fabrik or Zoo (since you're already in Joomla..)- Either of those can handle custom content pretty well, (not as nice as PW!); I have a bunch of sites using Zoo and it's decent for custom content; it runs as a sort of a separate sub-cms with custom fields...
  5. @Nico - thanks for the reply - i tried that but the field was stripping out tags... @Soma - thanks -this works! nl2br -marc
  6. Hi, I'm trying to output an image description with 2 lines, and have been able to get Markdown to do this on the output, however the Markdown formatter is adding a paragraph tag... is there some other good way to output an image description with a line break? thanks, -marc
  7. very nice site... if you want to try it yourself, here is one idea: in PW, create 2 fields for the homepage template, 1 for the image and 1 for the link (then upload your image and select the page for the link) then add a div to the homepage template (maybe with id of "homepage-box") with the basic markup, and echo the fields from PW; in the css, get the div to position where you want it, size, placement etc.., then set it to display:none in the css then use jquery delay and optionally fade in to get it to appear when needed; this might be a start: <script type="text/javascript"> $(document).ready(function() { $('#homepage-box').delay(9000).fadeIn(1500); }); </script>
  8. Hey- thanks again to everyone for checking this out and liking it etc.. I really appreciate it. I have some projects in the workds that will likely be using PW, so i'll be posting more in the showcase... Processwire has a great community, and I'm really psyched to have chosen it as my primary CMS. Cheers, Marc
  9. thanks for looking! - i have it setup to pull the images from Amazon, so that in the backend you only enter an ASIN #, and then the template forms the image URL from that; it's working here, and i've seen it once in a while not get all of the images from Amazon, if maybe the server is slow.... maybe there is a better way to do it, i.e. have PW actually retrieve the amazon image into the local filesystem - i've seem some talk about that somewhere here on the forum... @apeisa - thanks for checking it out on a mobile - i've only been previewing it with chrome in various viewport widths.. @Martijn - thanks also for checking out this site... and very glad to be crediting processwire and not some other CMS's that i now dread..PW really is pure fun. -marc
  10. First pw site... http://www.stokar.com/ composer's management agency. Processwire was great for this!; took on every challenge and request the client had with ease. Thanks to Ryan, and to everyone on the forum - it was an essential resource for working out all of the code to make this site work. -marc
×
×
  • Create New...