You are here:
Foswiki
>
System Web
>
Contribs
>
TipsContrib
>
TipsOfTheDay
>
TipsOfTheDayAdmin
>
TipsOfTheDayAddNew
(15 Jul 2015,
ProjectContributor
)
(raw view)
E
dit
A
ttach
---+ Add New Tip Of The Day There are *Custom Tips* maintained on your local %WIKITOOLNAME% installation, *Official Tips* distributed with the Tips Contrib, and *Plugin Tips* maintained by Plugin authors. ---++ Add a Custom %WIKITOOLNAME% Tip Custom tips are located in the %USERSWEB% web. You can add custom tips that are specific to your installation and to your organization in general. <form name="newlocal" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%USERSWEB%/"> <!-- | Last topic: | %CALC{$SET(ctopic, %SEARCH{ "CustomTipTopic[0-9]" scope="topic" web="%USERSWEB%" type="regex" nosearch="on" nototal="on" reverse="on" limit="1" format="$topic" }%)$GET(ctopic)}% | | Next available: | %CALC{$SET(cnext, $INT($VALUE($GET(ctopic)) + 1))$GET(cnext)}% | | Zero pad to 3: | %CALC{$SET(cnext, $REPLACE(0000$GET(cnext),1,$INT(1 + $LENGTH($GET(cnext)))))$GET(cnext)}% | | New topic name: | %CALC{$SET(ctopic, CustomTipTopic$GET(cnext))$GET(ctopic)}% | --> <input type="hidden" name="topic" value="%CALC{$GET(ctopic)}%" /> <input type="hidden" name="onlynewtopic" value="on" /> <input type="hidden" name="templatetopic" value="%SYSTEMWEB%.TipsOfTheDayTemplate" /> New Custom Tip: <nop>%CALC{$GET(ctopic)}% <input type="submit" value="Create" class="foswikiSubmit" /> </form> ---++ Add an Official Tip Official tips are located in the %SYSTEMWEB% web. Please do not submit new tips on your local installation since they will get lost on a upgrade. Contribute to the Tips Contrib to add new official tips. <form name="new" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"> <!-- | Last topic: | %CALC{$SET(ttopic, %SEARCH{ "TipTopic[0-9]" scope="topic" type="regex" nosearch="on" nototal="on" reverse="on" limit="1" format="$topic" }%)$GET(ttopic)}% | | Next available: | %CALC{$SET(tnext, $INT($VALUE($GET(ttopic)) + 1))$GET(tnext)}% | | Zero pad to 3: | %CALC{$SET(tnext, $REPLACE(0000$GET(tnext),1,$INT(1 + $LENGTH($GET(tnext)))))$GET(tnext)}% | | New topic name: | %CALC{$SET(ttopic, TipTopic$GET(tnext))$GET(ttopic)}% | --> <input type="hidden" name="topic" value="%CALC{$GET(ttopic)}%" /> <input type="hidden" name="onlynewtopic" value="on" /> <input type="hidden" name="topicparent" value="TipsOfTheDay" /> <input type="hidden" name="templatetopic" value="TipsOfTheDayTemplate" /> New Official Tip: <nop>%CALC{$GET(ttopic)}% <input type="%CALC{$IF($EXACT($LOWER(%HTTP_HOST%),foswiki.org),submit,hidden)}%" value="Create" class="foswikiSubmit" /> </form> ---++ Add a Tip for a Plugin If you are a Plugin author you can ship your Plugin Package with one (or more) tip of the day topic. Create the Plugin tip of the day topic here, then package it with your Plugin. <form name="new" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"> <input type="hidden" name="onlynewtopic" value="on" /> <input type="hidden" name="topicparent" value="TipsOfTheDay" /> <input type="hidden" name="templatetopic" value="TipsOfTheDayTemplate" /> New Plugin Tip: <input type="text" name="topic" value="TipTopicForMyPlugin" size="30" class="foswikiInputField" /> <input type="submit" value="Create" class="foswikiSubmit" /> (replace =MyPlugin= with the name of your Plugin, without the Plugin suffix (i.e, =TipTopicForSpreadSheet= if it was for the SpreadSheetPlugin)) </form> --- *Related:* TipsOfTheDay, TipsOfTheDayAdmin, TipsOfTheDayTemplate
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r1 - 15 Jul 2015,
ProjectContributor
System
Log In
or
Register
Toolbox
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
BeginnersStartHere
TextFormattingRules
Macros
FormattedSearch
QuerySearch
DocumentGraphics
SkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
SiteTools
DefaultPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
GEO_CitSci
GEO_SIF
GEO_Spain
Main
Sandbox
System
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki?
Send feedback