Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "script" you were looking for
Upgrade Script Format
An upgrade script extends the 'upgradescript' class which makes creating new ones an easy task.  Upgrade scripts are only run during the 'upgrade' process and then only if specified conditions exist. Upgrade scripts are located in...
script block
The {script} block allows you to easily embed javascript code within the template and allow it to be placed in the appropriate location on the page and also minimized if that feature is turned on.  It is also used to load script...
Adding Tweet Button Support to a Module
How to integrate Twitter Tweets button into a module.  1. Update the Controller by ensuring that 'twitter' is NOT within the $remove_configs array.  Otherwise, the Twitter tab will never be displayed in module...
Adding Facebook LIke Button Support to a Module
How to integrate Facebook Like button into a module.  1. Update the Controller by ensuring that 'facebook' is NOT within the $remove_configs array.  Otherwise, the Facebook tab will never be displayed in module...
uniqueid function
Unique ID will cause Exponent to generate a unique identifier for you on the fly. This can be used with TPLs that have a depending javascript file.  You can set a prefix by passing the 'prepend' parameter or have the id assigned to...
I attempt to sort the order of pages, but they don't appear where I want them
If this situation occurs, most likely, the 'upgrade script' to update the page `rank`s to the 2.0 format did not complete correctly.  This will be fixed in the v2.3.5 release.  Until then, you need to place the page one...
Smarty Snippets
{css} - If you need a way to throw some CSS in a view, exponent will use the "css" plugin to pull it out when that view is called upon and automatically put the css in the header (where it should be). {css} {literal} your css goes...
Run Upgrade Scripts
This command allows you to run 'upgrade' scripts manually.  These are the same scripts which are run during an installation upgrade.  Each optional or mandatory upgrade script suitable for the current version will be listed with an...
I'm attempting to install Exponent and the pages are only partially formed
During the installation process, if you see a page with NO button to proceed to the next step (the page was only partially formed), your web server has timed out before the script was completed.  On slow web and database servers,...
Manage Translations
This command allows you to select or create a language translation. In addition to switching translations, it displays the number of phrases in the selected translation. To create a new translation: Select and switch to the...