DV-JF
Members-
Posts
318 -
Joined
-
Last visited
-
Days Won
1
DV-JF last won the day on December 8 2022
DV-JF had the most liked content!
Recent Profile Visitors
13,977 profile views
DV-JF's Achievements
-
Hey @ryan, hey all readres, I'd like to propose two features that would help those of us working with business and organizational clients. OAuth 2.0 Login Support Several of our clients use Microsoft 365, and it would be nice to integrate their websites seamlessly with e.g. Microsoft Entra ID. Native OAuth 2.0 support would allow users to log in with their organizational accounts instead of managing separate credentials. For an urgent case I'll try to set up @flydev's module (https://processwire.com/modules/oauth2-login/) but unfortunately the creation of users is not yet (?) possible. Microsoft Graph API for Email Delivery As said before, more and more peopele rely on Microsoft 365, and traditional SMTP with basic authentication is being phased out. Supporting Microsoft Graph API would allow us to: Use OAuth 2.0 tokens instead of storing SMTP passwords Leverage existing Microsoft 365 infrastructure Ensure better deliverability and avoid authentication headaches Native support for both would make ProcessWire from my perspectibe a more compelling choice for organizations looking for enterprise-grade SSO and email solutions.
- 1 reply
-
- 5
-
-
Hey, @Neue Rituale & @wbmnfktr just thank you for the module, nice and handy !!!
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
DV-JF replied to David Karich's topic in Modules/Plugins
Great news, I've a couple of old sites where I'm still using this module. Thank you @matjazpfor taking care! -
module Fluency - The complete translation enhancement suite for ProcessWire
DV-JF replied to FireWire's topic in Modules/Plugins
@FireWire Would you have a look at https://github.com/SkyLundy/Fluency/pull/19 - there's a litte syntax error for x-default.- 314 replies
-
- 1
-
-
- translation
- language
-
(and 1 more)
Tagged with:
-
Firefox Ver. 141.0.3 (Build #2016106991), null GV: 141.0.3-20250806102122 AS: 141.0.1 OS: Android 16 Device: Google Pixel 6a Thank you for having a look at accessibilty.
-
I'm out of office, but in mobile I've now noticed an ugly flickering. screen-20250812-162027.mp4
-
Same for me, WIN 11 on all installed browsers. Another thing I want to mention: Did you pay attention to accessibility during the relaunch? Some critical errors and alerts are displayed in my preferred testing tool - https://wave.webaim.org/report#/https://processwire.com/
-
My question has already been answered elsewhere by you @Zeka 😆 Apologize for bothering you @adrian & @Zeka 🤐
-
Hey @Zeka, hey @adrian, thank you for your code-examples. They seem to work pretty well for me! However, I have discovered a strange problem that I can't explain. Maybe one of you knows what I have to do to get the corrected link displayed on the actual page in the backend. I'll try to clarify it with 2 screenshots: In the page-tree the link is correct: but not on the edit screen: This is my code in ready.php: $pages->addHookAfter("Page(template=product-item|home-temp)::path", function (HookEvent $e) { $page = $e->object; $pages = wire('pages'); $user = wire('user'); $language = $user->language; $langSegment = $pages->get("/")->localPath($language); $pageName = (!empty($page->localName($language))) ? $page->localName($language) : $page->name; // Products if ($page->matches("has_parent=products")) { $parent=$pages->get('name=products')->parent->localName($language); $e->replace = true; $e->return = $langSegment . "$parent/$pageName/"; } // Lead-Messe if ($page->parent->matches("name=lead-pages")) { $e->replace = true; $e->return = $langSegment .$pageName.'/'; } }, array('priority'=>101)); Any ideas? EDIT: To clarify my question: Which hook can I use to change these links?
-
@nbcommunication Thank you for answering! I'm not the only one facing this problem: https://developers.facebook.com/community/threads/1186912303035518/ I just tried it again but without any luck 😔
-
I have the following problem and wanted to ask if anyone else has the same problem: When I try to generate a token, a new window opens, the token seems to be generated, but in the last step the window remains blank. The URL displayed is (shortend): https://developers.facebook.com/instagram/token_generator/oauth/?code=AQC[...]dYnxpaBnsA&state={"app_id"%3A"0XXXXXXXXXXX3"%2C"f3_request_id"%3A"1d1cbb1e-05d4-[...]-3f30574aa2fd"%2C"nonce"%3A"B...C"%2C"requested_permissions"%3A"instagram_business_basic%2Cinstagram_business_manage_messages%2Cinstagram_business_manage_comments%2Cinstagram_business_content_publish%2Cinstagram_business_manage_insights"%2C"user_id"%3A"178[...]306"}#_ From the docs: https://github.com/nbcommunication/InstagramMediaDisplay?tab=readme-ov-file#generate-an-access-token Is working. No return to the app screen 😒 Anyone else facing this problem or has any ideas?
-
Just guessing because your logs: You could try to add $config->sessionFingerprint = 2; to your config.php see https://processwire.com/api/ref/config/#pwapi-methods-session for more info.
-
Perhaps this will may help you: https://youtube.com/playlist?list=PLOrdUWNK38ibz8U_5Vq4zSPZfvFKzUuiT&si=eZK8fSrXVWJs65_k
-
module PrivacyWire - Cookie Management & async external asset loading
DV-JF replied to joshua's topic in Modules/Plugins
@joshua I'll try again🙂 Is it possible to load a script based on different conditions: How do others solve this task? Greets! -
I'm just reading the docs: https://help.instagram.com/502981923235522 https://www.facebook.com/help/instagram/138925576505882?helpref=faq_content I haven't read anything about any restrictions that would prevent a "normal Instagram account" from being converted into a business account, yet. As I read the documentation, this seems to be the case. https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login/overview