Search the Community
Showing results for tags 'Multi language'.
-
Hi there, I feel like I have another rather stupid question, but I am stucked in a problem. I wrote a small module, which makes use of the multi-language option. The inputfield code looks like this: $donationText = $this->modules->InputfieldCKEditor; $donationText->useLanguages = tr...
-
I'm fetching results from a template which works fine but when i change the language (in my case changed language is ARABIC), its showing me nothing $getResult = $pages->find("template=t3Cities_list, tags={$page->title}"); where "tags" are checkboxes with multi selection, How i can match the...
- 2 replies
-
- processwire
- processwire templates
-
(and 1 more)
Tagged with:
-
Hello if have a few article pages that have a multi-page reference field with tags about the content of the article. All tags of a given page are displayed and link to a tag-overview page. Every link has a query string added with the tag name like &tag=cars so that I know which articles ha...
-
Hi all! I have a problem with selecting default language in frontend. I tried to set default language from admin panel in Access->Users for guests and admin to another language, but it changed only backend language. I read a lot of topics about this problem and i didn't find any normal s...
- 1 reply
-
- multi language
- processwire
-
(and 1 more)
Tagged with:
-
I've had this happen before, but now I got this problem again and I'm wondering what it's about. I use the basic <?= __('Contacte-nos') ?> method for adding translatable text to templates. Some of these are not appearing on the form when I edit the file's translations in PW. Take this line...
-
Hi, I am creating Multilanguage site for my customer. One of the languge is Arabic. What should i do for arabic language support? i installed multilanguage profile but when i type arabic language characters its not seen in url part. Its empty and when i hit the save button it be...
- 2 replies
-
- arabic language
- multi language
-
(and 2 more)
Tagged with:
-
Hello, I am building a dynamic frontend form from fields of a page, following Soma's great gist example. The form is working fine, except for multi language values. After this part of the code $form->processInput($this->input->post) when I loop over the form fields, I don't know how to acce...
- 4 replies
-
- forms
- multi language
-
(and 3 more)
Tagged with:
-
Hello, I would like to find all fields that are multi-language. My code $langFields = new FieldsArray; foreach ($fields as $f) { if($f->type instanceof FieldtypePageTitleLanguage || $f->type instanceof FieldtypeTextareaLanguage || $f->type instanceof FieldtypeTextLanguage) { $langFields->add...
-
This is my first project in ProcessWire. I am quite familiar with Joomla and WordPress. In this case i wanted more control over my content and the template. Here i am using MaterializeCSS, a lovely, rich responsive framework. I am impressed by the sheer endless possibilities of ProcessWire and i a...
-
- 9
-
-
- dutch
- multi language
-
(and 2 more)
Tagged with:
-
Hello everyone, I'm working with ProcessWire now for more than two years and I'm verry verry satisfied with it! Currently I'm working on a project with integrated "Frontend CRM" and more functions for frontend-user-interaction. The Contacts for the CRM are Users with an alternate parent (as int...
- 5 replies
-
- user
- multi language
-
(and 1 more)
Tagged with:
-
Hi, I need to use URL that has a segment in Hebrew, like: example.com/blog/post/עברית I commented out this line in .htaccess: #RewriteCond %{REQUEST_URI} "^/~?[-_.a-zA-Z0-9/]*$" http://example.co.il/blog/post/AAA var_dump($input->urlSegments) returns: string(4) "post" string(0) "" http:/...
-
Hi, I'm new to PW and try to set up a multilingual website with "Language Support Page Names". Basically everything is working but I have 2 Problems: (x) The "Active?" Checkboxes don't show up which means that I can't deactivate pages which are not translated yet. http://processwire.com/api/mu...
-
Hi everyone, Sometime since I posted something here, but I can't seem to be able to surpass this problem on my own. I've read a bunch of topics that relate to this problem but nevertheless, I fail to fix this pagination display. Let me explain and hope someone help me out. This is my current s...