-
Posts
2,234 -
Joined
-
Last visited
-
Days Won
59
Everything posted by wbmnfktr
-
URL forwarding and RewriteRule causes "page not found" error
wbmnfktr replied to simonGG's topic in General Support
You probably shouldn't change ProcessWire's .htaccess file at all for this kind of redirect. Easiest fix: change the external.tld redirect itself and add that subpage URL. -
It should work but as said before: Get a working backup first! Thinking about a way more modern PHP version wouldn't be a bad idea as well. AND doublecheck all your installed modules.
- 12 replies
-
- loginregister
- processwire
- (and 3 more)
-
You might want to look at Hanna Code then. Maybe a bit overhead but it will get the job done and can be used for lots of other stuff as well. In addition to that you want to use Hanna Code Dialog as well. There are some examples on the modules pages.
-
Where in a page? Somewhere in the editing screen? As a variable in a text/textarea field? Just as an information for content creators?
-
You probably can. But first of all you should create a backup of your site. A working and tested backup! Then you should find out which version of ProcessWire you are running right now and make sure that all of your modules will work with a newer ProcessWire version. You might have to update your modules as well and maybe even have to take a closer look at your PHP version. You seem to be pretty new to ProcessWire so my advice is: Get a full backup of that site. Install it in a local environment. Try updating ProcessWire, the modules and whatever is needed. I wouldn't recommend to update right way as your installed ProcessWire seems pretty old - maybe even kind of outdated. Can you tell us which version of ProcessWire you are using and what PHP version your hosting has? Is there anything special with that site? Multilanguage? Custom modules? Custom 3rd-party scripts? Something like that?
- 12 replies
-
- loginregister
- processwire
- (and 3 more)
-
You are correct @dragan. Well then I guess that feature came somewhere around the time Ryan provided us with the Login/Register/Profile module.
- 12 replies
-
- loginregister
- processwire
- (and 3 more)
-
Go to the Core Modules. Look for the Forgot Password module and click the settings button. And you are there.
- 12 replies
-
- loginregister
- processwire
- (and 3 more)
-
- 12 replies
-
- 1
-
-
- loginregister
- processwire
- (and 3 more)
-
It's not related to ProcessWire. That's the good news. The bad news are: I don't know the answer. ? Some say it's related to your hosting provider, some say it's related to a CDN. I found two similar issues out there in the wild: https://wordpress.org/support/topic/unusual-stuff-in-the-url/ https://community.cloudflare.com/t/website-css-not-loading-loads-with-development-mode-on/128163 So... if there is no CDN involved, try to look into your hosting and maybe even ask their support team. Last but not least: Welcome to the forums. ?
-
[SOLVED - kind of] Pagintion Link redirects
wbmnfktr replied to Peter Troeger's topic in General Support
Ok... so start is not necessary. Good to know. My fault. ? Where does this ukBlogPosts() come from? Are you using one of the included profiles (Regular or how it is called)? If so... I'm out... never used it. ? If you don't need it there, you can just go on from here.- 8 replies
-
- 1
-
-
- pagination
- uikit
-
(and 2 more)
Tagged with:
-
Try and use webmin (http://www.webmin.com/) to manage all the server stuff. It's way easier in the beginning. More specific configuration can be added at a later point. There are instruction on webmin.com how you install it on Ubuntu-based systems. @rick good point! - Haven't seen that part in his post.
-
[SOLVED - kind of] Pagintion Link redirects
wbmnfktr replied to Peter Troeger's topic in General Support
Ok... those modules you mentioned shouldn't interfere here in any kind. Even PagePathHistory shouldn't kick in there but you can check if there is anything set in the settings tab. Could you post the whole page could or more than just that snippet? Maybe there is something in it.- 8 replies
-
- pagination
- uikit
-
(and 2 more)
Tagged with:
-
Check if mod_rewrite is enabled as it is needed. I don't know the easiest way in Mint/Ubuntu to do so - or at least not how it is done nowadays. ? But something sudo a2enmod mod_rewrite comes into my mind. You want to look this up to be on the safe side. Another thing is the Apache configuration. In order to make it work on my local machine I needed the AllowOverride all line in my config. <VirtualHost processwire.test:80> DocumentRoot "/var/www/html/processwire" ServerName processwire.test ServerAlias processwire.test <Directory "/var/www/html/processwire"> AllowOverride all allow from all Options None Require all granted </Directory> </VirtualHost> So... in my opinion it's most likely a server-side issue and not a PW-issue here.
-
Setting the value of a field when loading a page for editing
wbmnfktr replied to BillH's topic in General Support
Maybe it's enough to hook into it before the page is ready to be saved. wire()->addHookBefore('Pages::saveReady', function($event) { -
[SOLVED - kind of] Pagintion Link redirects
wbmnfktr replied to Peter Troeger's topic in General Support
Just a few thoughts... Are there enough children/pages? The selector needs limit AND start if I remember correctly. Home (id=1) needs correct url settings for each language (for example: blank, de, fr, ...) Enable config->debug to see if there are warnings and take a look at the logs - just to make sure. Just looked into Pagination in ProcessWire but didn't find anything special you could try in addition to that.- 8 replies
-
- 1
-
-
- pagination
- uikit
-
(and 2 more)
Tagged with:
-
If you are using FormBuilder you might want to take a look at the FormBuilder section of this forum as well. There are many solutions to all kinds of issues. I your case - but that is just a guess - it seems either your hosting is issues sending the mail (security modules in Apache maybe or missing modules) or your form wasn't embedded in the correct way. Saw this a few times when I added the form twice on a page or missed some scripts.
- 10 replies
-
- 1
-
-
- wiremail
- wiremailsmtp
-
(and 5 more)
Tagged with:
-
Design: polimorf.de Development: muskaat.de They team up for tasks like that and I'm also part of Muskaat. ? So feel free to take a look at the references there. Located in Neumünster - close enough to Hamburg for meetings.
-
Your last screenshot says it's working. So... what's the (new) issue now? P.S.: there is no need for ASAP.
- 10 replies
-
- 3
-
-
- wiremail
- wiremailsmtp
-
(and 5 more)
Tagged with:
-
It's not much, but it's honest work! Matomo is really nice and with its new Tag Manager really powerful. So better set a timer or you will play with it for hours!
-
It's just my experience but... a lot of hosting companies here don't have http/2 enabled in their default/smaller webhosting plans. Therefore I rarely think about the benefits of http/2. ?
-
After disabling Ghostery, Adblock or Privacy Shields (in Brave) Google Analytics loads, sets cookies. At least in Chrome-based browsers and their default settings. In Firefox it gets blocked - even without any additional extensions. To get more numbers you could use Cloudflare CDN (free plan) with built-in statistics and the module PageHitCounter. Meta-Keywords aren't that necessary anymore. At least not in Google (they say so and we believe them ? ) but there are some meta search engines out there that used them in the past. TL;DR: forget them. Meta-Description: oh yes... you want to use it and want to optimize it. There are some really good explanations, guides and such over at Backlinko. Btw. I really like the "letter art" in the source code. Update: In addition to that you could also try Clicky Analytics or even a self-hosted Matomo instance. 3 to 4 sources of stats. ?
-
In case your template already has an icon assigned per default, you might want to try this instead: $wire->addHookBefore('Page::getIcon', function(HookEvent $event) { $page = $event->object; if($page->template == 'event' && !$page->datetimeend) { $page->template->icon = 'exclamation-triangle'; } }); Otherwise the already defined icon shows up as text in your page listing.
-
Fieldset (open) (a field) and the Minimal Fieldset module is what I use for things like this.
-
Thank you @ceberlin for the link. I just looked into the article and will take a look at the tools they provide and how they work - hopefully this week. Those can easily be set in the texts you already show in the banner. That's how I do it most of the time.