-
Posts
4,314 -
Joined
-
Last visited
-
Days Won
80
Everything posted by diogo
-
I need help, of course Just let me know if you would do something different, although I'm thinking of updating everything with the ideas that may come from here http://processwire.com/talk/topic/1132-translating-technical-terms/
-
I was late at night finishing a new website. It's for a Portuguese poet/painter/musician that is not very known. The website uses some Flash, but PW is still taking care of some stuff. Any suggestions are welcome, since I didn't have lots of time to make this one. Hope you guys like it http://www.joaovidei...osartes.web.pt/
-
Love it! Both the website and the objects
-
Videos inside processwire: How to embed videos inside processwire?
diogo replied to jester.vergara's topic in FAQs
One more option for this: http://starfishmod.github.com/jquery-oembed-all/ -
yaaaay, i gave the like nr 100 for Ryan enjoy the vacation!
-
Here in Portugal everyone would also understand email. My problem is with words like templates for instance. In Portuguese the correct translation for template is "modelo", but then you will have to use "$template" with the API, and put the files in a folder named "template". Since we are translating also the parts that are also for the developer, we should think of those things. Ryan's solution sounds good. I'm ok with putting the English word in parenthesis, whenever it makes sense. EDIT: Ryan, one sugestion -- On the translation files, the translations that are equal to the English phrase are being cleared. This is a bit annoying because I always get "blank" alerts on the list of files.
-
I'm opening this topic so people can discuss translations. I was thinking of opening one only for Portuguese, but some doubts apply in general. Maybe I will still open a new thread specifically for Portuguese down the road when it makes sense. ...... Now, the questions that brought me here: What are you guys doing with computer terms like "cache", "template", "email", "URL" and "link" to name only few, or more PW specific terms like "page tree" or "fieldgroup"? Are you translating them or leaving them in English between quotation marks? Also, should we discuss general Best Practices for all languages or just let the people responsible for each language to decide?
-
Hi Scott! Welcome to the forum! There isn't really a right way. One of the good things about PW is that it lets you create your own way of doing things. With that said, I think you are on the right track. You can create a settings page, with a settings template, and do exactly as you showed on your template file. The best way would be creating the "settings" template without creating a template file, since you will output the content through other files. For the footer, you can also do like you said, but I would keep it more semantic, like - instead of calling it footer, I would call it contacts, and copyright, and people... you get it
-
would be very nice to have a max-size(900)
-
what about adding the channel to PW's website? http://webchat.freenode.net/ edit: oops! there is no link to it.... well, just go to that link, and then "main menu" (top-left) and then "Add webchat to your site" edit2: and here is a custom link to bookmark http://webchat.freenode.net?channels=processwire&uio=d4
-
Still didn't read everything, but I'll answer to the TODOs. They can be conbined like this: $all_tags_pages = $pages->get("/tags/")->children; // they can edit: i was trying to answer your main question, but i won't have time right now and i don't understand how you have the pages organized on the tree. just two quick things: 1. Right now you are printing two <dt> for each <dd>. You will have to bring the <dd> out of the loop, and organize the things inside on a new list inside it. (sorry folks, i gave a wrong information, you can indeed have multiple terms per definition as well as the opposite) 2. you are not using the variable all_tag_pages anywhere in your code sorry, for not being able to help more for now. i'm sure someone will jump in soon
-
Hi Roman Welcome to the forum! There has to be a default language, PW needs it to know what to do in situations where it's not specified what language to use, but you can upload a new language to it and also change the title (just not the name). So, just choose one of the languages you need to be the default, and upload the files inside it. Right now the default should be English. If you are happy with that, upload only the other languages, and leave it as it is. Edit: same time as you Michael. Sorry for the repeated instructions
-
it says "Unable to complete this request due to an error. Error has been logged." when i press on any bar
-
And to delete lots of pages: $pa = $pages->find("selector"); foreach($pa as $p) $p->delete();
-
Hi jan, welcome to the forum! The module comes by default with 2.2 and is marked as beta. You just have to activate it in the modules page.
-
I also miss something like this
-
Downloaded and reverted the paths to the original ones, and it's all working
-
Nice, would be good to keep it as much portable as possible.
-
Ok, I updated all the paths with the subfolder, and tinyMCE was working, but it told me that it couldn't find content.css... the path it was looking for was teste/teste/site/tinymce/content.css (notice the double subfolder in the base). So, I went to the options and reverted the content_css path to the previous value (without the subfolder), and it's working now. Now I get an error when choosing the template because it is looking for it in /site/tinymce/templates/body_template1.html (no subfolder there). I have to look for the place to change that one. edit: this one was easy, just had to update the path on the body_templates.js. Everything is working fine now!
-
I do, does it make a difference? Edit: it does make a difference. I added the subfolder name on the right place of the path, and the js file opened on the browser I already did through the js console link. I get a 404.
-
It's a lamp server on my ubuntu... it look like a permission problem. The file doesn't open on the browser when I access directly to it. I changed the permissions to 777 on all the folder, and I also gave full permissions to the file directly... I also changed the tinyMCE folder to the assets folder and changed all the paths on the options, but no luck...
-
The javascript console on chrome gives me this: "Failed to load: /site/tinymce/plugins/bramus_cssextras/editor_plugin.js" edit: I have full permissions on this file edit2: I installed codemagic instead of bramus, and now I get: "Failed to load: /site/tinymce/plugins/codemagic/editor_plugin.js"... hm
-
I did, I downloaded the first one before but now I downloaded this one. and I adjusted the permissions. I did, I triple-checked it before posting The "Third-party Settings" is there, like I told you. It's exactly when I put something there (anything, plugin or only random characters) that tinyMCE disappears from my fields. I know there is not. I am hoping that the effort that you are putting on this will help Ryan to create them http://processwire.c...ndpost__p__9482
-
I installed this, but it doesn't seem to work. I do have a new third-party plugins field now, but when I put the bramus_cssextras there, tinyMCE stops working and i get a normal text area on the page editing. Also, when i press the new templates button, i get a pop-pup with the dropdown to select the template, but it's empty, although the simple table template is on the js file. I know it's soon, but you have plans to put these options to the tinyMCE module settings, to make them global?
-
Nico, I still get an error in the archives graph. Nice change on the logo! The new one is more balanced and elegant.