-
Posts
4,314 -
Joined
-
Last visited
-
Days Won
80
Everything posted by diogo
-
Of course shit can happen, but I think it's very handy to be able to read the database when needed, so I agree with Pete. this was the answer to another thread... what a mess... ts
-
Going to be without internet access for a few days
diogo replied to ryan's topic in News & Announcements
Welcome back Ryan! You will sure have a lot to read -
Ok, then it's a matter of putting the hands in the dirt anyway, here's another one https://github.com/calvinfroedge/codeigniter-payments (started for codeIgniter, but now it's framework agnostic)
-
I looked on google for a php library for gateway integration and found only one http://www.php-merchant.org/ and the developer must have taken the code from github https://github.com/i...ct/PHP-Merchant. There is however a WordPress plugin that uses it, so the code must be fully here https://github.com/w...ce/PHP-Merchant. It does look interesting, and, if we can't use it as is, at least studying it can give us some light about the patterns that can be fount on the different gateway integrations. edit: Hm, it seems that they only completed the paypal integration...
-
Ok, just installed pw in koding. Everything is working fine, although a bit slow... Here is how to do it: Go to "develop" and launch the terminal. cd to the /websites/ folder (replace USERNAME with your own) cd Sites/USERNAME.koding.com/website clone the contents of PW to that directory (let's make it the dev version) git clone -b dev https://github.com/ryancramerdesign/ProcessWire.git . or, if you prefer to have it in a subdirectory without the dot git clone -b dev https://github.com/ryancramerdesign/ProcessWire.git do all the renaming stuff using the right click context on the UI (htaccess.txt->.htaccess and site-default->site) important step: in the htaccess file add this line (change USERNAME to you own and paste it right under # RewriteBase /~user/ to keep it tidy) RewriteBase /~USERNAME/USERNAME.koding.com/website/pw/ if you have PW installed in a subdirectory change to RewriteBase /~USERNAME/USERNAME.koding.com/website/DIRECTORY/ create a database in "accounts"->"database settings", and keep the given info with you go to http://USERNAME.koding.com/ and install PW normally
-
My personal preference is that the book is not dependent on example files. I prefer to study by books than on the screen, and also prefer to take them with me and read anywhere. I always get a bit irritated when the flow of the book depends on me sitting by a computer...
-
Well done Adam!
-
I think it would make sense to collaborate and expand on apeisa's module. The majos thing that is missing is the integration of payment gateways, and honestly, that's not very difficult to do by reading each one's documentation. With lots of people working on that direction, one gateway at a time, I think it could be done.
-
Great step forward Joss. I don't think I can help a lot with the content, but I would love to take care of the design when it comes the time.
-
Hey Claudio, I need your email for the invite, can you PM it to me? For what I've tested so far it's very interesting but it does feel a lot like beta. As for what it is, I think it's better if you see for yourself, you will understand it as soon has you login.
-
You don't need it. This is there only for the example, you can use any class or id that you want or you don't have to use anything at all. The HTML part is completely up to you.
-
I never used this module, but assuming that it creates an iframe, this could do the trick http://stackoverflow.com/questions/12676725/responsive-iframe-google-maps-and-weird-resizing
-
Not from that code... must be something you have after it
-
I really like Linode's documentation http://library.linode.com/. I always found what I was looking for, and their tutorials are straight to the point and easy to follow. And we are talking about something pretty complex here...
-
It's not that dangerous to forget this because you can always find the page in database with the ID 2. Maybe it's a good thing to refer.
-
Yep, and speaks a good Latin also
-
Joss, just think of the template as a single thing that groups all those. Then you just have to refer to them like "the template file", "the template fields", "the template settings".
-
This guinea pig is too sleepy to give a decent opinion. I will go through it again tomorrow.
-
Hi ashrai! Welcome to the forums! There is a tutorial about adding images here http://processwire.c...k-start/images/ (it's admittedly a bit hidden because it's considered "in progress") Make sure you understand the difference between single images fields (Maximum files allowed = 1, in the field options), and multiple images fields. On the first one $page->field returns an object, and on the former it returns an array. On the single image you return the url simply like this: echo $page->image_field->url; And on the multiple, you return the several urls like this: foreach($page->images_field as $image){ echo $image->url . "<br>"; // this will print one url per line } Well, all this is explained in that tutorial I linked to.
-
All the reviewers will have the same password for each album? Or each reviewer will have it's own password?
-
Yes, it looks much better with more icons then with the lonely "f" The pictures in the slider are also infinitely better now without distortion. Nice!
-
Good one! Three things I dislike though: 1. The search and Facebook feel a bit lost on the right. I would make the search icon stronger (a bit bigger and bolder), and put the facebbok icon next to it. On the left even, like this it would be pushed when the search box animation (a nice detail). I also think it doesn't make sense that the search disappears on smaller screens. I would also keep where the facebook item goes. 2. I don't really like how the title breaks. Would work better if you divide it in two unbreakable parts "Mad Hatter's" and "Tea Party" and let them go under the logo in smallest screens. 3. The pictures are distorting in smaller screens, is it supposed to behave like this? I think they should be cropped instead. That's it. In general I really like the site
-
You're doing a great work Joss! Glad you showed up for the party
-
I'm with soma here. I doubt there is any Edit: I see that you found one Joss. Very recent, but still...
-
I can see that! Personally this makes me feel that the time I took to answer some of your questions was more than worth it edit: and I think the others share the same feeling