Jump to content

dotnetic

Members
  • Posts

    1,032
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by dotnetic

  1. Despite the mentioned things, I like the new site. Still looking what can be improved.
  2. Here are my optimization ideas: The dropdown menu on the right side is cut off (see screenshot) The link "Community" directly opens the forums which has a different look and provides a different navigation. Users will be disturbed by this, because they are being redirected to another site, instead of staying on ProcessWires site. The navigation item "Directory" should be named "ProcessWire Developers" or "Developer Directory". The best title IMHO would be "Find a ProcessWire developer" but that is too long for a navigation item. And "weekly.pw" should have an explanation like "Weekly blog". I think one of the biggest problems with the actual and the new site in general is, that information is distributed across different places. We have announcements in the ProcessWire blog, on weekly.pw and in the forums. Why isn't weekly.pw integrated into the ProcessWire site? I know it's a site by @teppo. But what if he had access to write blog posts on processwire.com? This would make much more sense, and on weekly.pw there is also duplicated content, as it often says the same things as the latest blog post (mostly in a reduced form). The weekly.pw blog post could have a title like "Weekly highlights" Also I think the comment function on the blog post could be moved to the forums, because again we have two places to comment (directly on the site, and in the forums). Why don't you automatically create a new topic in the forums for every blog post, and people can comment there, so the conversation/discussion isn't distributed to several places? More to come ?
  3. Please take also a look at existing solutions. Maybe they can act as a starting point:
  4. @Hurme If you read the blog post or my post, that was also mentioned before.
  5. We also have a nice Slack community http://webdevs.xyz/ here in Germany where we also have a dedicated #processwire channel. Maybe this could be added somewhere?!
  6. I think you should outline the fact that we have a friendly, warm and helpful community, which often responds to questions asked in minutes or hours. And the tone of conversations is very nice. This is ONE thing that I love about ProcessWire. Target groups You are writing, that there is a second target group "actual clients that hire web developers". So I think we need a separate landing page for this target group. The solution could be to present a chooser "Are you a developer/designer?" or "Are you a business owner, CEO... etc/ Are you looking for help?" on the main page which scrolls down on the main page if the first option is selected (because thats the main target group), and leads to another page if the second option was selected. Devs For devs please outline the use as a CMF. I developed two business applications with PW as a CMF, while using the existing backend, and customized it, to my likings. CEOs On the page for business owners there should be sections for getting support and the main selling points of ProcessWire, maybe even advantages over WordPress. Linking to blog post like my own "Why ProcessWire is the best choice for your website (not always, but in most cases)" could be helpful. Looking for a web developer to aid you? We have a list of devs available. Is this and that possible with ProcessWire? Most time the answer is "YES", but if you are curious: Go ahead and ask in the forums. Here the warm and helpful community should also be outlined. Backend showcase I think that ONE screenshot can not resemble ProcessWires backend accurate enough. Multiple sections that describe the main aspects are needed. Also I think that we need different screenshots or maybe even screencasts of the admin/backend for different target groups, because different aspects of the admin are important for these groups. What is important for developers? Everything is a custom field and custom fields can be easily added Dependency fields (showIf) Repeaters Backend is customizable (custom template input masks) Can even be replaced with an own backend Powerfull debugging tool (Tracy debugger, even if its not part of the core, maybe think about integrating it?) What is important for CEOs, marketers? Easy and intuitive backend Fast Access level control Security Customizable Designs SEO friendly Extendable Performance Thats all for now, but maybe I extend this post later, or do another one.
  7. Do not use the "find selector", but instead the "string selector" and insert the following code: template=group, created_users_id=[user]
  8. Other quotes: "I am currently managing a PW site with 2 million+ pages. It's admirably fast, and much, much faster than any other CMS we tested." Nickie (ProcessWire Developer) Moving my blog to a @processwire installation was the best decision I could have made. So simple to update via mobile devices #processwire Barry Smith (@Lazysod) 4. Juli 2017 @processwire the PHP cms that just Keep on giving. Download it today and enjoy stressfree and fun web development. It realy has changed my life as a developer. It comes with many features and support for https included. #webdev #cms #processwire #php https://t.co/Af1y4QfjHP M. Bonnevier (@magnusbonnevier) 10. November 2017 Transformed my static Single page website https://jensmartsch.de into a dynamic one with #processwire in 5 hours. Adding sections is now soooo easy. Jens Martsch Yesterday sent client a short documentation for the #processwire website. Today all features already used with no questions. #cmsdoneright Marc Hinse (@MadeMyDay) 23. März 2017
  9. Created a request issue for this https://github.com/processwire/processwire-requests/issues/251
  10. @kixe I think the module entry on the ProcessWire module page should also be removed, as it has no use anymore.
  11. @kixe @kongondo Should this thread be removed, because it is integrated into the core? It could mislead others.
  12. Just released this language pack for the latest master 3.0.123 (only 3 days after release)
  13. OK, the styles don't load because the file tabulator_semantic-ui.css is missing. $this->rg->assets->add($this->config->paths->siteModules . "FieldtypeRockGrid/lib/tabulator_semantic-ui$min.css");
  14. I tried switching a working RockGrid to your fork and came across some flaws: As the plugins are autoloaded I got JavaScript errors in the console. So I removed the plugins folder. I copied the code from the forum post, and some invisible unicode chars where copied with it. I had to find and remove them. It would be good if you add the code initialisation to the repo and the docs, from where it can be copied without errors. I get an error `Uncaught ReferenceError: codesObj is not defined` which comes from var dropdownParams = Object.assign({}, {"": ""}, codesObj); another error `stats.js?t=1545509816:59 Uncaught (in promise) ReferenceError: afterFilter is not defined` which comes from grid.gridOptions.dataFiltered = function (filters, rows) { // filters - array of filters currently applied // rows - array of row components that pass the filters afterFilter(rows); }; After removing the plugins and the conflicting code and replacing all col.headerName with col.title, the grid still doesn't display correct, I think the stylesheets is missing. I keep investing. LOL. I meant investigating. But I also invest in Ripple and other cryptos, so I wasn't wrong ?
  15. Thank you, this is really great. I like that many enterprise features of ag-Grid are already included. However I have some concerns/questions: Does it support server side validation when editing cells and the server returns that the input wasn't valid? Can you add buttons to each row, which will trigger different actions with the row data, for example, delete the row on the server? Besides that it looks really great.
  16. @tpr Thanks for the update, the arrows now show up, but I think the UI could be improved and is also erroneous if you assign multiple roles. What do you think about this?
  17. @tpr There is a bug with displaying roles. I remember there was a select, so you can select which roles benefit from a specific setting. But under what conditions do these selects appear? I have one ProcessWire installation with latest AoS and AdminThemeUikit, where the roles select should be available, but does not show up, although it is there. This seems to come from the asmSelect class. When I remove the class, the select appears. With the old Default AdminTheme there appears a small triangle.
  18. Hey everybody and @tpr maybe you want to vote for a pull request I made: Expose actual user and role/s through ProcessWire.config javascript object https://github.com/processwire/processwire/pull/127 This would allow for example AdminOnSteroids to activate some features only if a specific user-role or user is active. But it is not exclusive for AoS. I really don't know if you should vote for the pull request or the feature-request or if Ryan cares about the votes.
  19. Hey Ralf, yes this is possible. You have to assign the permission "page-edit-created" to a role, for example "editor". With this permission a user with this role is only able to edit his own created entries. And there is an additional permission "page-edit-trash-created" that allows users to trash pages they created themself.
  20. As a ProFields buyer you should have acces to the ProFields support forum. This would be the correct place to get support for the table module.
  21. Noticed the button today, and donated directly ? Thanks again @adrian
  22. @kongondo I think this should be moved to https://processwire.com/talk/forum/42-table/
  23. Hey @bernhard, thats the same what I want to do, since a while, but time is also missing. I want to figure out, how to get the data into ag-grid/RockGrid. I hope to start experiments between christmas and new years eve. I think GraphQL is much easier than using MySQL queries and has one big advantage (at least for me) over using direct SQL queries: The GraphQL processwire module respects access rights and only returns results that the user has access to. One problem with RockGrid is that there is currently no way to display only entries that the user has access to. Or you would have to include this in the SQL query.
  24. @horst Thanks for the update and your effort on this. I assume, that when you are ready, a hook isn't required anymore, and we have a native API for getting the URL of the different formats?
  25. @horst As you wrote the webP will be generated in addition to the normal resized image, is that correct? How would I echo the different formats? Are there different URLs for the normal jpg image and another URL for the WebP image? For example to use it in a picture element like I discribed in the Github issue <picture> <source srcset="{$image->size(700,700,$options)->url('webp')}" type="image/webp"> <source srcset="{$image->size(700,700,$options)->url}" type="image/jpeg"> <img src="{$image->url}" alt="Alt Text!"> </picture>
×
×
  • Create New...