Jump to content

_Roy_

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

_Roy_'s Achievements

Jr. Member

Jr. Member (3/6)

5

Reputation

  1. It is not going to be one of the big US-based hosting-companies. I'm European, so a EU-based host has my preference as the lower geographical distance will be good for the speeds. The one I am looking at as the most probable choise is a rather small one that I have previous experience with. The benefit of that one is that I can just send them a message if I need anything, and their responses are always fast and really answer the question. That is something I miss with large companies: direct contact with a person who has the knowledge.
  2. @Peter Knight I will report back, the hosting has to be registered, I think somewhere next week.
  3. Yes, it is a completely new hosting-package. The error-reporting is a good idea!
  4. I am about to put my first ProcessWire-powered website onto a live server, and I was searching the website and forum on how to do this. Maybe I used the wrong search-terms, but I did not find anything on how this should be done. I can obviously just throw all the files on the server through FTP, and put the database in place using PhpMyAdmin. Then change the DB-credentials in config.php and I think it should work, but I don't know what the recommended way is to push a website from your local/dev-environment to a live webserver.
  5. Thanks for the links @AndZyk! I'll have to read through them to see if this does what I want. I was able to change the actual classes that are applied by the dropdown, but then it obviously did not show up in the editor, so that is the part I'm hoping to find an answer for.
  6. I'm running into an issue with the TinyMCE integrated in Processwire. I have a front-end that uses bootstrap 5.3, and the classes that TinyMCE uses for certain thing are different to the classes that Bootstrap uses. For example, if you align text to the right, it will add a class "align_right", whereas bootstrap uses "text-end". I can change the classes for this in the code, but then the TineMCE-window doesn't show the alignment because it does not react to the new classname. I understand that Processwire is headless, and as such cannot take all different front-end options into account, but wouldn't it then be better to not use classes for this, but instead use inline CSS? That works within all front-end frameworks as far as I know. Because it now uses classnames, it is catering to 1 specific front-end option in my opinion.
  7. My situation is that I have 1 image-field, the one I use for the carousel. I did not know that I had to create a dedicated field for the images in CKEditor. The image field for the carousel is not meant to be used for those images. I have now created a new images field, and selected that in the input-tab of the CKEditor field. I can now upload images to that, and use them in CKEditor. 1 additional question though, just for my understanding. What does selecting the field in the input-tab of the CKEditor-field do exactly? Am I right in that it just makes sure that images that are drag/dropped on the CKEditor-field are uploaded to the correct image-field?
  8. Hi all, I have a very simple template for my index-page, but I'm running into a little problem. On the template there is a multi-image field (for a carousel on the homepage). There is also a CKEditor-textfield for the text that is supposed to show up somewhere below that. However, when I want to put an image in there, it will use the image-field for the carousel to upload the images. This means that it will have to meet the requirements of that (minimum dimensions in this case), that should not apply to images that will be used in the text-field. I also think (I haven't tried it out though) that the images uploaded through CKEditor would show up in the carousel, which is obviously not the intention. Since this is a very basic setup, I think this will have happened to a lot of users. I'm therefore curious how to solve this.
  9. Hi all, I just did a fresh install of PW on a new site, and instead of using the default English version, I wanted this one to have the backend in Dutch. I downloaded the language pack, and imported it into the default language. I then added translations to all the files that had blank entries, so it now doesn't show any blanks anymore. However, I do come across quite a lot of English buttons and texts when clicking through the admin-part. Are there just complete files missing in the language pack? And if so: how can I discover which ones, and how can I add translations for them?
  10. Thanks @Robin S, I was a bit ill the last couple of days, sorry for keeping you hanging so long. I have to say I'm still trying to grasp it, but your explanation is already much clearer than the one I saw in processwire itself. I'm guessing it is also a problem with me being really new, so not all the terminology that is specific to Processwire is already known by me. I will be trying things out the coming days! I'm sure I'll get the hang of it ?
  11. I have already gotten a pretty good idea about how to utilize ProcessWire in the sites I make, but there is something nagging me. I see a button "Add new" next to the page tree, and when I click it, I have 1 option: Bookmarks. I have clicked it, and added a page to the bookmarks, but I don't understand what this actually does. I don't see anything different on that page, and I can't understand the explanation that is provided ("The pages you select above represent bookmarks to the parent pages where you want children added. Note that if a user does not have permission to add a page to a given parent page (whether due to access control or template family settings), the bookmark will not appear."). So, I guess the question boils down to: what do bookmarks do?
  12. _Roy_

    Book Recommendations

    A bit late to the party, but still... It's certainly not an unknown book, but as a fantasy-lover you have to have read Magician by Raymond E. Feist. And if you love it: there's tons of books that take place in the same world(s) that you can follow it up with.
  13. Hi all, I have installed a language pack (Dutch in my case), and am looking through the menus and screens. I still see various bits and pieces that appear in English. I did find mising translations, and have added those in my installation (it does not show any blank translations at this point), but for example the screen where someone can change their profile (e.g. password) is still in English. Is that meant to be this way? Or do I have to do somethin else to get everything fully translated?
  14. Hi @bernhard, thanks for the tip! That sure is an extremely usefull module to have during the building-phase!
  15. Ah, great! a bit weird that print_r does not show everything, but it's good that I can look at it in the Docs here. This was just a fast test, I'm clicking all kinds of things at the moment to test it all out. This installation is getting deleted for sure since it is bound to get messed up at some point. But yeah: English is not my native language ?
×
×
  • Create New...