Adrian Jones

Results 229 comments of Adrian Jones

Thanks @ryancramerdesign - that does seem to solve the problem, but I do wonder about the complexity of this code vs going with `token_get_all` - I know I have mentioned...

@ryancramerdesign - yes of course - sorry, I thought those initial quick checks would still remain before the token code I provided kicked in, like this: ``` public function get_namespace($file,...

I just tried and it's happening every time I try - tested at least 10 times in a row. Probably not very helpful though I know :)

No JS errors. I think it might be related to the number of items that are returned. Searches with lots of results consistenly work fine. So I am wondering if...

Actually, I don't think that makes sense because you can even test directly with this URL in the browser: https://processwire.com/search/?q=latte That returns the JSON for me every time, but: https://processwire.com/search/?q=tracy...

Hi @ryancramerdesign - thanks, glad you are interested in supporting this. Here's a little more info that might help, although some of it seems a little confusing. If I add...

Hi @ryancramerdesign - I'd love to nudge you on this because the modal approach definitely makes the main page load much faster, but the AJAX version has no impact on...

``` PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../Process/ProcessPageLister/ProcessPageLister.module:509 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is...

> shouldnt those templates just be flagged as system templates Yes, I would think that they should be considered system templates.

> Now this may not be a bug and may be a new requirement, but if you follow the steps here: https://processwire.com/blog/posts/processwire-core-updates-2.5.14/#multiple-templates-or-parents-for-users I'm a bit confused - if I understand...