Concrete5 internationalization - how to duplicate pages with content inside - internationalization

I have finished to build my website in english.
I duplicated the site in to Russian and I want to translate it.
The pages that were duplicated duplicated without the content.
How can I duplicate pages with content?
Thanks

Once you've installed the "Internationalization" add-on, you should go to the "Full Sitemap" link in the Dashboard Area. Create a new page directly under the root (this will be that page that becomes your new language's home page later on).
Once you have the new page, visit the "Multilingual" section of the dashboard. On the "Multilingual Content Setup" page, you'll select your language, ie. "Russian", for "Choose a Parent Page", choose the page you created under the site's top level. Then click "Add Content Section".
Once you have your new "Content Section", you can copy your default content section into your newly created Russian content section. In the "Copy Language Tree" section of the "Multilingual Content Setup" page, choose to copy from, for example, "Home - English" to "Home - Russian". Click "Copy Tree", this should copy the content into your new Russian "Content Section".
You can use this video to see the steps I described above: https://www.youtube.com/watch?v=Hd936iaDLqw&feature=player_embedded

Related

How to remove the "site name" from an article in Joomla 3

The name of my site appears in the title of all of my site's pages.
How can I hide the site name in one of my articles ("only one")?
You don't hide the name through the article itself, but by changing the setting for the menu item that opens the article.
So go to the backend, open the menu item and go to the Page settings (sorry, I'm not working with the English version of Joomla, so I don't know the exact name). The second option on that screen (show page title) must be set to No.

How Change Title tags on joomla browser title

I have cloned a website into a different domain and I am trying to change the browser title that shows up in the website tab. I have changed the page display Browser Page Title on the home page module(which was blank), I have changed the page title, its still showing the same title that was on the old website. Where can I go into the code and change the title tags myself? which file changes this?
If the page you are concerned about is also linked to a menu item, from the back end go to
Menus > Your Menu > Your Menu Item
Then open the Page Display tab and check the entry for Browser Page Title
If this still doesn't solve your problem, check that the page title isn't coming from an SEO extension like sh404SEF
Good luck

Translating Joomla User Menu

Hi I'm looking to translate the Frontend User Menu for Joomla containing the menu:
User Menu
Your Profile
Submit an Article
Submit a Weblink
Site Administrator
Template Settings
Site Settings
It's primary the Title and the first 3 options that I need to translate.
I've been searching my file directory almost whole day now to find the associated files, but without any luck.
I'm using the Danish language pack, and even if I set it as the default language for both frontend and backend, the frontend User Menu it still shows in English. Which makes me guess it's not located in any of the language folders...
WHat you are trying to translate is the actual titles of the menu items, plus the title of the module that renders this menu.
For these:
Your Profile
Submit an Article
Submit a Weblink
Site Administrator
Template Settings Site Settings
You need to go in the menu manager, I guess this menu should be called "User Menu" and edit the menu-items titles to your desired titles.
For the "User Menu", you need to go to Module Manager and find the Menu Module that renders this menu, should be called "User Menu" and change its title as per your needs.
Joomla has an automatic search for language strings and override creation at:
Extensions -> Language Manager -> Overrides -> New
If search doesn't get results please try word by word because sometimes components use combination of strings.
If you still can't find the strings then there may be a menu at Menus -> Menu Manager that you could translate or these strings have been set in the code without string variables (you have to check your component / module).
Good Luck!

Change the website title in Google search

I am creating a Joomla website(Rockettheme template). The problem is that when I add it into the Google search, the title of the link appears as the name for the Rockettheme template, and I can't change it to the name of my website. Here is a picture of the google search :
How can I change the Ximenia-July 2012 Template Demo to the title that I want?
As Super Administrator, you should have access to the Global Configuration, which is where you can update the Site Title.
In the back-end Administration, go to your main Control Panel, go to Global Configuration, and in the first section "Site" there should be a field for "Site Name". Enter the name of your website that you want.
While you're there, you should also scroll down to the Metadata Settings and update your Site Meta Description with a short description of what your site is about, as this is used on the Google Search Engine Results Page as well.
c
Well I know your feel bro :)
OK If I guessed it correct,
you have to go to the main menu, in menu manager.
select 'home' menu item, and then go to 'page display options'
there you can find what you seem to looking for, viz the first input box labeled 'Browser Page Title'.

Joomla 3 Show Title issue. Hide page-header

I turned Show Title option for articles to Hide in global settings. So it works for each my page good instead of home page. So the title is still appear, even if I switched it to hide in article that correspond to Home page content.
I suppose maybe something wrong with menu.
So I have next menu:
Home
Photos
Contacts
Each menu content single article, but only Home shows title...
I am using joomla 3
on the screenshot below Home header that I don't need.
on the screenshot below Videos header that set as Show tile in menu item
on the screenshot below Videos header that set as Hide tile in menu item
I am making the same for Home but it does not work the Home tile is still visible.
I tapped on menu items then on home items which is single article:
then I modify visibility options:
save and close - and then update the index page in browser, but nothing happen the header Home is still on the page (
The solution is next:
Click on the “Menus” menu and select “Main Menu”.
Click on the menu item that represents your home page (usually “Home” or something similar)
On the right side, click on “Page Display Options”
Set “Show Page Heading” to “No”
Click on “Save”
http://www.celticwolf.com/blog/2012/09/06/how-to-hide-the-page-heading-in-joomla-2-5/
You have an option to show or hide the title of Articles and also Menus. Usualy is "Home" also the dafault "Frontpage" of the site, having the option to show the title.
Go to Menus -> Default "Home" Menu and under options you should have Show Title and hide it.
This should work, i tested it right now on my page to be sure.
Regards
in joomla 3.x it will be possible by combination of backend settings and source code change.
Login to your joomla control panel.
Go to Global\Articles and turn the "Show Title" and "Article info Title" to Hide.
Go to Global\Menus and turn the "Show Page Heading" to Hide.
Login to your host and go to your public html directory then go to "\templates**[your template]**\html\com_content\article" directory.
open default.php in editor and find
php if $this->params->get('show_page_heading', 1) :
and change the 1 to 0 then save it.
I suggest you to backup default.php file before any changes.
You can disable the Page Heading in the Menu Item options as showed below in my screenshot:
if this don't work, try to go to MENUS - MANAGE - (press the button OPTIONS to the right of the page)
In browser page title press one space , the set the second voice to NO:
Then save and press the REBUILD button.
This happens when you have a multi language site. The "Show Page Heading" option inside the languages home menu doesn´t works at all in this case. It is overrided by the Main Menu home options (that one without any languages assigned to it, that is mandatory in Joomla).
So if you change the "Show Page Heading" option inside the Main Menu home options, it will work.
Bizarre. But, it´s the way that Joomla 3 works.

Resources