-
Posts
4,296 -
Joined
-
Last visited
-
Days Won
79
Everything posted by diogo
-
Reno, isn't your avatar peculiar enough as it is?
-
I found this today http://www.wei-wang.com/ExplainGitWithD3/ Very nice website for understanding some basic git concepts visually.
-
This is why I always open threads that show Willy's picture as last poster
-
Adrian, this module sounds more and more useful everytime. Next thing, you will be creating a "recording" mode that collects all changes that happen in PW during a certain period and makes it possible to export them as json to make late changes on published sites really easy! (did that sound like a suggestion?)
-
https://processwire.com/talk/topic/3458-mariadb/
-
Tina, thanks for these https://www.digitalocean.com/community/articles/how-to-install-processwire-on-an-ubuntu-vps https://www.digitalocean.com/community/articles/migrating-a-processwire-website-to-an-ubuntu-vps
-
I understand and approve the suggestions to be verbose from some people. Usually it's better to be verbose to avoid confusion. That said, just for the record, I would still like to give a short alternative to what @jmartsch posted: if ( $thisField = $pages->get("/einstellungen/")->telefon ) echo "Telefon :" . $thisField . "<br>";
-
We are using hipchat for constant team chat for some months and it's really great. For video talk we've been using sqwiggle for the last weeks, and for project management we are trying invision with good results.
-
No problem in pasting things from other places, but make sure you go through them before
-
Shouldn't be. With target blank the links will open on a new page(window).
-
So, there you have it...
-
you don't have target="_blank" defined in your anchors?
-
What is the code that you are using to build the nav bar? What appears there is completely up to you, in some cases, people build it by showing all the children of home: $navPages = $pages->get('/')->children(); foreach($navPages as $navItem)... If that's the case, you can, for instance, remove the page that you don't want on the nav: $navPages = $pages->get('/')->children()->remove($pages->get('/pagetoremove/')); or $navPages = $pages->get('/')->children('name!=pagetoremove'); but this is only one way...
- 30 replies
-
- 2
-
- Drupal
- get started
-
(and 1 more)
Tagged with:
-
You're being too kind. Unfortunately I don't think it will ever get there...
-
Best practice for staging to live database synchronization
diogo replied to evanmcd's topic in General Support
You can always send him a PM in the forum. -
Just a quick thing about a page not being a page. I think the reason why this nomenclature is spot-on is because, unlike with other systems, in PW each "node" lives in it's own unique URl, making it a perfect candidate to be a page.
- 30 replies
-
- Drupal
- get started
-
(and 1 more)
Tagged with:
-
On mobile now. Don't get me wrong, I'm more than convinced that PW is much easier to learn than Drupal. Forget all the PHP. You only have to know the very basic to work with PW, and the rest you can learn when it's required for each project, so by now focus on the tutorials and only that. If you know that much about ecommerce, it shouldn't be difficult for you to create a specific module, especially because you only need the checkout part. Modules are also very easy in PW. Surprisingly easy. You also won't find a better support in any other forum
- 30 replies
-
- 1
-
- Drupal
- get started
-
(and 1 more)
Tagged with:
-
@freestone, very entertaining reading Seriously, I think the chaps here painted it too pink for you. Reading your requests on your first post I can predict some trouble in the way. PW has lots of modules right now, but nothing as complete as some ecommerce modules that you would find on the big three. Apeisa's module is great but has some limitations for now, I have the idea that it's not as plug-and-play as you may have thought, but can't help you much there since I only played with it a bit in the very beginning. That, said, you won't find anywhere as much flexibility as in PW. I'm sure Apeisa's module can be easily adapted to your needs on the time that you will gain for making your website in PW. Hope someone with will come up with a fresher insight about this module. I sense that you are suffering from a common trauma that people recently arrived to PW have with pages. Joss wrote the perfect therapy here http://processwire.com/talk/topic/2296-confused-by-pages/
- 30 replies
-
- 4
-
- Drupal
- get started
-
(and 1 more)
Tagged with:
-
Best practice for staging to live database synchronization
diogo replied to evanmcd's topic in General Support
Good luck with that! Adam comes to the forum only on Christmas these days Try his twitter https://twitter.com/adamkiss -
That was the German spannend, not the Dutch
-
Welcome to the forum alexpi, glad everything is sorted.
-
There's no point on trying linux if professionaly you need applicattions that don't have support, I myself am very close to switch to mac because I will need to use inDesign. But people that only need a computer and don't have any special needs concerning apps will be very well served with some Linux distros. My parents don't know anything about computers and have linux at home. I just had to install it and from time to time press the "update system" button because they don't.