User Tools

Site Tools


admin_menu:page_modules:start

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
admin_menu:page_modules:start [2011/08/12 15:13]
mdavis [Page Module Font Controls]
admin_menu:page_modules:start [2014/09/25 16:55] (current)
Line 23: Line 23:
 {/if} {/if}
 </code> </code>
- 
-===== Deprecation of PHP Modules in v5 ===== 
-   
-There also used to be PHP modules within the Enterprise edition of our software.  This allowed you to include PHP code within the design where ever you placed these PHP modules within page template.  With the use of the Smarty template system within v5 PHP modules were **no longer needed**.  You now just need to insert the PHP you want to place in a template exactly where you want it to appear but between two Smarty template tags for that purpose to make sure it is properly recognized and executed.  This is the form you should take: 
- 
-<code php> 
-{php} 
-echo "hello world<br>\n"; 
-{/php} 
-</code> 
- 
-Page modules run independently of the {body_html} tag and have their own settings within each modules administration page.  Each administration tool contains settings that pertain to and control the functionality of that specific module.  These admin settings are independent of the "Site Setup" settings typically associated with the {body_html} tag. To access each page module’s individual settings, click the "edit" button for that page module within the PAGE MODULES admin tool. If applicable, there will be text with each module for you to edit. 
  
 ===== Module Attachments ===== ===== Module Attachments =====
admin_menu/page_modules/start.1313162027.txt.gz · Last modified: 2014/09/25 16:55 (external edit)