Wordpress multilanguage plugin [closed] - internationalization

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have a blog on Wordpress in which I need to serve contents in several different languages. I don't want to translate the articles, I just want to have some in each of the languages and just have a way of switching between them. I was looking for a wordpress plugin that allows such functionality but so far I found only xLanguage but it's not what I intend to use if for, although it's pretty close.
What this plugin allows is to have a contents in the post that is localized for one specific language and it's not displayed in other languages. However it's main flaws are
you cannot translate post titles
if I define the post in just some of the languages my site supports the post will appear blank (I would like that it won't appear at all in this language)
Does anyone knows if there is a plugin that I could use or I should start thinking of developing one myself. As I mentioned I don't really need a translation functionality, just the ability to mark the post to appear in only one selected language.
I guess I could also set up several instances of wordpress, each for every language but then I will need to replicate every configuration change in all the instances and that's something I would really like to avoid.
Update
Actually I just noticed that I can hide untranslated messages by specifying a parameter in options but there is still one problem.
The rest of the page (links, other text generated by Wordpress) doesn't get translated while switching the page. So I have my contents translated by still see default language in navigation etc.

Gengo looked interesting, but development seems to have stopped.
But the qtranslate plugin (author's page, plugin page) offers the things you need. It not only manages article translations but also switches the complete site (“user interface”) language.
Articles (including titles) can be stored in several languages. If you need a translation elsewhere (i.e. a widget title), you can use special markup (language tags): <!--:en-->english<!--:--><!--:de-->Deutsch<!--:-->
I'm still testing it myself, but it mostly works alright. There may be surprised (e.g. date fields), so better test it on a offline copy of your site.
Also, check this older stackoverflow question

I have built several multilingual sites and I use the WPML plugin and have found it to be best option out there. http://wpml.org/

Related

Page Object Pattern for web testing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking into several javascript frameworks that can be used for e2e automated testing, mainly: Webdriver.io, theIntern and Nightwatch.
And I really want to get some feedback from developers on which framework could best support the page object pattern?
Intern supports that pattern (and it's a general enough pattern that I'd assume the other two do as well). There are a couple of ways to implement it with Intern.
One possibility is mentioned in the Intern Guide. The Command object used to control a remote browser is wrapped in another class that adds page-specific functionality.
A different style of implementation that's a bit more flexible is described here. Setting up a Command wrapper to allow more than one custom call to be chained can be tricky. The second implementation uses Command helper functions, which can be easier to work with.
Here are some of the main pain points I've experienced with various framework page object implementations:
must allow creation of elements/locators once and not repeat them elsewhere (DRY)
how it handles a basePage (ie. page elements/methods not specific to a single page (eg. hitEnter()))
how it handles repeated elements across pages (eg. a nav bar that exists on multiple pages)
does it allow for readable tests
Opinion will certainly factor into these... which is fine. Answer these questions for your framework of choice, and you'll have your answer.

Application based cms or package for laravel [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am writing a Laravel application. this application needs to a CMS.
my application have something like user membership,newsletter emails, authentication,advanced searches etc, depend on posts.
a CMS can not handle my application alone.
I need to an extendable CMS that resolves my requests.
I saw October CMS gallery and I think it is for blog or simple sites not an extendable application.
What extendable CMS or package (in Laravel) can resolve my requests?
I think all you can do it with OctoberCMS, it is not pure CMS, it is developer first CMS, you can extends this as you want, there is no restriction in extending this, as per my opinion, all things you can do with laravel is possible with OctoberCMS.
Please double check its features https://octobercms.com/features
what you can do is you can keep Laravel and OctoberCMS in one project, for CMS part use OctoberCMS.
October is pretty much amazing. I think you can do anything with it. When I saw their website the first time on a recommendation of a friend I also saw it as a simple CMS - but look at the documentation- and resources-page: You can create your own plugins, it has a very intricate and easy to understand databse-handling that also manages complicated relationships like "many to many polymorphic" and there is an easy way to create backend-pages that contain forms with those relations. In my opinion its really amazingly thought through and it can serve as CMS-part for almost anything.
i heard talking about Platform by cartalyst but i never try it.
take look if you want and i think it responds to your needs.
https://cartalyst.com/manual/platform/4.0

phpBB: how to customize the UI really [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
This will be quite a long way to ask my question, so please bear with me, I'm really interested in your opinion and need an advice.
I would like to modify or convert an existing phpBB3 setup because my users don't like it anymore. They definitely don't like the (otherwise professional) design of the templates based on proSilver or subSilver2 - they find it boring. We're talking about young girls and boys; it's quite possible that this is the first forum they've ever wanted to use (for some of them at least). Because I maintain that forum for a quite small community I must do something with this situation, so I've started thinking about how to dress up phpBB3 and make it more lovely.
Do you know any other forum software which could satisfy our needs better, perhaps a more Web 2.0 targeted solution? Do you have any ideas how should I design a forum style that 10-15 years old people can really use and enjoy? (I'm not talking about the IT specialists of the future here.)
I know it's not about programming on the surface, but we're talking about UI design here. I ready to do quite a lot of coding if we could find a nice concept - I wonder if I should create a new phpBB3 style with custom code from scratch or something.
I don't know phpBB, but to your question on other forum software...
I have used bbPress for a large project and I was very happy with it. It shares a lot of code with Wordpress and one can easily integrate the two, and even add more sophisticated social networking features using the BuddyPress plugin.
bbPress itself is lightweight and fast in my experience. It is easy to create a completely customized experience using only HTML, CSS and a few PHP template tags. There is a plugin architecture that allows you to customize the heck out of it without modifying the core.
One drawback is that it's future within the Wordpress stable has seemed a little uncertain recently.

Php LiveDocx library or another template based pdf creation lib [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I need to generate gift vouchers from PHP code and was looking at PDF libraries to accomplish this. Stumbled upon LiveDocx http://www.livedocx.com/ which looks like an excellent service and then found http://www.phplivedocx.org/ which looks like the natural choice for PHP. Problem is I'm using Zend Framework 1.6 still. Is there a way to get phplivedocx to work with Zend 1.6 or is there another template based php generation library that I can use?
Any other suggestions on accomplishing my original goal of generating vouchers is welcome although I must say that I've gone the programmatic approach before using TCPDF. It works well but is just too much work to get nice pdf design.
I ended up generating an HTML file and converting it with the wkhtmltopdf (Webkit HTML to Pdf) tool: http://code.google.com/p/wkhtmltopdf/
If using a WYSIWYG editor to generate the HTML then I guess one is almost at the kind of functionality that livedocx brings i.e. to allow templates to be created with an editor.
The zend framework is loosely coupled. You should try downloaded the latest copy and placing the Zend_Service_LiveDocX folder in your Zend library in the Zend_Services folder and if you have autoloading enabled, your application should be able to find it and use it... it's worth a try and certainly a better idea than sourcing another third party application. I too have used all the various pdf libraries out there for php and you know what, I hated every one of them.

RapidWeaver-like editor for windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
After seeing a friend using RapidWeaver and producing wonderful results in a few clicks, I was astonished and started searching if a tool like that exists for Windows. Unfortunately, so far my search yielded no result, so I'm writing here the criteria I'm using hoping that anybody will come up with a relevant suggestion:
WYSIWYG HTML editor
Must work (well!) on Windows (Vista/7)
Must not be web based (I don't care about webapps allowing me to create sites off of crappy templates)
Template-based (and possibly with many templates available)
Pretty flexible (nothing like Dreamweaver, but I wouldn't like being stuck with just entering text into some prebuilt templates)
Intuitive (and possibly good looking) UI
Producing standards-compliant markup (office-like HTML is not an option)
Here is what I don't care about:
Price/License (if it's commercial it's probably even better for my purpose, as if the tool is good I will want fast, quality support)
Good code editing features (when I'll get my hands dirty with the markup I want things to be looking already pretty good so I'll just have to improve certain areas based on my requirements...)
Server-side scripting (I'm handling that otherwise, for this tool I just care about the design part)
Here's a list of commonly recommended tools I consider unfit for my needs:
NVU
KompoZer
Microsoft Expression Web
Microsoft Visual Web Designer
Adobe Dreamweaver (good, but too good for my needs. At this stage, I'd prefer something quicker, even if it means having lower quality html)
Thanks in advance for your suggestions!
Probably too late, and not sure if this helps you anyway:
http://www.artisteer.com
http://www.xara.com/eu/products/webdesigner/

Resources