Translating urls of subpages of magento site - magento

I have a multi store site, I have created multi stores according to languages when user opens www.domain.com/en the site opens in ENGLISH when user opens www.domain.com/pt then site opens in PORTUGUESE language. Also I want that when user opens a subpage of site for ex. www.domain.com/pt/contactus then it should open www.domain.com/pt/Contate-nos.
What solution can I prefer for this?
Because if I will try to open my link then it will give me 404 error.
Thanks In Advance.

Related

How to forward all the 404 pages to the front page?

I have a simple question...I had an old store and people bookmarked specific product pages in their browsers as well as Google search points to some specific pages. I have now installed a new version of Magento (1.9.1) and some of these URLs will not longer work (they will show the standard 404 not found Magento page).
What would be the best way to forward all these hits to the front page?
Thank you for any suggestions!
Allysin :-*
Login to the admin, go to System>Configuration>Web and change the drop-down value for CMS No Route Page in the Default Pages section. You should be able to select your CMS Home Page.
Here is a reference with images
If manual setting doesnt help,you can try this.

Changed admin url, and now cannot access Magento login page

I tried to change the admin url of magento. As per the basic settings, it was located on www.domain.com/admin
I tried to change that and now I can't even access the login page. When I enter the new word that I replaced with "admin", I am taken to a login page which just appears like a basic html page with a box for username and password, and when I login I'm taken to the homepage of the website.
I also noticed that the word has started to appear twice in the url of backend such as if the correct address is to be:
www.domain.com/index.php/newadminword/system_config/index/key/0ddf3e37ef9a494c10afe626dee8efc7/
but when I login by that basic html page, the url becomes:
www.domain.com/newadminword/index.php/newadminword/system_config/index/key/0ddf3e37ef9a494c10afe626dee8efc7/
I removed the first 'newadminword' from the url and then I'm being led to the magento admin area, but here as well, the page is again basic html. The following link is a pic of how my magento dashboard looks now.
http://i.stack.imgur.com/2Qnva.jpg
Can anybody help me with this? I'm not so good at programming so please try to keep the instructions as simple as possible. Thanks.

Frontend editing in Joomla doesn't work

I have made a site in Joomla 2.5, and can't edit my articles by using the frontend option "edit article".
This function is available when I am running the site in offline mode, but when I switch to online mode, it disappears.
When running the site in online mode, I login to the administrator, and then "view site"
Can some one please help me!
You need to log in on the frontend when your site is in online mode to be able to edit articles. It doesn't matter if you are logged already on the backend, it won't count.
You should either enable log in module on some page, or a menu item pointing to log in page on the frontend. After logging in there, you will be able to edit your articles.
If you don't want users to see your login page/module on the frontend, you can create a hidden menu item for it, for which only you would know the link and it won't be displayed
Just go to your website's /index.php?option=com_users
There you will be able to login to the frontend.

Go To Full Site Magento Link To Change Themes

I have used the built-in iphone theme in Magento 1.7.0.2 to create a mobile site, the problem that I am having is creating a link so that the user has the option to go back to the full site, is there a way to create link to change the theme in Magento or create a link that makes Magento see the mobile as a normal web browser?
I have looked at a number of things such as trying to make the mobile appear to have a different user agent once the link is clicked but I have had no look
Thanks in advance
Adam
The easiest way is to create 2 store views: one for the mobile version and second for full version.
Ex: http://example.com/ and http://example.com/m/
You have patterns for mobile user agents, so you can check if user came with mobile deviсe — redirect him to the mobile store (http://example.com/m/) and just add link to the main store: http://example.com/
One more solution is to use one and the same URI and just add store code to the address:
http://example.com/?___store=mobile and http://example.com/?___store=full.

WordPress -- Plug-In To Assign Images To Users/Clients?

As a graphic designer, I am wondering if either:
there is a WordPress plugin that will allow me, as an administrator, to upload a client image and assign it to a user profile; or
there is a simple way to hack WP into doing what I stated in #1?
I want clients to have the ability to log-in once to my WordPress site, and to click on a "user gallery" page which will only show the images/graphics assigned/completed for them.
Any help would be greatly appreciated.
Seems this plugin should work...
User Specific Content
This Plugin allows you to select specific users by user name, or by role name who can view a specific post content or page content.

Resources