spell check done
This commit is contained in:
parent
8084f8e203
commit
bc4b260dcf
1 changed files with 49 additions and 49 deletions
|
|
@ -165,7 +165,7 @@ This macro allows you to set a javascript in the head section of the page. Just
|
|||
<p>
|
||||
|
||||
<b>^LastModified; or ^LastModified();</b><br>
|
||||
Displays the date that the current page was last modified based upon the wobjects on the page. The date is defaultly displayed based upon the user's date preferences. Optionally, it can take two parameters. The first is text to display before the date. The second is a date format string (see the D (date) macro for details.
|
||||
Displays the date that the current page was last modified based upon the wobjects on the page. By default, the date is displayed based upon the user's date preferences. Optionally, it can take two parameters. The first is text to display before the date. The second is a date format string (see the D (date) macro for details.
|
||||
<p>
|
||||
<i>Example:</i> ^LastModified("Updated: ","%c %D, %y");
|
||||
<p>
|
||||
|
|
@ -175,7 +175,7 @@ Displays the date that the current page was last modified based upon the wobject
|
|||
Displays the title of the current page.
|
||||
<p>
|
||||
|
||||
<B>NOTE:</b> If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.
|
||||
<B>NOTE:</b> If you begin using admin functions or the in-depth functions of any wobject, the page title will become a link that will quickly bring you back to the page.
|
||||
<p>
|
||||
|
||||
<b>^r; or ^r(); - Make Page Printable</b><br>
|
||||
|
|
@ -230,7 +230,7 @@ The URL for your company specified in the settings by your Administrator.
|
|||
|
||||
|
||||
|,
|
||||
lastUpdated => 1094053549
|
||||
lastUpdated => 1101775246
|
||||
},
|
||||
|
||||
'1021' => {
|
||||
|
|
@ -444,8 +444,8 @@ The URL of the web site for this theme's designer. If you are in the business of
|
|||
},
|
||||
|
||||
'966' => {
|
||||
message => q|Are you certain that you wish to permantently purge/delete this item from the trash?|,
|
||||
lastUpdated => 1052850265
|
||||
message => q|Are you certain that you wish to permanently purge/delete this item from the trash?|,
|
||||
lastUpdated => 1101775259
|
||||
},
|
||||
|
||||
'992' => {
|
||||
|
|
@ -1154,14 +1154,14 @@ What format should times on this site appear in?
|
|||
<p>
|
||||
|
||||
<b>Discussion Layout</b><br>
|
||||
Should discussions be laid out flat or threaded? Flat puts all replies on one page in the order they were created. Threaded shows the heirarchical list of replies as they were created.
|
||||
Should discussions be laid out flat or threaded? Flat puts all replies on one page in the order they were created. Threaded shows the hierarchical list of replies as they were created.
|
||||
<p>
|
||||
|
||||
<b>Inbox Notifications</b><br>
|
||||
How should this user be notified when they get a new WebGUI message?
|
||||
|
||||
|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1101775266
|
||||
},
|
||||
|
||||
'351' => {
|
||||
|
|
@ -1647,7 +1647,7 @@ Displays a small text message to a user who is in admin mode. Example: ^Admi
|
|||
<p>
|
||||
|
||||
<b>^AdminToggle; or ^AdminToggle();</b><br>
|
||||
Places a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle("Edit On","Edit Off"); This macro optionally takes a third parameter that allows you to specify an alternate template name in the Macro/AdminToggle namespace.
|
||||
Places a link on the page which is only visible to content managers and administrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle("Edit On","Edit Off"); This macro optionally takes a third parameter that allows you to specify an alternate template name in the Macro/AdminToggle namespace.
|
||||
<p>
|
||||
The following variables are available in the template:
|
||||
<p/>
|
||||
|
|
@ -1683,7 +1683,7 @@ Display a message to a user that can edit the current page.
|
|||
<p>
|
||||
|
||||
<b>^EditableToggle; or ^EditableToggle();</b><br>
|
||||
Exactly the same as AdminToggle, except that the toggle is only displayed if the user has the rights to edit the current page. This macro takes up to three parameters. The first is a labe for "Turn Admin On", the second is a label for "Turn Admin Off", and the third is the name of a template in the Macro/EditableToggle namespace to replace the default template.
|
||||
Exactly the same as AdminToggle, except that the toggle is only displayed if the user has the rights to edit the current page. This macro takes up to three parameters. The first is a label for "Turn Admin On", the second is a label for "Turn Admin Off", and the third is the name of a template in the Macro/EditableToggle namespace to replace the default template.
|
||||
<p>
|
||||
The following variables are available in the template:
|
||||
<p/>
|
||||
|
|
@ -1790,7 +1790,7 @@ Displays a "Login" or "Logout" message depending upon whether the user is logged
|
|||
The URL to login or logout.
|
||||
<p/>
|
||||
<b>toggle.text</b><br/>
|
||||
The Internationalized label for logging in or loggin out (depending on the state of the macro), or the text that you supply to the macro.
|
||||
The Internationalized label for logging in or logging out (depending on the state of the macro), or the text that you supply to the macro.
|
||||
<p>
|
||||
|
||||
<b>^@; - Username</b><br>
|
||||
|
|
@ -1803,7 +1803,7 @@ The user id of the currently logged in user.
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1099514961
|
||||
lastUpdated => 1101775299
|
||||
},
|
||||
|
||||
'329' => {
|
||||
|
|
@ -2107,7 +2107,7 @@ If you leave this on the default setting you'll be redirected to the new page af
|
|||
},
|
||||
|
||||
'1074' => {
|
||||
message => q|Style templates are a special kind of template in WebGUI. They allow you to keep your content seperated from the look and feel of your site. The following are the template variables available in style templates:
|
||||
message => q|Style templates are a special kind of template in WebGUI. They allow you to keep your content separated from the look and feel of your site. The following are the template variables available in style templates:
|
||||
|
||||
<p>
|
||||
|
||||
|
|
@ -2128,7 +2128,7 @@ In addition to the above tags all of the session variables are made available to
|
|||
Following a guide like the above will help you get good ranking on search engines.
|
||||
|
||||
|,
|
||||
lastUpdated => 1070027660
|
||||
lastUpdated => 1101775312,
|
||||
},
|
||||
|
||||
'860' => {
|
||||
|
|
@ -2262,7 +2262,7 @@ A message stating that the user is receiving the message because they subscribed
|
|||
},
|
||||
|
||||
'961' => {
|
||||
message => q|The trash is a special system location where deleted content is temporarily stored. Items in the trash may be managed individually. You may cut an item to the clipboard or permanently delete it by selecting the approriate icon. You may also purge/delete all items in the trash by choosing the Empty trash menu option.
|
||||
message => q|The trash is a special system location where deleted content is temporarily stored. Items in the trash may be managed individually. You may cut an item to the clipboard or permanently delete it by selecting the appropriate icon. You may also purge/delete all items in the trash by choosing the Empty trash menu option.
|
||||
<p><b>Title</b><br>The name of the item in the trash. You may view the item by selecting the title.
|
||||
<p><b>Type</b><br>The type of content. For instance, a Page, Article, EventsCalendar, etc.
|
||||
<p><b>Trash Date</b><br>The date and time the item was added to the trash
|
||||
|
|
@ -2270,7 +2270,7 @@ A message stating that the user is receiving the message because they subscribed
|
|||
<p>Note that when Pages are in the clipboard that their URLs are still active in the WebGUI
|
||||
system. If another page with an identical URL is created, the URL of the newly created page
|
||||
will be modified to make it unique.|,
|
||||
lastUpdated => 1098850305
|
||||
lastUpdated => 1101775325,
|
||||
},
|
||||
|
||||
'651' => {
|
||||
|
|
@ -2523,13 +2523,13 @@ The password you use to connect to the DSN.
|
|||
<P><B>Metadata</B><BR>Under the Metadata tab you can set the metadata properties for this content. Metadata must be enabled in the Manage Settings menu.
|
||||
<P><B>Template Position</B><BR>Template positions range from 0 (zero) to any number. How many are available depends upon the Template associated with this page. The default template has only one template position, others may have more. By selecting a template position, you're specifying where this wobject should be placed within the template.
|
||||
<P><B>Start Date</B><BR>On what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers.
|
||||
<P><B>End Date</B><BR>On what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers. <BR><BR><B>Owner</B><BR>The owner of a wobject is usually the person who created the wobject. This user has full edit and viewing rights on the wobject unless privileges to edit the page the wobject apears on are taken away.
|
||||
<P><B>End Date</B><BR>On what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers. <BR><BR><B>Owner</B><BR>The owner of a wobject is usually the person who created the wobject. This user has full edit and viewing rights on the wobject unless privileges to edit the page the wobject appears on are taken away.
|
||||
<P><B>NOTE:</B> The owner can only be changed by an administrator.
|
||||
<P><B>Who can view?</B><BR>Choose which group can view this wobject. If you want both visitors and registered users to be able to view the wobject then you should choose the "Everybody" group.
|
||||
<P><B>Who can edit?</B><BR>Choose the group that can edit this wobject. The group assigned editing rights can also always view the wobject. </P>
|
||||
<P><B>Description</B><BR>A content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ.
|
||||
<P></P>|,
|
||||
lastUpdated => 1094412933
|
||||
lastUpdated => 1101775352
|
||||
},
|
||||
|
||||
'991' => {
|
||||
|
|
@ -2557,7 +2557,7 @@ The password you use to connect to the DSN.
|
|||
<p>
|
||||
|
||||
<b>Username</b><br>
|
||||
Username is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (<i>Note:</i> Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)
|
||||
Username is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (<i>Note:</i> Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existence.)
|
||||
<p>
|
||||
|
||||
|
||||
|
|
@ -2593,7 +2593,7 @@ The Connect DN is the <b>cn</b> (or common name) of a given user in your LDAP da
|
|||
|
||||
|
||||
|,
|
||||
lastUpdated => 1076700945
|
||||
lastUpdated => 1101775369,
|
||||
},
|
||||
|
||||
'514' => {
|
||||
|
|
@ -2860,7 +2860,7 @@ One package that many people create is a Page/Article package. It is often the c
|
|||
},
|
||||
|
||||
'626' => {
|
||||
message => q|Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Articles, message boards and polls are examples of wobjects.
|
||||
message => q|Wobjects (formerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Articles, message boards and polls are examples of wobjects.
|
||||
<p>
|
||||
|
||||
To add a wobject to a page, first go to that page, then select <b>Add Content...</b> from the upper left corner of your screen. Each wobject has it's own help so be sure to read the help if you're not sure how to use it.
|
||||
|
|
@ -2885,7 +2885,7 @@ For example, if the Article above was on a page http://www.mysite.com/thisPage,
|
|||
http://www.mysite.com/thisPage#94
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1101769934,
|
||||
lastUpdated => 1101775387,
|
||||
},
|
||||
|
||||
'543' => {
|
||||
|
|
@ -3337,7 +3337,7 @@ You also cannot import a theme from a version of WebGUI that is newer than the o
|
|||
'842' => {
|
||||
message => q|<P>These macros are used to create navigation on the site. </P>
|
||||
<P><B>^H; or ^H(); - Home Link</B><BR>A link to the home page of this site. In addition you can change the link text by creating a macro like this <B>^H("Go Home");</B>.
|
||||
<P><B>NOTES:</B> You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro. And you can specify a second parameter that with the name of a template in the Macro/H_homeLink namespace that will override the default template. The following variables are avaiable for use in the template:</P>
|
||||
<P><B>NOTES:</B> You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro. And you can specify a second parameter that with the name of a template in the Macro/H_homeLink namespace that will override the default template. The following variables are available for use in the template:</P>
|
||||
<p/>
|
||||
<b>homeLink.url</b><br/>
|
||||
The URL to the home page.
|
||||
|
|
@ -3362,7 +3362,7 @@ The translated label for the link to the home page or the text that you supply t
|
|||
<P><STRONG>^Navigation(TopLevelMenuVertical);</STRONG><BR>A vertical menu containing the main pages of the site (aka the sub-pages from the home page). By default it will show only the first level. </P>
|
||||
<P><STRONG>^Navigation(TopLevelMenuHorizontal);</STRONG><BR>A vertical menu containing the main pages of the site (aka the sub-pages from the home page).</P>
|
||||
<P><STRONG>^Navigation(RootTab);</STRONG><BR>Create a tab navigation system from the roots on your site (except WebGUI's system roots) similar to the tabs used in the tab forms (editing wobjects or pages). </P>
|
||||
<P><STRONG>NOTE:</STRONG> Has two special style sheet classes: .RootTabOn and .RootTabOff}.
|
||||
<P><STRONG>NOTE:</STRONG> Has two special style sheet classes: .rootTabOn and .rootTabOff}.
|
||||
<P><I>Example:</I><BR><style> .rootTabOn { line-height: 17px; font-size: 16px; spacing: 3px; border: 1px solid black; border-bottom-width: 0px; background-color: #333333; z-index: 10000; padding: 3px 9px 5px 9px; color: white; } .rootTabOn A, .rootTabOn A:visited { color: white; font-weight: bold; text-decoration: none; } .rootTabOff { line-height: 15px; font-size: 14px; border: 1px solid black; border-bottom-width: 0px; background-color: #c8c8c8; z-index: 1000; padding: 2px 9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited { color: black; text-decoration: underline; } .rootTabOff A:hover { font-weight: bold; } </style> ^RootTab; </P>
|
||||
<P><STRONG>^Navigation(TopDropMenu);</STRONG><BR>Create a drop down menu of your top level navigation. </P>
|
||||
<P><STRONG>^Navigation(dtree);</STRONG><BR>Create a dynamic tree menu.</P>
|
||||
|
|
@ -3373,7 +3373,7 @@ The translated label for the link to the home page or the text that you supply t
|
|||
<P><B>.selectedMenuItem</B><BR>Use this class to highlight the current page in any of the menu macros.
|
||||
<P><B>.verticalMenu </B><BR>The vertical menu (if you use a vertical menu macro).
|
||||
<P><B>.horizontalMenu </B><BR>The horizontal menu (if you use a horizontal menu macro). </P>|,
|
||||
lastUpdated => 1100233307
|
||||
lastUpdated => 1101775402
|
||||
},
|
||||
|
||||
'511' => {
|
||||
|
|
@ -3743,7 +3743,7 @@ A user can be dynamically bound to a group by a scratch variable in their sessio
|
|||
<p>
|
||||
<i>?op=setScratch&scratchName=somename&scratchValue=somevalue</i>
|
||||
<p>
|
||||
Having done that, when a user clicks on that link they will have a scratch variable added to their session with a name of "www_somename" and a value of "somevalue". The "www_" is prepended to prevent web requests from overwriting scratch variables that were set programatically.
|
||||
Having done that, when a user clicks on that link they will have a scratch variable added to their session with a name of "www_somename" and a value of "somevalue". The "www_" is prefixed to prevent web requests from overwriting scratch variables that were set programatically.
|
||||
<p>
|
||||
To set a scratch filter simply add a line to the scratch filter field that looks like:
|
||||
<p>
|
||||
|
|
@ -3789,7 +3789,7 @@ This group could then be named "Employees in HMO 1", and would allow you to rest
|
|||
|
||||
<b>Cache external groups for how long?</b><br>
|
||||
Large sites using external group data will be making many calls to the external database. To help reduce the load, you may select how long you'd like to cache the results of the external database query within the WebGUI database. More advanced background caching may be included in a future version of WebGUI.|,
|
||||
lastUpdated => 1100153797
|
||||
lastUpdated => 1101775417
|
||||
},
|
||||
|
||||
'361' => {
|
||||
|
|
@ -4141,7 +4141,7 @@ A url that will change the sorting options to be sorted by the date of the last
|
|||
<p>
|
||||
|
||||
<b>thread.sortedby.lastreply</b><br>
|
||||
A conditional indicating that the thread is currently sorted by lastreply.
|
||||
A conditional indicating that the thread is currently sorted by last reply.
|
||||
<p>
|
||||
|
||||
<b>thread.sortby.views.url</b><br>
|
||||
|
|
@ -4366,7 +4366,7 @@ The description of this forum as passed by the calling object.
|
|||
|
||||
</blockquote>
|
||||
|,
|
||||
lastUpdated => 1099613459
|
||||
lastUpdated => 1101775435
|
||||
},
|
||||
|
||||
'538' => {
|
||||
|
|
@ -4593,7 +4593,7 @@ You can organize collateral into different folders, but names must be unique, ev
|
|||
},
|
||||
|
||||
'612' => {
|
||||
message => q|There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truely wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user's profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.
|
||||
message => q|There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truly wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user's profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.
|
||||
<p>
|
||||
|
||||
|
||||
|
|
@ -4601,7 +4601,7 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1101775447,
|
||||
},
|
||||
|
||||
'902' => {
|
||||
|
|
@ -4774,8 +4774,8 @@ A list of links to the 10 nearest in the paginator relative to the current page.
|
|||
},
|
||||
|
||||
'866' => {
|
||||
message => q|Expire Notifcation Message|,
|
||||
lastUpdated => 1044127055
|
||||
message => q|Expire Notification Message|,
|
||||
lastUpdated => 1101775465,
|
||||
},
|
||||
|
||||
'768' => {
|
||||
|
|
@ -5134,7 +5134,7 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
|
|||
message => q|Snippets are bits of text that may be reused on your site. Thinks like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.
|
||||
<p/>
|
||||
<b>Name</b><br/>
|
||||
Give your snippet a unqiue name that you can use later to retrieve it.
|
||||
Give your snippet a unique name that you can use later to retrieve it.
|
||||
<p/>
|
||||
|
||||
<b>Organize in Folder</b><br/>
|
||||
|
|
@ -5144,7 +5144,7 @@ Which collateral folder should contain this snippet?
|
|||
<b>Snippet</b><br/>
|
||||
Start typing! Or better yet, copy the snippet from some other electronic document and paste it here.
|
||||
<p/>|,
|
||||
lastUpdated => 1038871744
|
||||
lastUpdated => 1101775475,
|
||||
},
|
||||
|
||||
'942' => {
|
||||
|
|
@ -5625,7 +5625,7 @@ A form element for locking the thread.
|
|||
<p>
|
||||
|
||||
<b>contenttype.label</b><br>
|
||||
The default label for contentype.form.
|
||||
The default label for contentType.form.
|
||||
<p>
|
||||
|
||||
<b>contentType.form</b><br>
|
||||
|
|
@ -5675,7 +5675,7 @@ The form footer.
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1097208570
|
||||
lastUpdated => 1101775486,
|
||||
},
|
||||
|
||||
'702' => {
|
||||
|
|
@ -5863,12 +5863,12 @@ Privileges and styles assigned to pages in the package will not be copied when t
|
|||
|
||||
'958' => {
|
||||
message => q|The clipboard is a special system location to which content may be temporarily cut or copied. Items in the clipboard may then be pasted to a new location.
|
||||
<p>The clipboard contents may be managed individually. You may delete or paste an item by selecting the approriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.
|
||||
<p>The clipboard contents may be managed individually. You may delete or paste an item by selecting the appropriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.
|
||||
<p><b>Title</b><br>The name of the item in the clipboard. You may view the item by selecting the title.
|
||||
<p><b>Type</b><br>The type of content. For instance, a Page, Article, EventsCalendar, etc.
|
||||
<p><b>Clipboard Date</b><br>The date and time the item was added to the clipboard
|
||||
<p><b>Previous Location</b><br>The location where the item was previously found. You may view the previous location by selecting the location.<p><b>Username</b><br>The username of the individual who placed the item in the clipboard. This optional field is only visible in shared clipboard environments or when an administrator is managing the system clipboard.|,
|
||||
lastUpdated => 1052850265
|
||||
lastUpdated => 1101775494,
|
||||
},
|
||||
|
||||
'419' => {
|
||||
|
|
@ -6006,7 +6006,7 @@ How big (in pixels) should the thumbnail for this image be?
|
|||
'1055' => {
|
||||
message => q|WebGUI has a very powerful built-in discussion system called Forums. Forums are
|
||||
contained by the Message Board wobject, and may also be added to other wobjects
|
||||
sush as Articles or USS's.
|
||||
such as Articles or USS's.
|
||||
<p>
|
||||
Forums (aka Discussions) have many settable properties. The following is a comprehensive list:
|
||||
<p>
|
||||
|
|
@ -6048,7 +6048,7 @@ If a thread hasn't had a new message after this interval has expired then it wil
|
|||
<p>
|
||||
|
||||
<b>Edit Timeout</b><br>
|
||||
The interval of time that the user has to edit their message after their inital post.
|
||||
The interval of time that the user has to edit their message after their initial post.
|
||||
<p>
|
||||
<i>NOTE:</i> Don't set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.
|
||||
<p>
|
||||
|
|
@ -6103,7 +6103,7 @@ A group that is allowed to moderate messages.
|
|||
You can move an existing forum to another Message Board. If set to 'No Change' the forum will stay at the current board. This option is only available when editing an existing Forum.
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1099613976,
|
||||
lastUpdated => 1101775516,
|
||||
},
|
||||
|
||||
'793' => {
|
||||
|
|
@ -6302,7 +6302,7 @@ Allows a content manager or administrator to execute an external program. Takes
|
|||
|
||||
|
||||
<b>^FormParam();</b><br>
|
||||
This macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam("phoneNumber");
|
||||
This macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifying the name of the form field, like this: ^FormParam("phoneNumber");
|
||||
<p>
|
||||
|
||||
|
||||
|
|
@ -6349,7 +6349,7 @@ This can be used to retrieve information about the current page. For instance it
|
|||
<p>
|
||||
|
||||
<b>^SQL();</b><br>
|
||||
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:<p>
|
||||
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^^rownum; macro just like the SQL Report wobject. Examples:<p>
|
||||
^SQL("select count(*) from users","There are ^0; users on this system.");
|
||||
<p>
|
||||
^SQL("select userId,username from users order by username","<a href='^/;?op=viewProfile&uid=^0;'>^1;</a><br>");
|
||||
|
|
@ -6368,7 +6368,7 @@ A randomly generated number. This is often used on images (such as banner ads) t
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1094407066
|
||||
lastUpdated => 1101775527,
|
||||
},
|
||||
|
||||
'146' => {
|
||||
|
|
@ -6744,11 +6744,11 @@ What should the default authentication method be for new accounts that are creat
|
|||
|
||||
|
||||
<p>
|
||||
<b>NOTE:</b> Depending upon what authentication modules you have installed in your system you'll see any number of options after this point. The following are the options for the two defaultly installed authentication methods.
|
||||
<b>NOTE:</b> Depending upon what authentication modules you have installed in your system you'll see any number of options after this point. The following are the options for the two authentication methods installed by default.
|
||||
<p>
|
||||
|
||||
<b>Encrypt Login?</b><br>
|
||||
Should the system use the https protocol for the login form? Note that setting this option to true will only encrypt the authentication itself, not anything else before or after the authentication.
|
||||
Should the system use the HTTPS protocol for the login form? Note that setting this option to true will only encrypt the authentication itself, not anything else before or after the authentication.
|
||||
<p>
|
||||
|
||||
<h2>WebGUI Authentication Options</h2>
|
||||
|
|
@ -6766,7 +6766,7 @@ Should a user's password be expired when he is created by an administrator forci
|
|||
<br><br>
|
||||
|
||||
<b>Allow Users to Change Username?</b><br>
|
||||
Should users be allowed to change their usernames?
|
||||
Should users be allowed to change their Usernames?
|
||||
<br><br>
|
||||
|
||||
<b>Allow Users to Change Password?</b><br>
|
||||
|
|
@ -6803,7 +6803,7 @@ The LDAP Identity is the unique identifier in the LDAP server that the user will
|
|||
<br><br>
|
||||
|
||||
<b>LDAP Identity Name</b><br>
|
||||
The label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</i>. So you could enter that label here for consitency.
|
||||
The label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</i>. So you could enter that label here for consistency.
|
||||
<br><br>
|
||||
|
||||
<b>LDAP Password Name</b><br>
|
||||
|
|
@ -6811,7 +6811,7 @@ Just as the LDAP Identity Name is a label, so is the LDAP Password Name. Use thi
|
|||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1098327046
|
||||
lastUpdated => 1101775542,
|
||||
},
|
||||
|
||||
'account' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue