Jump to content

Marty Walker

Members
  • Posts

    629
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Marty Walker

  1. Hi Adrian, I've changed my setup it since I posted it but I would like to get this working. This is how I had my options set up. The 'Portfolio' page also has the Page Protect option enabled for user 'portfolio'.
  2. Hi @adrian, Long time no speak. Quick question. I'm using this method to insert the form into my web page: if($page->protected) { echo $page->loginForm; } else { // show some $page images here } The form shows up and I'm able to login but it then shows nothing beyond where the form sits, even if I refresh. Am I missing something? Cheers Marty
  3. Hello, I'm getting out of web design and development and I'm looking to get hold of an AU-based PW developer to send some clients to. I'm not looking to overseas developers at all. You can DM me here. Cheers Marty
  4. @kongondo Looking forward to seeing v2! I have v1 but I'll wait to see v2 before I move my shops away from snipcart and bigcartel.
  5. My apologies. It was an access issue for that user group - CI3 wasn't selected. Thanks for your help. - Marty
  6. This is how I'm calling FEEL: echo $page->feel(array( "text" => "Edit your page", "class" => "fixed center", "fields" => "title,artist_business_name,body_artists,artist_address_01,artist_address_02,artist_address_suburb,artist_address_state,artist_address_postcode,artist_website,artist_facebook,artist_twitter,artist_instagram,artist_behance,artist_dribbble,artist_email_public,artist_phone_studio,artist_phone_mobile,artist_categories,portfolio_images,pinterest_button" ) ); I get the initial modal appearing and I can see all the CI3 fields but when I click on a pre-defined crop I get pushed to the page tree.
  7. Thank you for this module, it's very easy to implement. I was wondering if there's a chance this could be tweaked to work with Horst's CroppableImage3 (https://modules.processwire.com/modules/croppable-image3/). When I click a crop to re-edit I get pushed back to the page tree.
  8. Would anyone be interested in forking and working on Fredi as a paid gig? I have Fredi running on a big-ish client site that's PW 2.6 and I need it to run happily with v3. Or are there alternatives?
  9. I use this from time to time when I absolutely have to: http://mobiledetect.net/
  10. Hi, One of the sites I created has had a complaint from their host saying that some ace files are being used to send spam. I'm wondering if anyone has had that problem before. These are the files they thought were suspect: The files we have found sending spam are listed below. '/home/mountvic/mail/mountvicflicks.com.au/adam/cur' '/home/mountvic/public_html/site/modules/TextformatterHannaCode/ace-1.1.5/demo/kitchen-sink/docs/c_cpp.cpp' '/home/mountvic/public_html/site/modules/TextformatterHannaCode/ace-1.1.5/demo/kitchen-sink/docs/cpp.cpp' '/home/mountvic/public_html/site/modules/TextformatterHannaCode/ace-1.1.5/demo/kitchen-sink/docs/objectivec.m'
  11. Fantastic work! I thought camera gear was expensive. Yikes.
  12. Was looking at something similar today. In my case I'm using this approach http://processwire-recipes.com/recipes/duplicate-content-between-fields/ to copy info between fields.
  13. Here it is. Looks like dodgy images from the client which worked everywhere else (PS, ID, Affinity, Preview etc) except in PW. Thanks for the help everyone. Carry on.
  14. So this is the link to the image which displays fine in browser: http://blumeillustrated.com.au/site/assets/files/1/blume_web_ad_bmcc.jpg And this is what I get in Inspect.
  15. Strangely it looks like this: <img src="/site/assets/files/1/blume_web_ad_bmcc.jpg" alt="" style="display: none !important;"> ... which is odd considering this is my PHP: echo "<img src='".$page->advert_image->url."' alt=''>"; @fbg13 There's a variation in there too and the directory group and permissions are all fine.
  16. Hi Horst, Thanks for the suggestion. My site/config.php doesn't hold any adminThumbOptions at all.
  17. Hi all, This is my first time working with PW3 (3.0.37 to be specific) and I've run into a wee problem. Apologies if this has been discussed before but I haven't been keeping up with happenings in the new version. I've upgraded from a 2.7.2 install and I can't seem to get new image uploads (jpegs or PNGs) displaying in the admin. The images that existed before the upgrade appear fine but anything new displays a blank thumbnail. I can confirm that the image is being uploaded as it exists in the directory. Not sure what do... Server is running: PHP 5.4.45 and MySQL 5.5.52-cll.
  18. I've always used a subdomain instead of a directory. You don't get the added path problems. The times I have had to work out of a subdirectory I've used something like phpmyadmin or adminer to change the links before shifting everything over.
  19. Thanks Robin S! That did the trick.
  20. I might upgrade PW then. Wondering if it also might be a Litespeed server gremlin. Cheers mate.
×
×
  • Create New...