Mybb



  • A collection of exciting themes to truly spice up your board! Each of the downloads in this section is intended for the most recent version for MyBB 1.6. To view downloads for older versions of MyBB, see our archived downloads section.
  • The MyBB 1.6 series reached end of life on October 1, 2015. This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

MyBB is the free and open source forum software powering thousands of engaging, vibrant, and unique communities across the internet. Download now Take the feature tour. There are plenty of reasons to use MyBB, but these are some of our favorites. Fragen zu Funktionen oder Fehlern des Forums - dieses Forum steht auch nicht registrierten Benutzern offen. MyBB is an open source forum application that is intuitive to use, extensible, and packed with features. Its active community provides plugins and modifications, support, tutorials, and more.

This plugin adds a tool to quickly upload and attach images to posts. Images are uploaded to our website, so there is no need to worry about disk space or web server configuration. When an image is uploaded using this plugin's button, bbcodes for a thumbnail and a link to the original image are automatically generated and inserted into the post.

Installation instructions

  • Select MyBB version:
  1. Unpack the downloaded archive into the ./inc/plugins/ subdirectory of your MyBB installation.



Installation complete. You can now use Postimage on your website:

  1. Unpack the downloaded archive into the ./inc/plugins/ subdirectory of your MyBB installation.



Installation complete. You can now use Postimage on your website:

Options

All versions of PostImage site plugins support a number of options to customize user experience. The easiest way to set an option is to specify it in the address of the plugin. Options are separated by dashes and may be specified in any order. For instance, in order to switch a phpBB plugin to German and to specify that all images uploaded from the site are family-safe, you can import the plugin by editing the appropriate line to look like this:

If an option from a group is not specified, the default value for the group is used. The following options are currently supported:

Content type

  • mixed (default) : Allow users to choose the content of uploaded images individually. Conflicts with family and adult.
  • adult : Mark all images uploaded from this site as adult (18+). Users will not be presented with an option to choose content type. Conflicts with family and mixed.
  • family : Mark all images uploaded from this site as family-safe. Users will not be presented with an option to choose content type. Conflicts with family and mixed.
    Note: by using this option you promise us not to upload images containing pornography, adult or mature content from your website. Violation of this promise may lead to all of your images being destroyed and to your forum getting banned forever.

Preview size

  • thumb (default) : Use small (up to 180x180px in size) previews.
  • hotlink : Use large (up to 1280px pixels wide) previews.

Language

Mybb Qatar University

Postimage button text can be displayed in a number of supported languages. You can use any of the following language names as an option. Also please note that many translations are incomplete so far and fall back to English text; you can help us fix this by contributing a translation.

arabic
azerbaijani
basque
bulgarian
catalan
chinese_traditional
czech
dutch
estonian
french
german
gujarati
hindi
icelandic
italian
kazakh
korean
kyrgyz
latvian
macedonian
marathi
Mybbsi login
nepali
panjabi
polish
portuguese_brazil
russian
Mybba
serbian_lat
slovenian
spanish_america
swedish
tamil
thai
turkmen
urdu
vietnam
zulu

Advanced

You can customize options such as PostImage button appearance by inserting a postimage_customize() function in your JavaScript code before the invocation of PostImage plugin. The function should probably look as shown below: there are three objects that will be applied to styles of the icon, the link, and the container. You can set there any CSS properties you need. If you do not want to override the default values but only want to modify or add a specific style option, your function should probably look like this:

Support

Please contact us if you have any problems or questions. We can even help you integrate your website with us for free!

The 1.6 Documentation is no longer maintained and some information may be outdated.

The MyBB 1.6 series reached end of life on October 1, 2015.

This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

MyCode is used to format posts in MyBB. If you know HTML, MyCode will not be a problem. MyCode is enclosed in square brackets: [ ]

There are several types of MyCode:

  • Those with an opening tag and a closing tag like the bold tag: [b]text[/b]
  • Those with only one tag: [hr]
  • Those with attributes within the tags: [font=Comic Sans MS]This will be in Comic Sans MS[/font]
  • Those that need an opening tag, a closing tag, and tags in the middle (such as in lists)
  • There is Custom MyCode

Contents

  • 2Text Formatting
  • 3Preformatted Text
  • 4Images and Attachments
  • 5Links
  • 6Lists

This is a quick list of all of the default MyCode. Following this list, there is a more detailed description of each MyCode.

bold[b][/b]
italic[i][/i]
underline[u][/u]
strikethrough[s][/s]
URL[url]http://url.com[/url]
[url=http://url.com]My URL[/url]
email[email][email protected][/email]
[[email protected]]My Email[/email]
quote[quote][/quote]
[quote=Author][/quote]
code[code][/code]
[php][/php]
image[img]http://mysite.com/mypic.jpg[/img]
font color[color=red][/color]
font size[size=3][/size]
font face[font=tahoma][/font]
text alignment[align=center][/align]
listing[list][/list] and [*]

Syntax

Examples

Results

Bold text
Italicized text
Underlined text
Strikethrough text

Syntax

Examples

Results
XX-Small
X-Small
Small
Medium
Large
X-Large
XX-Large

Syntax

Examples

Results
This is in Tahoma
This is in Courier

Syntax

Examples

Results
This is red
This is green
This is blue, in Hex form

Syntax

Examples

Results

Left-aligned

Center-aligned

Right-aligned

Justified

(Justified is more noticeable when there are large blocks of text. )

Syntax

Examples

Results
<div>Text Here.. <- Those spaces won't be merged</div>
<a href='http://domain.com/'>Text Here..</a>

Syntax

Examples

Results
<?php echo 'Hi!'; ?>
<?php
// Comment
$mybb->user['var'] = 'Hi';
?>

Syntax

Examples

Results

Syntax

Examples

Results
[icon] mybb_1403_patches.txt (Size: 2.16 KB / Downloads: 1125)

NOTE: This shortcut only works for attachments that are attached to the post you are writing. It does not allow you to include attachments from other posts.

Mybbyrewards

Syntax

Examples

Results
https://community.mybb.com
Support Communtiy

Syntax

Examples

Results
[email protected]
E-mail Me!
E-mail with subject 'spam'

Syntax

Bbi

Examples

(The indentation of the inner list is only for readability, it is not required)

Results
To Do:

  • Fix the boiler
  • Buy:
    • Eggs
    • Milk
  • Call mother

Mybbsi Login

Syntax

Examples

Results
To Do:

  1. Fix the boiler
  2. Buy eggs & milk
  3. Call mother

Mybb Themes

Syntax

Examples

Mybbubenefits Center

Results
To Do:

a. Fix the boiler
b. Buy eggs & milk
c. Call mother

Mybbyo

Archive Mode - Attachments - Multiquote - MyCode - Polls - Private Messages - Reputation - RSS Syndication - Search Engine Friendly URLs - Smilies - Subscriptions - User Groups - User Referrals - Warning System

Www.mybbubenefits.com

This is obviously not the complete feature list. See Features.