-
Posts
701 -
Joined
-
Last visited
Everything posted by Christophe
-
Apparently, it's after the date the post was written that he released Lost...
-
Lost (http://corysimmons.github.io/lost/), the successor of Jeet, has already been mentioned in the Forums. But does anyone here already know Singularity (http://singularity.gs/)?
-
Nice website! I've just noticed that there is a horizontal rule appearing at 980px (confirmed by width: 900px; for #wrapper) and less. It seems you can change this with, for example, at least max-width: 900px; for .footer_small (instead of width: 900px). There will still be some few "breakpoints" where it appears, but it seems it is only the case on/in very small ranges. I've just tested in Firefox quickly.
-
So many different things... and it's only front-end development... I've just downloaded the PDF version to look at it later. Added: NB: I've also found another interesting security and hacking "platform" (among others) today, but I'm not sure if it would be a good idea to post the link here, so...
-
Let's not forget good or interesting alternatives (in no particular order): Mercurial, Bazaar, Fossil, Darcs, Veracity... And there is also (in no particular order): OOCSS, ACSS, BEM, SMACSS...
-
I see differences in the pieces of code: Identity/Strict equality (===) / Equality (==) Simple quotes / double quotes One character space (at the beginning of a new line) / a tabulation (or more space) Double quotes for blog / Simple quotes for documentation Perhaps one or several of these could cause the problem, depending on where/how your code is inserted.
-
Perhaps this can help: https://processwire.com/talk/topic/9465-text-area-outputting-p-tags/. "I checked that HTML entities was off and it was. Oddly enough, enabling and then disabling it again worked and my output is now working." Can you give us more details on your settings, show us the code that you have in your template (in case)...? And what happens if you replace "#160;" (Entity Number) with " " (Entity Name)?
-
1wp: Ability to add tags on creation of a new template
Christophe replied to thomas's topic in Wishlist & Roadmap
If after the creation of the template you weren't redirected to the templates list, and on the contrary were still on the created template's page, like it happens after the creation of a field, it would be perfect for you . I guess there is a way to add a hook or something similar to change this "action"/"behaviour".- 1 reply
-
- 2
-
-
For information: http://www.sitepoint.com/first-look-at-yahoos-mysql-performance-analyzer/ MysqlTuner, Percona... are also mentioned.
-
There is also HippyVM, as you might/may already know.
-
Don't forget Materialize, "a modern responsive CSS framework based on Material Design by Google.". And in case, Materialize is supported by Pinegrow (like Bootstrap and Foundation). NB: I don't know if I will ever use it. Perhaps UIkit one day. Semantic UI is apparently less simple to setup. I have been using Kraken CSS recently.
-
For a project, I had to create a "Logos" parent page, then lots of pages, each one with a logo (with just the Title and Image fields). Each time a page needed a logo from CKEditor, it took a (relative) certain time to go in the "framed" tree to select it, and at the same time, in another tab, to copy the image field description for that logo. I often needed several logos in the page. It would perhaps be nice to have the CKEditor image description "importing" the image field description by default for a given image (1). Also, I don't remember now, I'll have to check again if it's already possible to select several (page) images at once (2). In this case, it would also save time if they appeared with their image field descriptions by default (but also if we could also modify them if needed/wanted). In both cases, we could leave them as they are or modify them before inserting them in CKEditor. For image field images that were in the same pages where I had to insert them, I also wanted to enter the same description in CKEditor, so I also had to copy-paste them each time. I'm using version 2.6.1, so perhaps this already exists in the latest versions. Would it be interesting? Would it be difficult to implement (1) (and perhaps (2))? I haven't found yet if this has already been discussed.
-
This is going nowhere. Questions, answers... (57 posts in a few days) that are, most of them, already in the Forums. And some of them, wondering why they are even there. Also, there seems to be some trolling style in the air(s). If not, there is this on google: site:processwire.com/talk/ "your search". Try site:processwire.com/talk/ "silverstripe", or with wordpress or whatever. Here is what I was about to write yesterday at some point (with some things I would have perhaps changed and other things I would have perhaps added): "All this is already known/has already been discussed so many times. These questions (and answers) don't go anywhere and don't add anything. I've wondered several times if you weren't a silverstripe or wordpress developer/maintainer, that wanted to spam the forums. And I've rarely had this impression." ... or who wanted to get ProcessWire's success ingredients to... change the potion that works or do whatever with them.
-
I'm seeing the new website.
-
Try this in Google : "Selected homepage template cannot be used because it does not define access" (with or without quotes, and with or without site:processwire.com/talk/ added).
-
I like(d) the administration (and its colors), but the last time I tested the demo it was taking quite some time to "load" (ajax?) each time I was clicking somewhere. The framework part is not free if I remember well (I could be wrong or perhaps it has changed now). You need to have a certain level of php to be able to develop with it. (There was an official "competition" to create nice free "themes".) ProcessWire has its API. You can easily convert static pages (/"themes") to dynamic ProcessWire pages. You can relatively easily use any (x)html(5)/css/js framework, grid/system, slideshow, etc. ProcessWire helps you work/develop the way you want/prefer... And more...
-
Why the header and footer comes after body ? (Planets Tutorial)
Christophe replied to cssabc123's topic in Getting Started
Are you using "includes"? Have you, for example, put this part in the header?: <html> <head> <title><?php echo $page->title; ?></title> </head> <body> And this part in the footer?: </body> </html> Please give more details about your approach, your structure(, the profile you use as a basis), etc. -
Just edit the "Home" page and change the "Title", which is the "navigation name" by default. (You could redirect your homepage to the page you want.) Please give more details.
-
Hello, I don't know your "level" of mySQL. It seems it has something to do with the collation. You must be using utf8_general_ci. You could need utf8_unicode_ci, utf8_bin, or a language-specific collation, depending on your project. utf8_swedish_ci seems to be used a lot in Germany. Some are case-insensitive and others are case-sensitive (_cs, utf8_bin...). All have their advantages and disadvantages of course. For example, research "mysql german umlaut unicode" in Google (among others, the first links and also the links inside their targeted pages seems interesting). I can't find it again, but I've seen, if not wrong, that we can just "query" with utf8_bin, or another collation, for example. By indexer you mean http://modules.processwire.com/modules/indexer/? [Far from a specialist, just trying to help.]
-
Error: Call to undefined method DirectoryIterator
Christophe replied to eco_admin's topic in General Support
Google is our "friend"... Directly "Error: Call to undefined method DirectoryIterator::getExtension()" or site:processwire.com/talk/ "Error: Call to undefined method DirectoryIterator::getExtension()" LostKobrakai's answer will normally soon be indexed, like it is the case for the other answer in the ProcessWire Forums already indexed: number 2 on Google for me just with Error: Call to undefined method DirectoryIterator::getExtension() (and without the quotes) . -
Just some ideas among others (in no special order)... It could start with the release of ProcessWire 3(.x) master. It could then be the same day each year, or the day of the release of a new master branch (assuming there is one, no more no less). It could be a day where everyone who wants chooses a specific action to promote ProcessWire (the same day or as soon as one has some free time). We have to be careful not to duplicate things. We all have ideas and can have more ot them... A marketing/communication "team" (and/or section) could be created... A nice ProcessWire article could be written for opensource.com, by someone(s) who knows it well enough, after the release of ProcessWire 3. Please see here: https://processwire.com/talk/topic/2311-processwire-on-the-web/?p=101825 The person who manages the open cms column is waiting for an article , as ProcessWire is already listed at http://opensource.com/resources/projects-and-applications. There could be a "hackathon" to create profiles separately, or to create one functionality/module/profile for a specific "industry" website... Or to make the skyscrapers website responsive (with PocketGrid, etc.). Or to check if everything is fine on the ProcessWire website, to see what can be improved, etc. I have started something (small) yesterday. If I have a positive answer from Google, I will post (about) it so that everyone can help improving it.
-
Columns of checkboxes order within columns, not across rows
Christophe replied to adrian's topic in Wishlist & Roadmap
In case: http://juicedcss.com/. -
How to redirect to 404 with index.php in url
Christophe replied to Pascal_761's topic in Getting Started
In case (perhaps it could have helped you): Redirects: http://modules.processwire.com/modules/process-redirects/; Jumplinks: http://modules.processwire.com/modules/process-jumplinks/. -
You can first change the default language (or not), in order to have the French language tabs in first position for example. If you do so: Add the French language pack files there; For the new English (or whatever) language don't add anything. It will use the ("internal") English language by default. In Admin > Access > Users > guest, you can choose the French language, for visitors. In Admin >Modules > Languages Support - Page Names, you have it by default but only for the homepage: Default language homepage URL is same as root URL? In Admin > Setup > Languages > en (or whatever Title you've chosen) > Settings, you can choose: Status: Hidden: Excluded from lists and searches You will only see the French tabs in pages, for example. You won't see the Active? option (and URL row) for the English language anymore. In Pages >Home > Settings, you can just not choose the Active? option for the English language. In Pages >Home > Settings, you can completely remove the /fr/ part of the French URL, if you want to. [ http://modules.processwire.com/modules/french-language-pack/ ]