Hinweise zum schreiben eines Beitrags
- Internet- und E-Mail-Adressen werden automatisch umgewandelt.
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <swf>
- Zeilenumbrüche und Absätze werden automatisch erkannt. Die Tags für Zeilenumbrüche (
<br />) und Absätze (<p></p>) werden automatisch eingefügt. Wenn Absätze nicht erkannt werden, sollten noch einige Leerzeilen eingefügt werden. -
Flash Filter
The basic syntax for embedding a flash file (.swf), flash movie (.flv) or audio file (.mp3) is:
[flash:filename.swf]
If you would like to override SWF Tools and flash player default settings, you can specify additional parameters. For example:
Flash Filter will accept following parameters:- params : You can specify values for output inside <param>
tags with the <embed> html. Typical values are
bgcolor and wmode. Example:
params="wmode=true&&bgcolor=#00FF00" - flashvars : You can specify values for output as flashvars, which
become available to the flash player. Refer to the
documentation of the flash player you are using to
know what flashvar options are available.
Example:
flashvars="autostart=true&&volume=80" - files : Optional list of files to be passed, you'll normally define
files relative to your Drupal files directory.
Example:
files="name1=image.jpg&&name2=movie.flv" - methods : Optional information about how to display the file. The most
common usage is to specify a particular media player and
thus override the settings page.
Example:
methods="player=onepixelout_mp3"
WARNING: with params, flashvars and othervars, pass multiple values separated by &&.
- params : You can specify values for output inside <param>
tags with the <embed> html. Typical values are
bgcolor and wmode. Example:
- Linking Nodes To Other Nodes
You can link nodes to other nodes using the following syntax:
[node:node_id,title="val2"]
Some examples:
[node:123]
[node:123,title="original"]
Currently available parameters:
Allowed parameters for webform nodes: Allowed parameters for blog nodes: title Allowed parameters for book nodes: title Allowed parameters for forum nodes: title Allowed parameters for image nodes: title Allowed parameters for simplenews nodes: Allowed parameters for erlebnistour nodes: Allowed parameters for feed nodes: Allowed parameters for filme nodes: Allowed parameters for immo nodes: Allowed parameters for page nodes: Allowed parameters for story nodes: title Allowed parameters for unterkunft nodes: Allowed parameters for video nodes: Site admin: If there are properties of a node that you want to allow your users to modify when referring to them, you can specify those in the filter configuration.