Difference between revisions of "Manager"

From Mibbit Wiki
Jump to: navigation, search
(Preview)
(new mngr is pretty different)
Line 2: Line 2:
 
{{RightTOC}}
 
{{RightTOC}}
  
The [http://widget.mibbit.com/manager/ Mibbit Wiki Manager] allows users to create settings for widgets without having to rely on an account that is for users of the main Mibbit Client. This allows for less storage space, as information such as "Profile", "Channels", and "Logs"
+
The [http://widget.mibbit.com/manager/ Mibbit Widget Manager] allows web masters to manage the settings (e.g., colors, layout, user menues etc) for their widget.
  
 
== How To Use (Brief) ==
 
== How To Use (Brief) ==
# Create a new widget account or log in if you already had a widget account setup. If you used an account on the main client, the IDs were copied, and are usable.  Once logged in, the home page will still be there, but in the header, links to account, prefs, preview, and logout appear on the gray bar in the header.
+
# Create a new widget account or log in if you already had a widget account setup. Once logged in, the home page will show an input form for your server and channel(s). Use the code provided in the "Home" tab to update your html code.Also "Account", "Prefs", and "Logout" appear.
# Set your preferences.  From the things in the account
+
# Set/edit your Prefs and hit "Save preferences"
#Use the url provided in the [Preview] tab, and update your html code.
 
  
 
== Settings ==
 
== Settings ==
Line 13: Line 12:
 
=== Account ===
 
=== Account ===
  
Account has three settings.  The two visible ones are Email Address and Website.  These will be used in case of abuse.  The third is through a blue link above the "Save and Close" button for changing the password.  Clicking it opens an inline box for changing password.  Remember, the password must be between 4 and 16 characters, and is for logging into the Manager.
+
Account has three settings.  The two visible ones are Email Address and Website.  These will be used in case of abuse.  The third is through a blue link above the "Save and Close" button for changing the password.  Clicking it opens an inline box for changing password.  Remember, the password must be between 4 and 16 characters, and is for logging into the Manager (case sensitive).
  
 
=== Preferences ===
 
=== Preferences ===
  
These are currently very similar to the preferences of the main client. Don't reload the '''Manager''' after saving changes, reload the widget '''preview''' window instead!
+
These are currently very similar to the preferences of the main client. Don't reload the '''Manager''' after saving, reload your '''Widget''' window instead to check the effect of the changes!
 
 
== Preview ==
 
 
 
The Preview tab lets users get a URL for linking to on web pages.  Pick the server, pick the channel, and choose which options that are enabled or disabled.  It does not actually show the widget for previewing, but it gives a link (in blue) below the white box for the [[Widget#Linking_to_Widgets|code]] on web pages.
 
 
 
Say one wanted to link to irc.mibbit.com/mibbit, (note that these are defaulted, and putting them into the manager takes the values out of the link if you put them in) in the server textbox, that person would place "irc.mibbit.com" and in the channel textbox, that person would put "#mibbit".
 
 
 
The checkboxes allow different functions of the widget that are not set in preferences due to the fact they would be useful in specific cases, and not in general cases.
 
 
 
* No Server Tab makes it so that server tabs are not shown to users.  Certain functions are tough to do without a server tab, and if the widget is used by operators, should be visible.
 
* No Server Notices disables the ability to see server-wide notices.
 
* No Server MOTD disables showing the MOTD to users when they start the widget.
 
* Autoconnect makes it so that users do not choose their nickname.  It must be [[autoconnect|set in the channel]] before being usable. Don't check it if you don't be sure that you need it or idf you prompt the user for a password or a channel-key!
 
* Force Prompt requests passwords from users before they can attempt to join the channel.
 
  
  
 
[[Category:Widget]][[Category:Support]][[Category:How To]]
 
[[Category:Widget]][[Category:Support]][[Category:How To]]

Revision as of 12:26, 26 December 2009

API | URI Parameters | Auto Connect


The Mibbit Widget Manager allows web masters to manage the settings (e.g., colors, layout, user menues etc) for their widget.

How To Use (Brief)

  1. Create a new widget account or log in if you already had a widget account setup. Once logged in, the home page will show an input form for your server and channel(s). Use the code provided in the "Home" tab to update your html code.Also "Account", "Prefs", and "Logout" appear.
  2. Set/edit your Prefs and hit "Save preferences"

Settings

Account

Account has three settings. The two visible ones are Email Address and Website. These will be used in case of abuse. The third is through a blue link above the "Save and Close" button for changing the password. Clicking it opens an inline box for changing password. Remember, the password must be between 4 and 16 characters, and is for logging into the Manager (case sensitive).

Preferences

These are currently very similar to the preferences of the main client. Don't reload the Manager after saving, reload your Widget window instead to check the effect of the changes!