-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
[[Template core/front/system/searchResult is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
-
Ok found it Admin => Edit this page => comments
-
Hi I have a Blog running based on Ryans blog profile and have a lot of posts with pending status. I have no access and need to explain somebody where to go in the admin and change the status of the posts from pending to allowed to be shown on the blog. Thanks W.
-
What does the error log on your hoster say ?
-
Hi Moebius, Welcome to Processwire. Please supply some more info e.g. are you using a cloud hosting ? Does it show up when you drag and drop an image from your computer into the admin (image field) ? What happens if you instead ftp upload the image ? Turn on php debug and see what it comes up with. https://processwire.com/talk/topic/1126-how-to-debug-use-the-error-log/#entry9954
-
Best way would be to show them in real time. Take your laptop and show them, depending on who you are dealing with: admin, editor, end-user, site owner, techie or non tech, etc., the part they are going to do on the website: a) setup b) admin c) pagetree (editing and maintenance) Now compare that to the others in time, learning curve, easiness, etc. Speaks for it self so never try to convince them. They should convince them selves.
-
FluxBB 2.0 is fusing with Flarum, not the current stable release 1.5.8
-
Here you go: http://fluxbb.org/ http://fluxbb.org/forums/index.php http://fluxbb.org/downloads/
-
Hi fliwatuet and welcome to processwire. Many pw users report that working with processwire has a php learning side-effect I can confirm from my own experience with processwire that working with processwire you will learn php along with it. With processwire you don't have to learn first a new cms or need to have a lot of coding experience. Instead you can immediately use all html, css, js and php experience that you already have and start using it with processwire. Processwire comes with multi-language out of the box ! With only a few steps you will have it configured. They all have their place, but when compared, processwire is going to save you a lot of time and headache.
-
I thought I made my point clear, obviously not. If a bot has to visit your website at least 1 time in a normal way to be able to hijack your GA ID after that, then the .htaccess block will work. Because of the .htaccess edit, the bot will never be able to make a first normal visit. Unless the bot is not listed in the .htaccess file. There are many lists you can find on the internet with many well known bots.
-
Hi Arjen, You are right, I browsed through the help and faq base on my hoster. Bots not really visiting your site or shop need to be handled differently. In that case editing your .htaccess will not be sufficient. But before a bot can hijack your GA ID, does the bot not have to visit in a normal way at least 1 time ? How would the bot hijack your GA ID without a single normal visit ? Anyway I post here what I found in the faq base on my hoster, maybe this is helpfull in some way. begin post: ---------------------------------- RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^(.*)msnbot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)MJ12bot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)BLEXBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)SolomonoBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)Yandex [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)bingbot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)Baiduspider [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)Yeti [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)Mail.Ru [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)Ezooms [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)AhrefsBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(.*)exabot [NC] RewriteRule .* - [F] ------------------------------------------------------------- end post You will just need to add/edit .htaccess for the bot that you are having issues with
-
Depending on your Hoster their CPanel comes with good options to block spam visitors.
-
Unable to install module 'LanguageSupport'
pwired replied to Manol's topic in Multi-Language Support
Hi, I downloaded latest dev 2.5.27 and installed on an online test server. During installation I selected the multi language profile. Language Support shows up and works fine. Are you still at the start of a site setup, I mean you haven't build anything in it yet ? If yes I suggest to empty the database, delete everything in the root and reupload. -
Unable to install module 'LanguageSupport'
pwired replied to Manol's topic in Multi-Language Support
Do you really need all the core features of 2.5.3 ? Works fine with me in version 2.4, 2.5 and 2.5.2 You can upgrade later on when it is solved. -
very nice site and helps me how to use the page concept in more versatile ways. Why wouldn't a css framework not be a good match ?
-
Creating new responsive theme based on Foundation
pwired replied to formmailer's topic in Themes and Profiles
Hi Foundation, Bootstrap, Skeleton, etc. have a lot more features than just responsive, if you are after that then take one of those. If it is just responsive you are after have a look at pocketgrid css http://arnaudleray.github.io/pocketgrid/docs/ (scroll to section Making it responsive) It's easy to insert, gives you full control and takes only a few lines of code.- 10 replies
-
- getting started
- responsive
-
(and 2 more)
Tagged with:
-
Good job Blad, glad to see you back. Off the record, in Spain lot's of Norwegians and Russians are looking for a House to buy. If you join forces with a real estate or work as an intermediate commissions on a sale vary between 2 and 5 % which can be quite profitable.
- 11 replies
-
- 1
-
-
- real estate
- showcase
-
(and 1 more)
Tagged with:
-
Looks like a value that is expected not to be empty or missing. Does this show up directly after a processwire installation ? Try to ftp reupload and reinstall processwire. Check phpinfo on your host.
-
Thanks Horst for that google direction lots of solutions popping up from there.
-
Hi I finally solved pesky umlaut problems that I had in a non processwire webshop. Since the solution I found is also inside the domain of processwire (utf8 - bom - charset - etc.) I decided to post my solution and ask if somebody has a better or faster way of tracing this problem to the files causing this problem. Maybe an utf8 file checker or something ? When I found the file of origin, index.php, that executed the output resulting in umlauts not correctly shown in the browser like this: Vielen Dank für Ihre Bestellung, I ftp downloaded this file index.php, opened it locally with notepad, and then saved it again with notepad but this time as: a) File name: index.php b) Save as type: Text Documents (*.txt) c) Encoding: utf8 After saving I noticed that it became 3 Bytes bigger, before 4017 Bytes, after 4020 Bytes. I then ftp re-uploaded this index.php, did a test order in the webshop and everything was ok, that is the umlauts suddenly showed up correctly in the browser like this: Vielen Dank für Ihre Bestellung. Since it took me a long time to pinpoint the right file, in this case an index.php file deep inside a webshop, does anyone know a better or faster way to find files causing such problems ?
-
Wished I was there.