Marty Walker
Members-
Posts
633 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Marty Walker
-
I'm using OS X Chrome 29.0.1547.65. After that update the modal window doesn't close on Submit
-
It does feel faster. Thanks for the update. The only thing I can see that doesn't work is image field re-ordering.
-
Hey Antti, Does the current version support the "=50" field percentages that you mentioned? I'm using Fredi on the 2.3.5. PW build and I lose the 'edit' link whenever I try to use them.
-
I could see something like this being used on image-heavy sites. Someone here flagged the idea of creating an Amazon S3 uploader for files and images. I've got something like this working on an EE site I look after. It keeps the PW install light so if you need to move it to another host it's not such a major undertaking. Backups are simpler too.
-
I love the work done on the themes Ryan. Will it be possible to set a preference for image fields as to whether we get a list or grid view?
-
IF this module ends up being is a goer (security implications sorted n'all) would it be possible to have some way in the admin of letting the user copy the short url to that page. I can see where this would come in handy for a site or two.
-
Thanks teppo. I'll have a read. I can see it's probably a job for a bigger-brained bod than me. Regards Marty
-
Hi all, Just wondering if anyone has attempted a WordPress to PW migration? Where might one go to seek guidance on such a venture? We're talking about 6 years worth of posts containing many images. Regards Marty
-
Another vote for submitting this to the modules directory
-
Getting a page title from urlSegment
Marty Walker replied to Marty Walker's topic in General Support
OK. Thanks for that. So get is being more 'direct' than find? -
Getting a page title from urlSegment
Marty Walker replied to Marty Walker's topic in General Support
@diogo. Yes I had a thought to do that. Here it is for anyone else who might need something similar. <?php if($input->urlSegment1) { $name = $sanitizer->pageName($input->urlSegment1); $urlcat = $pages->get("/categories/")->find("name=$name"); echo "<h3>Category: <i>" . $urlcat->first()->title . "</i></h3>"; } ?> -
Getting a page title from urlSegment
Marty Walker replied to Marty Walker's topic in General Support
Thanks chaps. It was indeed a page array. Silly me. -
Hi, I'm working on a simple products site and I'm using url segments to filter the products by category. There's no problems getting the products that way. What I'm trying to do is get the category title for the url I'm on. eg: /products/19th-century <- urlSegment <?php if($input->urlSegment1) { $urlcat = $pages->get("/categories/")->find("name=$input->urlSegment1"); echo "<h3>Category: <i>" . $urlcat . "</i></h3>"; } ?> So $urlcat gets me the category ID. How would I go about getting the title of the category? I've tried $urlcat->title to no avail. Cheers Marty
-
Quick question: is there a way to select the children of a particular page?
-
Thanks for that Adrian. I initially thought that sessions might be a way to go but I'd be most happy and grateful for any code snippets based on cookies. Cheers Marty
-
Hi all, I might be working on a property website where the client would like their site visitors to be able to save one or more properties to a favourites list. They won't be a logged in user of the site, just a casual visitor. I'm wondering if any of you have done anything along these lines and where one would go to start going about it? Cheers Martyi
-
It's getting attention because the developer has a loyal following based on their EE add-ons. One read of their license agreement (ie Plugins and Consent to Use of Data) put me off straight away.
-
Impressive photos Mikael, and a terrific site!
-
Hugely impressed!
-
There's a fair percentage of the population up here who are climbers. While I don't count myself as one of them I'm happy to photograph the mad bastards : http://martywalker.com.au/blue-mountains/blackheath/climber/
-
Hi Adrian, With your latest version I just get blank pages on my PW 2.3.0 install when I try to export anything. My server PHP version is 5.3.25. Perhaps I need a recent dev version? There's something up with my install there I think. Tried it locally and it works perfectly. This will be a huge time saver Mr Jones. Thank you.
-
Module Page Image Manipulator | API for 1 & 2
Marty Walker replied to horst's topic in Modules/Plugins
Horst, that is amazing. -
I imported the US States json file perfectly. I just can't seem to export. Perhaps it's my server setup. I'll give it a go locally at some point.
-
Happy to test this out. I'll let you know how I get on.
-
Yeah I followed the steps. I chose a top level page with a few children then Structure only and Save. I tried all options actually and I only got an empty file. Exciting is an understatement...