From ad0b9b827696bab2d040e0e99bc86477a0e0809b Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 21 Jul 2003 22:46:10 +0000 Subject: [PATCH] Help files git-svn-id: https://develop.svn.wordpress.org/trunk@264 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/help/en/linkcategories.php.htlp.html | 52 +++++++++++++++++++ wp-admin/help/en/linkmanager.php.help.html | 11 ++-- wp-admin/help/en/links.import.php.help.html | 40 ++++++++++++++ 3 files changed, 96 insertions(+), 7 deletions(-) create mode 100644 wp-admin/help/en/linkcategories.php.htlp.html create mode 100644 wp-admin/help/en/links.import.php.help.html diff --git a/wp-admin/help/en/linkcategories.php.htlp.html b/wp-admin/help/en/linkcategories.php.htlp.html new file mode 100644 index 0000000000..498db825aa --- /dev/null +++ b/wp-admin/help/en/linkcategories.php.htlp.html @@ -0,0 +1,52 @@ + + + + WordPress — Docs + + + + + + + + + +
+ +

WordPress

+ +

Reference

+
+ + +
This drop down list contains all the link categories you have defined. + When used in conjunction with the 'Delete' or 'Edit' button it allows you to + delete or edit (rename) the selected category.
+ + + + +
Here you can create a new link category. There is an input box for the + name of the category. There is a checkbox for the auto-toggle state of the new + link. Type in the name, click the check box if you want this category to be + auto-toggle, then click on the 'Add it!' button.
+ +
Auto-toggle
+ +
Auto toggle is a setting for a link category. Setting this to on means + that whenever you edit links in this category, the system will only allow one + link at a time to be visible. If you set a link to be visible, or create a new + link with a visible state, the system will automatically turn off the + visibility of all the other links in that category. Some suggestions for this + functionality include a set of 'Mood' links, only one of which is 'active' at + any time; or a collection of links to CD's and set the one to which you are + currently listening to visible. All the other links will automatically be made + invisible.
+ +
+
+
+ + \ No newline at end of file diff --git a/wp-admin/help/en/linkmanager.php.help.html b/wp-admin/help/en/linkmanager.php.help.html index 931b8226cb..99fd6b6805 100644 --- a/wp-admin/help/en/linkmanager.php.help.html +++ b/wp-admin/help/en/linkmanager.php.help.html @@ -81,7 +81,7 @@ Displayed as the click-able words in your template (if not using the image), or the alt text for the image if an image is displayed. -
  • Image: THe path to the iamge for this link.
  • +
  • Image: The path to the image for this link.
  • Description: The description for the link. Displayed after the image or name.
  • @@ -94,11 +94,11 @@ displayed, it can be displayed as an image or a number of characters or images of your choice. -
  • Target: The target for this link. '_blank' +
  • Target: The target for this link.
    '_blank' means open the link in a new browser window (this setting is regarded as - unfriendly to your readers and not recommend). '_top' means the + unfriendly to your readers and not recommend).
    '_top' means the main window of the user's browser (only really relevant if your blog is - frame based). 'none' this is the recommended setting.
  • + frame based).
    'none' this is the recommended setting.
  • Visible: Yes means this link is visible, No means it is not. This allows you to temporarily remove a link from your blog @@ -113,9 +113,6 @@ and add the new link

    -
    Tag
    -
    description.
    - diff --git a/wp-admin/help/en/links.import.php.help.html b/wp-admin/help/en/links.import.php.help.html new file mode 100644 index 0000000000..301d9b2886 --- /dev/null +++ b/wp-admin/help/en/links.import.php.help.html @@ -0,0 +1,40 @@ + + + + WordPress — Docs + + + + + + + + + +
    + +

    WordPress

    + +

    Reference

    +
    + +
    OPML Code
    +
    Enter the URL of your OPML code from blogrolling.com.
    + + + +
    Select the link category to which you want to have the imported links + added.
    + +
    Import!
    +
    Click this button to start the import. You will see a little bit of + feedback to show you whether the import was successdul or not.
    + +
    +
    +
    + + \ No newline at end of file