-
Posts
4,296 -
Joined
-
Last visited
-
Days Won
79
Everything posted by diogo
-
Lots of images to resize -> timeout in frontend...
diogo replied to titanium's topic in General Support
One way is to tell the client to reduce the images size. I think we shouldn't try to solve everything, and put a minimum of responsability on those that edit the website. Just indicate them an easy tool to install on their computer http://www.addictivetips.com/windows-tips/image-resizer-powertoy-clone-for-windows-7vista/ -
Great read Kongondo! Soma already pointed out the only problem I noticed.
-
This looks great Kongondo!! Although I don't know anything about MODX, I will read it tomorrow in the morning in my Kobo reader If someone else feels like, here is the ePub file that I created (Apparently I can't upload .epub files to the forum, so I'm sharing in Google Drive) https://docs.google.com/file/d/0B6RyV62pA8iwTm1BTnNOYmRYRDA/edit?usp=sharing
-
Hi, and welcome Judging by this sentence, I would say you are in the right place. Still, I would advise you to read Ryan's answer to this post to make a decision about building something like this with PW http://processwire.com/talk/topic/3549-can-i-build-my-project-using-processwire-events-ecommerce-trip-sharing-community/ About your concerns: Yes, the system can handle thousands of users/related pages/numbers of posts etc and it can be scaled up without problems. Scalability is one of the strong points of ProcessWire.
-
I'm in Germany this week, and noticed that grooveshark unlocker was discontinued. Here is a great alternative http://proxmate.dave.cx/
-
Study the cheatsheet, especially the $pages and Selectors parts http://cheatsheet.processwire.com/
-
Of course you can... $pages->get(page_ID)->name_of_field
-
Page selector getting users with specific role
diogo replied to Whistletoe's topic in Getting Started
Well said, because soon you won't like it a lot anymore. You will love it -
I'm sorry to tell you this, but I don't think you have any option here. PW requires the .htaccess or an equivalent alternative (some people are running PW on nginx) for securing some directories and for rewriting the urls. I guess you could secure the directories one by one in the control panel, but I don't see any alternative for the urls rewriting... I don't know that much about this, maybe you should wait for another answer.
-
3. You can also adapt this method http://processwire.com/talk/topic/3551-small-tip-for-pages-that-will-be-used-with-render/ $path = str_replace ($config->urls->root,'/' , $_SERVER["REQUEST_URI"]); // so it works also when pw is in a subfolder $caller = $pages->get($path)->title; just to give more options
-
hey, now my first answer doesn't make any sense
-
And you activated them on the template also?
-
This module is available on the modules section now http://modules.processwire.com/modules/process-admin-custom-pages/ mods.pw/4Y
-
Maybe you could use the .htaccess to redirect /store_item_detail.cfm to /store-item-detail, or any other page you want. Don't ask me, I don't know how to do it
-
You must be right Wanze, add() doesn't accept a key, only the item, so when you pass a number it assumes the ID, while remove() assumes that it's the key.
-
Yep, remove() also does't work with me. add() works, pop() works, shift() works and push() also works, why doesn't remove()?
-
"URL" Field type bug - doesn't allow dashes in domain
diogo replied to jacknails's topic in General Support
That explains why it worked for me -
"URL" Field type bug - doesn't allow dashes in domain
diogo replied to jacknails's topic in General Support
With me it works on 2.3... How doesn't it allow? You are getting this message? Error found - please check that it is a valid URL -
Did you try using the other array methods? $demo->setOutputFormatting(false); $demo->product_group->remove(1024); $demo->save(); or: $demo->setOutputFormatting(false); $demo->product_group->removeAll(); $demo->product_group->add(1040); $demo->save();
-
I prefer the 4th, but I understand that you have some things that force you to be with Windows. I think running an OS on a virtual box for production is not ideal, depending on your Windows needs, you could also dual boot. Have you considered that? I have http://elementaryos.org/ on my PC and, although it's still in beta, it's super fast and stable (more than Ubuntu and Fedora for sure). Maybe you can try that one Edit: For me it's a great advantage to be running the same system as I have in the server. I installed Elementary some days ago, and Had a Lamp stack running in some minutes, and installed it ad tweaked exactly as I would do in a VPS server.
-
(#$%^) Watch Fast & Roderigo Meat Boat Movie in the Nude @
diogo replied to levies28's topic in General Support
Should we leave this one here today for public shame? -
You have to enable debug mode in the config file to see it.
-
No Portugal?? I have to spend more time on the forums