Yikes! Site Home Deleted from Page Builders!

Hi:

Not so much a big yikes, but I am not sure how the Site Home got deleted from PHP builder.   Can anyone tell me how to bring it back.  I tried the "add page" function, but it kept adding it like this: /page/m/sites/home/
Um...Not sure where the word "page" came from. I cleared it before I tried to add it, but even if I did it right, I can assume that it won't see the pages block automatically, right?

Thanks!

Racquel

Quote · 26 Feb 2012

i dont understand, what you are asking here ? sites home got deleted from PHP builder? please explain

 

The word page is coming because you are creating a new page, using the built in function in dolphin. which is default to create urls to page/pagename 

Regards........ M.Chauhan U.K.
Quote · 26 Feb 2012

Hello Racquel

If  home page of Sites module was removed from DB then you cannot add it back via page builder. If should be restored via Dolphin's database. The MySQL query can be found in modules/boonex/sites/install/sql folder -> install.sql file. The MySQL query is

SET @iPCPOrder := (SELECT MAX(`Order`) FROM `sys_page_compose_pages`); 
INSERT INTO `sys_page_compose_pages` (`Name`, `Title`, `Order`) VALUES  ('bx_sites_main', 'Main Sites Page', @iPCPOrder + 1);

But you need to be careful. If you want you may contact me and I'll try to help you.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 26 Feb 2012

Hi:

Thanks for answering my question. mchauhan.  AntonLV got that question on the mark.  I didn't think I could add it via page builder. 

Again thanks mchauhan. I will contact AntonLV. 

Regards,

Racquel

Quote · 26 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.