It permit the creation and the management online of websites with few and easy steps. It's completely customizable, expandable and suitable for all needs.
My site is working fine, I translated it into Spanish and most of it is already translated but I want to make sure that even the URL output is translate/renamed so that I get this kind of result:
example.com/noticias_TITLE_IN_SPANISH.html
not
example.com/news_TITLE_IN_SPANISH.html
or
example.com/buscar.html
but not
example.com/search.html
I tried renaming specific /pages/addon folder, but it's not as simple as I originally thought, I've been trying to figure it out for a few hours now and I realized that there are many instances in various php files that would need to be altered to accomplish this.
I don't really care how long it takes to accomplish this, but I just want to make sure I do it the right way and completely.
on a related note...
correct me if wrong but i think i found a bug
note: this bug is found without doing any of the above changes while maintaining all original files intact
i noticed that in previewing a newsletter, the link for the guides section was being misdirected to the index.php?page=guides when it should just be index.php?page=guide without the extra "s" thus directing the click to an invalid page