-
Posts
1,465 -
Joined
-
Last visited
-
Days Won
10
Everything posted by Peter Knight
-
Is there a way to add an active class to the root parent of an active child? IE If I'm currently viewing the page called Mars in the tree below Home Fruit - Apple - Bannana Planets - Saturn - Mars Guitars - Fender - Les Paul I'd like Planets to have some class. It's normal for me to display to the user the section they are currently on.
-
Horst - is this what you were waiting for? New image fields just announced by Ryan. https://processwire.com/talk/topic/13215-pw-3017-major-upgrades-to-images-field/
-
Hey Adrian I just meant that TracyDebugger had uncovered a call to one of my own missing include files. I didn't mean there was an issue with TD as such
-
Just tried it and discovered a missing include file (unrelated issue). Looks very useful. The setup options are a little daunting but I'll definitely try this as a first port of call in future.
-
That's it. Thanks Sebii
-
I have a checkbox with only 1 possible value called "A Project". I'm using the relatively new Options field type. I'm trying to echo some html if that checkbox is checked. I tried this if ($page->portfolio_type ) { but it always outputs my HTML even if the checkbox isn't checked. I then tried the following from the forum suggestion if ($page->portfolio_type == 1) // 1 is checked, 0 is unchecked This has no effect either so I'm wondering if I need a different approach based on the fact that I'm using the Options fieldtype rather than a standard page based options?
-
Can you remove each field one at a time and test the edit ability at each step?
-
Hi Mike I have Jumplinks V 1.5.2 installed. Same thing happened when I upgraded from PW 2.6.1 to 2.7.3. Possibly the same site.
-
Soma This Module just helped me with my Form / PostMark problem https://processwire.com/talk/topic/12322-mandrill-upcoming-changes/page-2#entry119229
-
I think I may be getting somewhere thanks for Soma's new ClearCacheAdmin module (thanks mate!) Once I installed this, I loaded up the Cache Admin screen and noted there were 2 FormBuilder cache files in place. I don't know if there should only be one but I nuked both of them. My next test form was successfully logged in my PostMark account.
-
No joy on 587 either. I'm running 3.0.15. I might try uninstall WireMail SMTP and reinstall and clear some caches etc on the off chance that helps.
-
Thanks Alan I have all those settings in place apart from from the Default SMTP port which I have set to 25. My mail header doesn't contain any reference to postmark as pointed out by their support crew so. I only have WireMailSMTP 0.2.1 installed and the FormBuilder Pro module. Am I missing a Module that WireMailSMTP plugs into or some server setting? As I said, I do actually recieve the form submissions so that part is working.
-
Hi Alan Are you using Postmarkapp with Wire Mail SMTP at all? My emails are being delivered but not beign recorded by PM analytics. Postmarkapp support asked me for a header sample from the email and say the email is not being routed via their service. Seems odd to me as I have the correct settings in WireMailSMTP and they verify correctly when I try the test settings now Any other special setup required there?
-
I've always found PW upgrades and downgrades very straightforward. The upgrade module will auto backup your database and files too. http://modules.processwire.com/modules/process-wire-upgrade/
-
Hi joe Anything in the error logs site/assets/logs/errors.txt Might be worth trying following upgrading to 2.7.3 to see if it makes a difference?
-
PW 3.0.15: New quick-tree, debug, view panels and more
Peter Knight replied to ryan's topic in News & Announcements
Love these new additions too. I keep thinking the new quick tree panel should open from the left side on the Reno Theme instead of the right. The icon placement itself makes sense but I get a sense that in a left to right world, it would feel more natural on the left. -
So am I. I love getting editors their access and seeing them update their PW sites. Great to have this solved. I don't think I need to remove that code from site/config.php as I'm still using the Module for a few settings "defaultAdminTheme": "AdminThemeReno", "debug": false, "adminEmail": "peter@net.not" I've just removed a particular config within the config module.
-
Removing the entire Module doesn't work. The error persists. However, I noticed that you can leave the Module installed but just remove the offending config setting. That worked
-
I think you're right. I just added that in before I took screen grabs. Removing has no effect.
-
My screengrabs disagree ... My /site/config.php file My config settings in the Config Module The only other place that httpHosts is set is in /wire/config.php and that's blank / default. This is a site I based on another site by doing a crude file and database copy and it has the same $config->userAuthSalt setting. I wonder could that be a cause?
-
I'm looking forward to both the new Images field and the new version of CroppableImage. I got a little over-ethusiastic about V3 on a few sites and upgraded without checking compatibility. Made me realise the Croppable is probably one of my essential Modules. Thanks for the update anyway horst.
-
Yep. I added it to the config, uploaded, checked it was online. I've even removed it and then tried some forum tips of removing the host from the config completely. I've tried manually updating the config file in /wire/ too. Pretty much tried everything
-
I haven't fixed this but I might be making progress. I get a brief error message when I try to publish the editor role Saved Page: /processwire/access/roles/editor/ (1 change) - Cannot be published until errors are corrected The only actual error is the persistent I've tried everything to resolve the host problem: delete the sessions folder deleted the cache folder checked and double checked the confi files in both site and wire folders removed the Config module It's a persistent bugger :-/
-
Hey Matrijn I'm not sure what you mean. I've tried publishing this page directly from the page list / tree and had the same result. Is that what you meant? P
-
Hi guys Having problems publishing a new role. I can create it, tick the permission checkboxes and hit publish. Once I return to the Roles overview page, the role remains unpublished. I'm preforming this action as a super-user with full permissions so I should be able to achieve this. As all things PW-related are pages, I tried too to drill down through the page tree and directly manipulate the page under Tree > Admin > Access > Roles No joy there either. This is on 2.7.3 dev. Nothing in the error logs and I have a few sites based on this site in exact same environment with no role problems. Any tips?