How to duplicate a Joomla page to keep formatting with the Joomla plugin?

mikejk67gm
1 Posts
mikejk67gm posted this 04 September 2018
Ask a Question

The title says it all. After setting up a page, for example "Mike" with photos links back to HOME, etc, How to duplicate it to replace to rename and replace content to have a seperate article.

The title says it all. After setting up a page, for example "Mike" with photos links back to HOME, etc, How to duplicate it to replace to rename and replace content to have a seperate article.
Vote to pay developers attention to this features or issue.
9 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 05 September 2018

Hi,

Unfortunately, page duplication is not supported in Nicepage for Joomla.

Thank you,
Olivia

Hi, Unfortunately, page duplication is not supported in Nicepage for Joomla. Thank you, Olivia
michel.de.rougemont
28 Posts
michel.de.rougemont posted this 21 November 2018

Hi,

Unfortunately, page duplication is not supported in Nicepage for Joomla.

Thank you,
Olivia

Then what is the solution?
I have to duplicate an article and then to translate the sections

> Hi, > > Unfortunately, page duplication is not supported in Nicepage for Joomla. > > Thank you, > Olivia Then what is the solution? I have to duplicate an article and then to translate the sections
michel.de.rougemont
28 Posts
michel.de.rougemont posted this 21 November 2018

Then what is the solution?
I have to duplicate an article and then to translate the sections

I found out :
save the article as copy
Edit the mysql data base (with phpMyAdmin for example)
INSERT INTO joom_nicepage_sections (id,page_id,props,templateKey) values (XX, YY,'YToxNjp7czo0OiJodG1sIjtzO
where
XX is a new id number of that same table joom_nicepage_sections
YY is the ID number of the new joomla article
The rest, props and templateKey, is the content from the record of joom_nicepage_sections that corresponds to the original article

It looks like that a routine should be easily provided by the plug-in.

*Then what is the solution? I have to duplicate an article and then to translate the sections* I found out : save the article as copy Edit the mysql data base (with phpMyAdmin for example) INSERT INTO joom_nicepage_sections (`id`,`page_id`,`props`,`templateKey`) values (XX, YY,'YToxNjp7czo0OiJodG1sIjtzO where XX is a new id number of that same table joom_nicepage_sections YY is the ID number of the new joomla article The rest, props and templateKey, is the content from the record of joom_nicepage_sections that corresponds to the original article It looks like that a routine should be easily provided by the plug-in.

Last edited 21 November 2018 by michel.de.rougemont

Support Team
Support Team posted this 27 November 2018

Michael,

You can create a page, copy a content from the original page, or you can save a copy, and then you can turn this page into a Nicepage page.

1.png

Install the Nicepage Extension. Open your copied page, and click Turn to Nicepage button.

...................................................
Sincerely,
Arthur D.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Michael, You can create a page, copy a content from the original page, or you can save a copy, and then you can turn this page into a Nicepage page. !1.png! Install the Nicepage Extension. Open your copied page, and click Turn to Nicepage button. ................................................... Sincerely, Arthur D. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Giumarr
162 Posts
Giumarr posted this 28 November 2018

Michael,

You can create a page, copy a content from the original page, or you can save a copy, and then you can turn this page into a Nicepage page.

...................................................
Sincerely,
Arthur D.

Sorry but this does not work, because this do not create proper record in table nicepage_sections
whit same id_page of copied page
please add the possibility to duplicate the page in the joomla plugin

FOR NOW who nedd to duplicate, pages ( to do some change in copied page but have also the same graphics) in joomla must do this:

1) Copy the page you need to duplicate with the joomla button "save as copy"

2) in the adminin panel of joomla, where there is the list of articles, take the ids of the copied page and its copy.
FOR EXAMPLE original (COPIED PAGE) is 1 and copy is 2

3) open the database with phpmyadmin, look for the table called nicepage_sections, and push butto show (record).

4) search for the record that has id_page value equal to the id value of the copied page (1).
Copy THE ROW record with the copy button in php my admin (near record), after copy, before save, change the value of the id_page field , put the id VALUE of copied page
for example you must change this from 1 to 2

5) at this point you will have 2 record in nicepage_sections table, identical in content of field props but different in the page_id, (1 and 2, so original and copied)

