Version 3 (modified by IgorL, 16 years ago) (diff)

--

Creating a search engine friendly new Dolphin page

  • Navigate to Admin Panel -> Builders -> Pages Builder

  • Click the New Page link in the upper right corner

  • Enter a new name -> Press Ok

  • After page reload you need to create columns by clicking the Add column link
  • Then you can create HTML or RSS blocks by dragging them from the Samples area to the columns you created. You need to release the blocks only after you can see a placeholder in the Active Blocks. Sometimes you will need to drag the block to the lower-left corner of the area to see the placeholder.

  • After you have completed, click the View page link above the Active Area block

  • Open the .htaccess file in your Dolphin's home directory, find the following line:
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    

and insert the following line before it:

RewriteRule ^NewPage$  viewPage?ID=NewPage [QSA,L]

N.B. You have to replace the NewPage with your desired page name.

  • Now you will be able to add this link to the navigation menu using the Navigation Menu Builder
 
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.
Fork me on GitHub