Question on page builder

Hi,

Does anyone know how to create a new custom page on a D7 site? I see there is no view page button in the page builder like there is in D6 so when I create a page I have no idea of the URL to use when creating a menu entry.

Any hints?

Quote · 16 Nov 2009

TO make a new page go to Builders>Page Blocks, then from there click on create a new page.  Populate it the way you want.  Then you need to go to the html and add an entry like this(replace newpagename with your page name)

RewriteRule ^newpagename$ viewPage.php?ID=newpagename[QSA,L]

Right above this :

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule .+ - [L]

RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]

However, right now its broke and all new pages will appear as a blank white page with no code on it.

Quote · 16 Nov 2009

http://www.boonex.com/trac/dolphin/ticket/1466

Rules → http://www.boonex.com/terms
Quote · 17 Nov 2009

TO make a new page go to Builders>Page Blocks, then from there click on create a new page.  Populate it the way you want.  Then you need to go to the html and add an entry like this(replace newpagename with your page name)

RewriteRule ^newpagename$ viewPage.php?ID=newpagename[QSA,L]

Right above this :

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule .+ - [L]

RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]

However, right now its broke and all new pages will appear as a blank white page with no code on it.

Thankyou!

Quote · 22 Nov 2009
 
 
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.