Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
services:pvw:conf:site [2015/03/17 17:22]
eric [Custom Pages]
services:pvw:conf:site [2015/03/19 11:23]
r2d2
Line 40: Line 40:
 // are stored in : **$pvw_conf['​emails'​]**//​ // are stored in : **$pvw_conf['​emails'​]**//​
  
-If a visitor uses the contact form to reach a certain department on your website such as "​customer support"​ or "​general inquiries",​ his message will be sent to the email addresses set as :+If a visitor uses the contact form to reach a certain department on your website such as "​customer support"​ or "​general inquiries",​ his message will be sent to the corresponding ​email addresses set as :
 <code php> <code php>
 $pvw_conf['​emails'​]['​general'​] ="​me@domain.com";​ $pvw_conf['​emails'​]['​general'​] ="​me@domain.com";​
Line 58: Line 58:
   * **fb_like** : Is a Facebook "​LikeBox"​ that can be inserted within //Boxes//.   * **fb_like** : Is a Facebook "​LikeBox"​ that can be inserted within //Boxes//.
  
-Set each widget's parameter to 1 to set it's status value to '​**on**'​. Set your own parameter values to override the widgets default values.+To activate ​each widgetset its '​**on**' ​parameter value to 1. Set your own parameter values to override the widgets default values.
  
 In example : To active the share widget with 10 icons (instead of the default value of 5), simply add : In example : To active the share widget with 10 icons (instead of the default value of 5), simply add :
Line 94: Line 94:
 </​code>​ </​code>​
  
-Each section has it'​s ​own parameters that, as always, has default values that can be overridden using the site configuration (See your Private page to see their current values). For each section you can set :+Each section has its own parameters that, as always, has default values that can be overridden using the site configuration (See your Private page to see their current values). For each section you can set :
   * **menu_name** ​ : The name shown in the Navigation Bar.   * **menu_name** ​ : The name shown in the Navigation Bar.
   * **title** : The title of the section (visible in the section Index)   * **title** : The title of the section (visible in the section Index)
Line 149: Line 149:
 In this example we created an //​our_jobs//​ page, linked from the about section at the url : /​about/​our_jobs. In this example we created an //​our_jobs//​ page, linked from the about section at the url : /​about/​our_jobs.
  
-Note : The page index name (//​our_jobs//​ in this example) must NOT be one of the factory default pages as it would be ignored. Moreover, as we will regulary add new factory pages with unique index name, we advice that you choose index names that will never match future factory page names. You may therefore want to Prefix pages using "my company" name or use //custom_// or //our_// as shown in the example above) which would certainly be a good update-safe name to use.+Note : The page index name (//​our_jobs//​ in this example) must NOT be one of the factory default pages as it would be ignored. Moreover, as we will regulary add new factory pages with unique index name, we advice that you choose index names that will never match future factory page names. You may therefore want to Prefix pages using "mycompany" name or use //custom_// or //our_// as shown in the example above) which would certainly be a good update-safe name to use.
  
  
  
 {{indexmenu_n>​10}} {{indexmenu_n>​10}}