6) return to joomla and open the page copied (id 2) from articles, enter edit with nicepage, now the page is loaded right by nicepage, start the changes to make copied different from original, where you want

> Michael, > > You can create a page, copy a content from the original page, or you can save a copy, and then you can turn this page into a Nicepage page. > > ................................................... > Sincerely, > Arthur D. Sorry but this does not work, because this do not create proper record in table nicepage_sections whit same id_page of copied page please add the possibility to duplicate the page in the joomla plugin FOR NOW who nedd to duplicate, pages ( to do some change in copied page but have also the same graphics) in joomla must do this: 1) Copy the page you need to duplicate with the joomla button "save as copy" 2) in the adminin panel of joomla, where there is the list of articles, take the ids of the copied page and its copy. FOR EXAMPLE original (COPIED PAGE) is 1 and copy is 2 3) open the database with phpmyadmin, look for the table called nicepage_sections, and push butto show (record). 4) search for the record that has id_page value equal to the id value of the copied page (1). Copy THE ROW record with the copy button in php my admin (near record), after copy, before save, change the value of the id_page field , put the id VALUE of copied page for example you must change this from 1 to 2 5) at this point you will have 2 record in nicepage_sections table, identical in content of field props but different in the page_id, (1 and 2, so original and copied) 6) return to joomla and open the page copied (id 2) from articles, enter edit with nicepage, now the page is loaded right by nicepage, start the changes to make copied different from original, where you want
Support Team
Support Team posted this 28 November 2018

Michael,

Thank you for your recommendations. we will investigate and will work on fixing that.

...................................................
Sincerely,
Arthur D.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Michael, Thank you for your recommendations. we will investigate and will work on fixing that. ................................................... Sincerely, Arthur D. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp

Last edited 28 November 2018 by Support Team

Support Team
Support Team posted this 26 December 2018

Hi Michael,

In the latest version we have implemented the duplication of the page when clicking on the Save and Copy button in Joomla.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Michael, In the latest version we have implemented the duplication of the page when clicking on the Save and Copy button in Joomla. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
gbaez807
1 Posts
gbaez807 posted this 30 July 2021

See my attachment for I've try so many ways to try to fix this. My issue is with Nice Page for some reason when you create a new article it always defaults to the Home Page Article no matter what it seems no one has a solution.

This is my Home page using Nice Page

When I try to create a new article for another menu for ex. Portals Information I have create list of sub menus below ex. select MySyniverse the article I created get overlap with my Home Page which I don’t want it’s supposed to be a separate article and screen not both of them combine if I go to the article for MySyniverse it deletes my Home Menu which I don’t to want to touch.

Also for some reason I can't add word docs file

MySyniverse Article

The Articles or blocks are over lapping Nice Page won’t allow me to create more than one individual article without remove the entire block.

See my attachment for I've try so many ways to try to fix this. My issue is with Nice Page for some reason when you create a new article it always defaults to the Home Page Article no matter what it seems no one has a solution. This is my Home page using Nice Page When I try to create a new article for another menu for ex. Portals Information I have create list of sub menus below ex. select MySyniverse the article I created get overlap with my Home Page which I don’t want it’s supposed to be a separate article and screen not both of them combine if I go to the article for MySyniverse it deletes my Home Menu which I don’t to want to touch. Also for some reason I can't add word docs file MySyniverse Article The Articles or blocks are over lapping Nice Page won’t allow me to create more than one individual article without remove the entire block.
Support Team
Support Team posted this 02 August 2021

gbaez807,

According to the screenshots from another topic, you created regarding this issue you added all elements on the Home page to the Header. Not to the page content area. Header is displayed on all pages. In short, you have an empty home page and all content inside the Header. Therefore, when you create another page is loads the Header is the same for all pages and you see the content you added to the Header on the Home page.

If you still have problems with new pages please provide access to the CMS admin panel in one of your private topics so we can check the admin panel.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

gbaez807, According to the screenshots from another topic, you created regarding this issue you added all elements on the Home page to the Header. Not to the page content area. Header is displayed on all pages. In short, you have an empty home page and all content inside the Header. Therefore, when you create another page is loads the Header is the same for all pages and you see the content you added to the Header on the Home page. If you still have problems with new pages please provide access to the CMS admin panel in one of your private topics so we can check the admin panel. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments