Cron webnotify and mailercontrib on Ubuntu server (Email and Notifications, Operating system, Setup, MailerContrib) |
How to enable cron for email notifications on Ubuntu server |
How to install Foswiki on Mac OS X Leopard (Installation, Operating system, ) |
|
How do you handle errors resulting from calls to CGI executables or REST handlers? (Development, ) |
How to handle errors resulting from calls to CGI executables or REST handlers |
Where can I find professional support? (Help and Support, Installation, Usage, ) |
|
How can I manually approve registrations? (Registration or Authentication or Authorisation, ) |
You have installed Foswiki, and the site is running nicely. However everyone and his uncle is registering on your site, including some "undesireables". How can you set up Foswiki so you can manually filter registrations? |
Where is the preview mode when editing (Editing, ) |
Description of editors and preview. |
What are the rules on form field names? Eg. Can they have spaces? (Data forms, ) |
Highlighting documentation in the System.DataForms topic regarding field naming rules/possibilities |
How can I set a topic variable using a HTML form button/elements? (Extension, Macros or Variables, SetVariablePlugin) |
Using Extensions.SetVariablePlugin to set a topic variable from user input/HTML form |
Why does FastCGI cause the browser to pause 15+ seconds on each view? (Accelerators or modperl or FastCGI, ) |
Some installations suffer a delay equal to the KeepAliveTimeout value configured in apache.conf |
Why can't I use BasicAuth to protect configure with FastCGI? (Registration or Authentication or Authorisation, ) |
|
Does Foswiki have encrypted groups or any other technique to restrict access all the way? (Access, ) |
|
My SEARCHes are a mess. How can I write them more clearly? (Search, ) |
Writing searches using sectional includes |
NatSkin and TinyMCE editor (Editing, Extension, NatEditPlugin, NatSkin) |
|
How do I stop a System.FormattedSearch using $formfield() from breaking TML tables? (Search, ) |
Tables constructed with TML markup are sensitive to newlines, so usage of $formfield() values containing them demands special attention |
configure tells me that I am "..using a version of $CGI that is know to have issues with Foswiki" (Configure, ) |
Some OS distributions ship versions of the perl CGI library that are known to have issues with Foswiki |
How can I rebuild my WikiUsers topic? (Registration or Authentication or Authorisation, ) |
Rebuild your WikiUsers topic with this search. Foswiki 1.1+ only |
I keep getting mysterious errors from RCS (Errors, ) |
What to do about inexplicable RCS errors |
How do I put raw text / Javascript / CSS in my topics? (Development, Editing, Frontend or Javascript or CSS, Usage, ) |
|
How should I set filesystem access modes? (Setup, ) |
How do I set up filesystem access modes correctly as an unprivileged user |
Does Foswiki require Javascript? (Setup, Usage, Other..., ) |
Information about Foswiki's use of Javascript |
A plugin I installed is not working. How can I troubleshoot it? (Debugging, Extension, ) |
Some plugins fail to work properly when they are installed. Here are some steps to get them going. |
How do I move data forms to the top of the topic? (Data forms, Editing, Usage, PatternSkin) |
How do I move data forms to the top of the topic? |
How can I use LESS for CSS using Less.js (Editing, Frontend or Javascript or CSS, ) |
|
How do I redirect users from old twiki install to new foswiki install urls? (Web server, ) |
Migrating to Foswiki - URL Rewrite rules |
How can I show the user's e-mail address in the Users topic? (Registration or Authentication or Authorisation, ) |
Adding the user e-mail address to the UserForm |
How can I stop the WYSIWYG editor leaving tables as HTML? (Editing, Extension, ) |
Explains how to use the WYSIWYG_STICKYBITS preference setting to ensure tables always convert to TML |
How can I tell what DEFs are generating certain parts of my skin/template output? (Development, Templates, ) |
Explains how to enable TRACE mode for debugging templates |
How can I process lists in Foswiki, or what is the modern replacement for ForEachPlugin? (Extension, Usage, ForEachPlugin) |
How to process lists in Foswiki, and convert usage of ForEachPlugin |
Login for foswiki-beginners-vm (Registration or Authentication or Authorisation, ) |
accessing the virtual machine |
How do I re-write DBQUERY as SEARCH{type="query"} ? (Extension, Search, DBCachePlugin) |
Explains how to re-write DBQUERY expressions into System.QuerySearch expressions |
Do I really have to hard-code a formatted search to suit a given form and its fields? (Extension, Search, FlexFormPlugin) |
A generic "pretty print" recipe for displaying all the formfields on a set of topics. |
How do I (bulk) import data into Foswiki? (Usage, Other..., ) |
Collection of resources related to bulk-importing data into Foswiki |
How can I stop the WYSIWYG editor converting tables to TML? (Editing, Extension, ) |
|
My Foswiki shows times in UTC/GMT, how do I fix that? (Configure, Internationalisation or Localisation, Setup, ) |
Explains how to set the {DisplayTimeValues} configure setting |
Basic configuration for Cyrillic support (Configure, Internationalisation or Localisation, Setup, ) |
|
How do I create two tables side by side? (Editing, Frontend or Javascript or CSS, ) |
Use div tags to make two tables appear side by side |
How do I configure Apache to always redirect users to my secure (https) site? (Security, Web server, ) |
A rewrite rule to redirect users to the https:// version of a site |
The new PatternSkin broke my Foswiki 1.0 system (Extension, Frontend or Javascript or CSS, Upgrading, PatternSkin) |
PatternSkin on 1.1 has moved away from backwards compatibility with Foswiki1.0. |
Create a Solr search form on any page (Extension, Search, SolrPlugin) |
|
How do I dump my topics' formfields out as XML? (Data forms, Other..., ) |
Demonstrate usage of QUERY and FORMAT to export formfield data in XML |
Can a SEARCH take another SEARCH's output as input? How to search all webs and subwebs, while excluding subwebs of a particular web (Search, ) |
Example of exploiting "inside-out, left-to-right" macro expansion behaviour to exclude a web (and its subwebs) from a SEARCH using an inner (nested) SEARCH |
Is there a nice way to make a (pre-computed) version of a slow page available, so Foswiki doesn't have to expand all its macros on every single view? (Other..., ) |
Demonstrates the output of a nested search that can be saved to a topic at the push of a button; useful for generating "static" versions of slow pages |
How can I SEARCH for topics which have some metadata (Eg. parent.name ) that I want to change? (Search, ) |
Demonstrate usage of SEARCH on parent.name with a way to more easily bulk-update pages. |
How do I capture a selection in a jqgrid for use in my wiki application? (Extension, Frontend or Javascript or CSS, JQGridPlugin) |
Demonstrates usage of Extensions.JQGridPlugin's multiselect and gridComplete parameters |
How can I report a list of topic children, with a total number of topics under each? (Search, ) |
Explains a nested search |
How can I more easily create topics that use System.DataForms - do I really need to write HTML code each time? (Data forms, Extension, User interface, FlexFormPlugin) |
Describes a helper topic that uses Extensions.FlexFormPlugin to make a reusable UI for creating and summarising System.DataForms topics |
How do I search for all child topics, including their descendants? (Extension, Search, DBCachePlugin, TreePlugin) |
Shows three options for searching through topics which are parent of a parent-child hierarchy |
When creating a topic from a template, can I make it so that %MACROs% are expanded on save? (Editing, Usage, ) |
Demonstrate usage of System.VarSTARTSECTION's expandvariables parameter in topic templates |
How do I remotely update topics (form fields)? (Other..., ) |
|
How can I create a simple Google Sitemap for Search Engine Optimisation? (Public websites, Search, ) |
|
How can I re-write image tag URLs with FilterPlugin's SUBST macro? (Extension, FilterPlugin) |
Demonstrates usage of Extensions.FilterPlugin's SUBST macro to re-write <img> tag URLs |
How can I broadcast a message to my wiki users, Eg. for maintenance reasons? (Macros or Variables, Usage, Other..., ) |
Explains the BROADCASTMESSAGE preference setting |
How can I use JQueryTextboxList on my own HTML input field (without using data forms)? (Extension, Frontend or Javascript or CSS, JQueryPlugin) |
|
How can I dynamically list only fields with values on a topic? (Data forms, Search, ) |
|
How can I create my own login box in a topic of my choice? (Registration or Authentication or Authorisation, ) |
|
How can I force WYSIWYG to save content as HTML (prevent conversion to TML?) (Editing, Extension, TinyMCEPlugin, WysiwygPlugin) |
|
Enabling word count in the editor (Editing, Extension, TinyMCEPlugin) |
Explains how to use the TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS setting to enable TinyMCE's wordcount plugin |
How can I determine which plugin might be causing me an issue (Debugging, ) |
Isolating performance or rendering issues to a plugin can be difficult. Here is one approach. |
How do I solve email issues (Configure, Debugging, Email and Notifications, Errors, Operating system, Registration or Authentication or Authorisation, ) |
Hints and tips for configuring and debugging email issues. |
How do I prevent Foswiki from automatically linking WikiWords? (Editing, Usage, ) |
|
Why can't I get a stack trace from Foswiki after a failure when using FastCGI? (Accelerators or modperl or FastCGI, Debugging, Development, FastCGIEngineContrib) |
Explains why CGI::Carp's fatalsToBrowser fails to emit a stack-trace on FastCGI Foswikis |
How do I enter file paths into a link? (Both local and UNC Names) (Browser, Editing, Security, Usage, ) |
Information on how to enter and use file system paths in html links. |
Search doesn't find words written in my language (Eg. Chinese), help! (Configure, Foswiki, Installation, Internationalisation or Localisation, ) |
Lists some troubleshooting steps for working with non-western languages in Foswiki. |
Can I hide the System web (Configure, Installation, Registration or Authentication or Authorisation, Security, ) |
Information on hiding the System web |
programatically Rename a Topic (Help and Support, ) |
|
Limitations in support for Dates (Internationalisation or Localisation, ) |
Dates between 1901 and 1951 don't work correctly |
What does "Max recursive depth reached" in the error log mean? (Debugging, ) |
Explaining recursive macros |
Can I use the Xxx editor with Foswiki? (Editing, Extension, User interface, ) |
|
How do I debug calls to third-party programs? (Debugging, Other..., ) |
How to debug problems that appear to come from programs that Foswiki calls |
How to make wiki text editing ("raw edit") default (Editing, ) |
How to make Raw Edit default |
How can I secure my Foswiki against hostile attacks? (Security, Web server, ) |
How can I secure my Foswiki against hostile attacks? |
[[Support.FaqTemplate][]] (, ) |
|
(obsolete) How do I safely upgrade a customized Foswiki installation (Upgrading, ) |
|
How does Foswiki find Perl libraries? And how do I change that? (Setup, ) |
Foswiki uses a number of external Perl libraries. This is how it finds them, and what you can do to change that. |
How do I create a Table of Contents? (Editing, Usage, ) |
|
Installation on Redhat (Installation, ) |
Installation on Redhat Linux distributions |
How do I find topics not listed on a topic? (Search, ) |
Stub topic template to create Frequently Asked Question topics with |
How do I use WYSIWYG with NTLM? (Editing, Extension, Registration or Authentication or Authorisation, ) |
Tips for using WYSIWYG with NTLM |
What is a "structured wiki", and what does it mean in Foswiki? (Data forms, Foswiki, ) |
A basic overview of structured data and it may be used in Foswiki |