Recently Updated Topics
Showing topics posted in for the last 7 days.
- Past hour
-
Thank you, you made my day.
- Today
-
Thanks for the report @olafgleba - it should be fixed in the latest version.
-
Avoid using Base64 images as Gmail don't support them. The only reliable method is using absolute urls.
-
@PWaddict, this is due to a breaking change in the core, which I think has been done by mistake. I've opened a GitHub issue for it here: https://github.com/processwire/processwire-issues/issues/2157
- 13 replies
-
- 1
-
- Yesterday
-
@ryan - I don't really know the best place to post this, but the modules section search is really not a great experience at the moment. If you search for something, the results are displayed, but the search box is no longer available so you can't search again without clearing the ?t=Modules&q=searchterm from the URL.
-
@flydev - thanks for this module. I am curious about your plans for it or if you know of any alternative PW module. I am looking to start using it, but definitely want the ability to register users as well (rather than just signing in existing users). I see you have the listed as something that is planned. I am curious if you came across any particular stumbling blocks getting that set up, or whether you just didn't find the time. I am tempted to tackle adding that functionality myself so wanted to garner any insights from you about potential issues. I am honesty surprised to see so little discussion about SSO on the forums - these days it seems like most sites that require frontend users to register offer this option.
-
I'm trying to export and import pages from a multilanguage website using the core ProcessPagesExportImport module. During import it can't import the pages: Is there a solution for this? Is there a way to export and import pages on a multilanguage website?
-
[solved] I uninstalled a module the stupid way
ottogal replied to ottogal's topic in General Support
Hi @Robin S, thank you so much - you saved my day! It worked flawlessly. ProcessWire is so well built that it's hardly possible to get lost - given you don't do stupid things. And big hugs to this community of friendly and helpful people! ottogal -
Does LoginRegisterPro give you the ability to have different register forms for different roles? Or if not, is there another way to do it?
- Last week
-
module StripePaymentLinks – Simple Checkout Integration for ProcessWire
Mikel replied to Mikel's topic in Modules/Plugins
[Update] New Feature: Magic Links (v 1.0.14) We've added a new feature to StripePaymentLinks that allows you to manually send access links to customers for products they've already purchased. Use Case Perfect for situations where customers need fresh access links – whether they lost the original email, changed devices, or you're migrating from another system. How it works Got to the modules config page and open the fields "Send Magic Links" Select one or more products with access control Enter recipient email addresses Set token validity (1-10080 minutes) Test mode first, then send Each recipient automatically receives links only to products they actually own. A detailed report shows what was sent and which users don't have access to the selected products. Feedback welcome! -
-
I had to push a small update as I noticed on a new installation that it seems you cannot send an empty <mjml></mjml> tag anymore. The fix was rather simple: add a <mj-body> and it stopped complaining.
-
Hi wbmnfktr, sorry for the late respond to your proposal - thank you! Unfortunetaly the result remains the same. It seems there is some other issue in my code preventing the source of the popover image beeing populated correctly. I tried to use a global variable instead of the date-* attribute. Or to add an event listener to the element which contains the php part with the foreach (letting the logic inside of it decide what element triggered the event). All to no avail. I'm at a loss.
-
$user->hasRole('superuser') block still visible to guests
Leftfield replied to Leftfield's topic in General Support
Sorry @poljpocket mate for the late answer. Yea, I am stupid, it is this one: https://processwire.com/modules/process-cache-control/ -
I just pushed a tiny update to make adjustements to the CSS for the new Konkat theme. It’s just some spacing details and it now uses the --pw-border-color CSS var (and falls back to the original theme color if not set).
-
Yep, take a look at this post: https://processwire.com/talk/topic/8387-page-protector/#findComment-81950
-
@virtualgadjo - thanks for reporting. I've fixed in the latest version. I also added the PW namespace as I will be doing with all my modules are new versions are released.
-
hi again 🙂 @monollonom is right the solution is to use pages, you can do this with the page reference fielfd and get this kind of thing quite easily sorry most things are in french its just in a demo website i use to help french guys with pw 🙂 you can see i hav a spécial field named resume and a list of radio button coming from a page reference field allowing hidden pages, the parent page is like this as you can read in the blog page, you can use any kind of type for those page reference fields, actually it works a lot like the way i use them for blog categories and/ot tags have a nice day