Jump to content

spacemonkey95

Members
  • Posts

    29
  • Joined

  • Last visited

Recent Profile Visitors

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

spacemonkey95's Achievements

Jr. Member

Jr. Member (3/6)

11

Reputation

  1. Hi, I'm wondering if it would be possible to have multi-language support for the 'simple table' field? I am running a website which provides software tutorials which need to be multi-lingual. I am currently able to provide this for all text and text-area fields which apply. The only field which doesn't support it is the Simple Table and it would be very helpful if I could add multi-language for this so that the entire page is displaying correctly. Thanks
  2. Hi guys, Thanks for your replies. To be honest, once I thought about it, I can't remember why I was trying to avoid the language specific URLs so I've gone with that method after all. I found a snippet of code on one of the related threads in this forum and it seems to work perfectly so that's great. Thanks again ?
  3. Hi, Firstly, I have looked through the whole Multi-Language Support forum for an answer to my problem but I haven't found anything that's quite what I'm trying to achieve, so apologies if I'm duplicating here. I have a website which is mostly viewed by guest users. I'm in the process of trying to add multi-language support so I can present text articles in English or French, depending upon the choice of the guest user. I have worked out how to use multi-language text fields in the backend Admin area, and I can manually switch between how these fields are displayed on the front end by editing the following line of code in my page: $user->language = $languages->get("english"); Switching "english" to "french" there correctly changes the fields which follow into French. My problem is this: I want guest users to be able to click a button to select the language in which they view the site, but I don't want to use /en/ or /fr/ in the URL to achieve this. Essentially, I want a button which changes the line of code as above. Can anyone talk me through the code I need to include to achieve this (assuming it's possible)? Oh, also I've read carefully through the Multi-Language Support API page and there's a paragraph which touches exactly on this area ("However, we are assuming you want to use language fields for the purpose of having multi-language versions of your site available to anonymous visitors. There are a large number of approaches you could take."), but unfortunately its link to examples of how to achieve it goes nowhere (https://processwire.com/api/multi-language-support/multi-language-fields/#examples). Thanks everyone ?
  4. Hiya, I'm looking forward to seeing the newest version of Media Manager with the upload directly from CKEditor feature. Having used the module on my site for a few weeks, it's becoming clear that with the number of images I'm using (it's a document library so there are hundreds and hundreds already), it's becoming unmanageable to use Media Manager, even with the ability to filter by tags. There are a number of different people using the system so it's chaos at the moment. With this in mind, would it be possible to add the ability to create folders for various groups of images? That way people could upload to a folder specific to their document. Obviously they would still be able to filter globally by tags or titles or whatever, but it would make the starting point so much easier to manage.
  5. library.clickteam.com isleofelyartsfestival.org.uk secureyourfarm.co.uk terismyth.com
  6. Hi, that's great! I think we'll manage until then, but that will definitely help us in the long term. Thanks again
  7. For my particular project it would be a fantastic feature, at least to have the option to enable it. I have a number of people adding documents to the site, almost all of which will require images as you go along, so it would make it so much easier. Let me know what you think. That aside, it's a fantastic module and has made the process of creating my project so much easier than using the standard PW images. Thanks for your hard work and continuing support on it.
  8. Ah, I think maybe you misunderstood my question. I have already been able to insert images from Media Manager using a button on CKEditor, that works fine. What I'm asking is whether it's possible to click on the CKEditor menu button and be able to UPLOAD new images from my computer to Media Manager. Otherwise I have to upload all the images I need before starting the page, or have a 2nd tab open with Media Manager in it.
  9. Thanks for your quick reply. Sorry I missed those parts in the documentation! That has solved the problems. This seems to be a really cool module, I'm glad I tried it. I have just one more question: is it possible to upload images to the Media Manager from within the CKEditor button?
  10. Hi, thanks for your reply. The options shown in your gif aren't visible to me, so I'm unable to filter by tags. Do I have an older version installed? I only added it a few days ago. I have another question that's just arisen too. I have superuser rights to my site, but I've assigned limited 'author' rights to another user. When they click on the Media Manager button in a CKEditor field, they get an 'Unrecognized path' error message with 'The process returned no content' underneath it. But it works fine for me. Do you know why this might be? Is it a permissions thing? If so how would I solve it? Thanks
  11. I have just purchased and installed Media Manager and I have an immediate couple of questions which will determine whether it's actually useful enough for my requirements: What is the purpose of the image tags? Will it be (or is it already) possible to filter images by a specific tag? I would like to be able to add a whole bunch of images and tag them as 'icons', so that I can filter by that specific tag to see those images only. If this is not possible, perhaps there's a way to achieve the same result which I'm missing. Please could you help? Thanks.
  12. Thanks, I agree that >5.4 is ideal, although that is currently out of my control on the particular server I'm using. Hopefully I can get around it without you having to update the module.
  13. Ah, that might be it. I'm on 5.3.10. I can't currently update but I might be able to switch server. I'll let you know how I get on. Thanks for your reply.
  14. Hi, I've added the base Selectize module from http://modules.processwire.com/modules/jquery-selectize/ but when I add it to my modules folder on my processwire site it completely breaks the site just by existing in the folder! I get a 500 Internal Server error and I've tried deleting and re-adding the files to double-check and it's definitely being caused by the Selectize folder. Any ideas what's happening? Is there a problem with the source files?
  15. Thanks Macrura, this might be a more elegant solution! I didn't know about Selectize.js and it wouldn't have occurred to me that it could have been used for this! I'm just reading more about it to see if I can figure out how to use this for my requirements.
×
×
  • Create New...