-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
indeed cool coded cropper. Also have a look in view page source and read the part from: <!-- W3 Total Cache: Minify debug info: which leads to something like this: http://www.minifycss.com/
-
how did you do the contact form ?
-
Thanks for the replies. I will give cyberduck a try to see how it connects with windows explorer. Also SftpNetDriveFree looks good to try. If not I will simply buy netdrive at http://www.netdrive.net/ ( I am in no way affiliated with them! ) Mounting FTP servers as regular drives in your windows explorer makes on-line editing very easy. Let's you work on your computer with your favorite editor and let's you open multiple files to edit and work more efficient. Do you guys only make backups on your host and leave them there ? What about setting up a computer at home that makes backups every night of all your sites plus databases ? Think about it and doesn't cost much to do.
-
Hi, I have this feeling I am missing something when editing online. When I have to edit a css file, I connect with my ftp, open it, edit it and close it. Then when I have to edit a .tpl or .inc file I have to close my first window and go up in the folder tree to look for my .tpl, open it, edit it and close it. Then when I want to upload a picture, I have to go to another folder in the page tree and upload. So, How you guys are making the best of this ? I am sure there must be some cool ftp or edit program that let´s you open 4 different windows/positions in the on-line page tree on the server and edit 4 files and upload something in between ? Edit: I am on windows, not mac.
-
PassiveCron - Background Task Scheduling Service
pwired replied to Marvin Scharle's topic in Modules/Plugins
Wasn't there a thread a couple of days ago about bringing processwire into enterprise ? Modules like this surely are a way to go. -
Yes got it Adrian. What you said in your post before me put me on the right track. It´s working Add a new blog post and on the bottom there is a drop down list where you can chose the category and also what you said before add a new category !! Thanks a lot. Edit: yes, sorry forgot to click best answer.
-
I think you are right adrian. I haven´t figured that out yet.
-
Sorry looked but don´t see an option "Create new" category. Right now under Rezepte I have only 1 entry with content about a kitchen recipe. I want to add more kitchen recipes but want them under Rezepte like the first recipe.
-
Thanks I guess I have to look deeper in the Blog how to add more recipes under Rezepte. All I want is to enter different recipes under Rezepte.
-
Hi, I am working with a processwire blog This is the page tree I have so far: Startseite Blogposts Kategorien edit view new move Kräuter Rezepte edit view move Tags Archive Kommentare Rezepte is a subcategory of Kategorien but it does not have a button new. How can I add pages with content in Rezepte with a button new ?
-
My favorite site to learn: http://www.tizag.com/ http://www.tizag.com/phpT/syntax.php <?php $myString = "Hello World!"; echo $myString; echo "<h5>I love using PHP!</h5>"; ?>
-
After installing processwire, showing the steps how to turn the default template with nav, .inc, php tags and css into a completeley different new website will certainly bridge beginners with the processwire concept. It´s the ever going on division between designers/none coders and coders. Not only here, you can see this phenomena in many other cms forums.
-
Love that line. Argos, not being a developer, you are not the only one who got stuck in the way you described when you started with PW. It happened to me and I have seen it happening with other starters posting about it in the forum. And you know why ? If I look back now on when I first started with processwire, it is only for not having seen in the beginning enough examples of how to rebuild, redesign, recode the template and css that comes with a standard processwire installation => into another completely different new website. You see, coming from wordpress, joomla, modx, etc. etc. etc, you are used to a certain way of doing things, workflow, thinking, etc. With processwire you have to put most of that out of your head and start looking at things differently with a new way of thinking. Not easy I admit. That is because processwire gives you so much freedom to do things it becomes a blind spot for a none developer where to start. It is your very old way of cms thinking that makes you think everything in processwire is complex and makes you frustrated. It clearly shows how designers and none developers repeatedly try to draw processwire into there old way of thinking with out of the box functionality, a template installer, plugins and more of that happy 1 click add-on's. (Luckily without success so far) Yes it is true that developers/coders have a great advantage here because they already have a mindset to abstract and translate concepts easily into a template with code, css, js, etc. Being experienced in php, css and js gives you a big head start when beginning with PW. You can see it sometimes happen in this forum that talented coders not always communicate well with none talented coders. Yes I am speaking for my self here But this forum stands out with great freedom of speech and with people who go to great length to help and assist beginners. But then again, you can't have it both ways: do it your way and do it the cms way. With processwire there is not doing it the cms way but do it your way or any way. What you wrote about pages is simply not true. Pages are easy for an administrator, a designer, a coder AND an end user/client. It only depends on who is going to fill pages with what data/setup/configs or content. The page concept is that flexible ! Once your beginners processwire blind spot goes away, you will never want to go back to joomla, wordpress and cms alikes. I can't give you right now the examples I was writing about. Try to find as much as you can in the forum like I did and you will see what I mean.
-
I agree also, Enterprise CMS is not the right description. How about scalable from small to Enterprise business ?
-
mon dieu! - wherever i click it looks pro - - -
-
Hi Sparrow, First go here: https://processwire.com/talk/topic/4917-the-admin-cannot-be-reached-in-new-installation/#entry47998 Running on a Mac ? Martijn did a great post here about this: https://processwire.com/talk/topic/5797-setup-a-processwire-environment-on-a-fresh-macos-x-install/ If that did not help then continue here: Can you open other pages on your local website ? Have you links on them and do they at least work ? Used sub-dir under your root when installing PW ? There is a line in the .htaccess file that refers to "RewriteBase". Uncomment this line and type your dir into it. Check if your .htaccess is really working. Type some random chars into the .htaccess to see if a 500 (?) page comes up Try to revert back the .htaccess to its default with the changes in the VirtualHost only Check your default Apache configuration. Has it turned off "AllowOverride" setting for e.g. /var/www, ? Check your VirtualHost declaration in httpd-vhosts.conf: change names and paths in example to your local ones, <VirtualHost *:80> DocumentRoot "/Users/username/Test Site" ServerName testsite.loc <Directory "/Users/username/Test Site"> AllowOverride All </Directory> </VirtualHost> ================================= Let us know what you have found.
-
Having read all these posts popping up lately about this subject, please notify me before processwire is going to be turned into processteer so I can download pw's original latest stable.
-
1. Not only do not change anything in the core but also not in the shell to make it more accessible for not so tech people. We are all here because we love the core and shell, exactly as it was made. 2. Instead learn them what they have to know to (start) use processwire and make your own templates. 3. This has already been discussed in the forum before, just look for it. 4. It takes only basic php like echo, for each, etc. and basic pw api to be able to start with processwire. 5. Most starters with less or no coding experience have difficulties with pw for not having templates/system. 6. We can safely asume that processwire starters already have some experience with html and css. 7. So, it takes only simple tuto's to show how to put php code between html tags and include inc files. The more websites you make, the more you realize there is no escape from learning at least php and css. So better help people with that where they need it, like in this forum with processwire.
-
: Interesting: http://www.pcworld.com/article/2462960/ibms-new-brain-chip-could-power-the-internet-of-things.html
-
Hi, I am setting up a Blog for somebody and am using Ryan´s blog profile for it. Have been looking for how to add a logo and 3 language flags in the top. After checking on the skeleton grid in the forum and playing around, it´s actually quite straigt forward how to do it: Upload your logo image and language flag images to: templates/styles/images/ In /site/templates/ open main.inc and Look for: <div id="masthead" class="sixteen columns"> Insert after: <div id="site-logo" class="two columns"> <img style="width:95px;height:90px;" src="/site/templates/styles/images/logo.png" alt="" border="0"></img> </div> Look for: <?php echo "<a href='{$config->urls->root}'><h1>{$homepage->headline}</h1></a>"; ?> <?php if($homepage->summary) echo "<h5>{$homepage->summary}</h5>"; ?> </div> Insert after: <div id="flag_images" class="three columns"> <a href="/ge/"><img src="/site/templates/styles/images/flag_ch.png" alt="" /></a> <a href="/en/"><img src="/site/templates/styles/images/flag_en.png" alt="" /></a> <a href="/es/"><img src="/site/templates/styles/images/flag_es.png" alt="" /></a> <h5>Language</h5> </div> Then in /site/templates/styles/ open main.css and Look for: #masthead h5 { margin: 0.25em 0 0 0; } Insert after: #flag_images img { float: left; margin-right: 2px; margin-bottom: 10px; } Note1: to avoid doing things like #flag_images {clear: both;} or using pseudo code at the end you can float only images found between <div> tags with an ID of "flag_images" Note2: Depending on the size of your logo and language flag images the number of columns may vary in class="x columns" Ok it all works but still things to do a) putting the word Language in <h5>Language</h5> in a variable so I can output it depending on the language: Sprache, Language, Idioma. b) moving the logo more to the left. There is an off-set somewhere, maybe in the skeleton css. c) Instead of hard coding things like /site/templates/styles/images/flag_ch.png using variables.
-
- 1
-
-
That doesn´t say much, you are putting extJS in general and thus out of context with revo where it was about. In the context it would be better to compare jQueryUI with extJS. More of extJS there was or still is no possibility to use the revo manager on an iPad. The mobile version based on jquery mobile is not solving the problem only the symptoms.
-
Remember the days ? extjs is a main reason why many ran away from revo and found pw
-
Yes, great entrance and project. Was a pleasure to watch your youtube clips with good sound (mic) quality.
-
Google, your big daddy ---
-
Thanks kongondo. I guess this also answers my question about "alpha" and "omega" in skeleton.