mybb | MyBB is a free and open source forum software | Collaboration library

 by   mybb PHP Version: mybb_1834 License: LGPL-3.0

kandi X-RAY | mybb Summary

kandi X-RAY | mybb Summary

mybb is a PHP library typically used in Web Site, Collaboration applications. mybb has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has medium support. You can download it from GitHub.

MyBB is a free and open source forum software.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mybb has a medium active ecosystem.
              It has 931 star(s) with 390 fork(s). There are 97 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 247 open issues and 2141 have been closed. On average issues are closed in 172 days. There are 44 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of mybb is mybb_1834

            kandi-Quality Quality

              mybb has 0 bugs and 0 code smells.

            kandi-Security Security

              mybb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              mybb code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              mybb is licensed under the LGPL-3.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              mybb releases are available to install and integrate.
              It has 159647 lines of code, 1555 functions and 521 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed mybb and discovered the below as its top functions. This is intended to give you an instant insight into mybb implemented functionality, and help decide if they suit your requirements.
            • Insert a post
            • Split one or more posts
            • Execute a thread moderation
            • Decode a string
            • Insert a new PM .
            • Update user data .
            • Load a user
            • Rebuild code buttons
            • Generate alter table
            • Parse a message
            Get all kandi verified functions for this library.

            mybb Key Features

            No Key Features are available at this moment for mybb.

            mybb Examples and Code Snippets

            No Code Snippets are available at this moment for mybb.

            Community Discussions

            QUESTION

            PHP function, always returns same output
            Asked 2020-Oct-26 at 21:13

            below there's a code that I use very often on my website (it's a MyBB forum) and there's a specific web page where I have written it 10+ times.

            To make code easier to read I decided to turn it into a function and call it with different arguments each time. Unfortunately it isn't working, for some reason I keep getting the $fail code while without the function I get $success.

            It's the first time I use PHP functions but from what I read at w3schools I should be doing good, theoretically. Not much when coming to practice. Mind checking my syntax and tell me if it is wrong?

            ...

            ANSWER

            Answered 2020-Oct-26 at 21:13

            You need to add all the necessary parameters to the function, and $mybb also needs to be passed as an argument.

            $pid isn't used in the function, so you don't need to pass that as an argument.

            Source https://stackoverflow.com/questions/64544961

            QUESTION

            MyBB redirects to www.www
            Asked 2020-Aug-04 at 16:07

            I am working on setting up a MyBB forum with https enabled. I've got TLS set up and enabled and https redirect is enabled by my host.

            Direct links like http://www.example.com/index.php and example.com/index.php correctly redirect to https://www.example.com/index.php. But any any attempts to go straight to to https://www.example.com/ go to https://www.www.example.com/. Does anyone have any ideas about what might cause this?

            My .htaccess file is as follows (mostly taken from MyBB's default .htaccess setup.)

            ...

            ANSWER

            Answered 2020-Aug-04 at 16:07

            This turned out to be a browser caching issue.

            Source https://stackoverflow.com/questions/63249698

            QUESTION

            getting data for d3.js from mysql with php
            Asked 2020-Jul-11 at 10:24

            I'm really new to d3.js and not an expert in javascript. But for my bachelor thesis I need to fetch some data from a mysql database and convert the result to json. Now i'm at a point where i stuck. I try to use this Tutorial and it works kind of... but i've got trouble with the data when i try to connect it to d3.

            my php file looks like

            ...

            ANSWER

            Answered 2020-Jul-11 at 10:24

            Since you are returning data as a JSON from your script, when loading the data with D3, you need to use d3.json:

            Source https://stackoverflow.com/questions/62835311

            QUESTION

            Optimal way to extract data from string in VBA
            Asked 2020-Jun-22 at 02:22

            Hi all, like many I am transforming my covid time to coding. Coviding? :)

            I need to extract substrings from a string with VBA in Excel, and would appreciate suggestions on the solutions available. I thought regex would be the way to go, but am actually quite uncertain as I am fairly unfamiliar with regex and this is perhaps to complicated for it. Perhaps there is some much more simple solution that I am unaware of, any suggestions very much appreciated.

            The strings originate in the english language files of the open source mybb forum. I am creating an excel workbook to assist translators, which I will donate to their community.

            What is needed is the html removed, and each substring placed in adjacent cells. The pattern is:

            • before <
            • between > and <
            • text after >

            Examples of the strings are (without first and last quotation mark):

            Example 1:

            ...

            ANSWER

            Answered 2020-Jun-21 at 06:27

            Assuming your source strings are in column A:

            Source https://stackoverflow.com/questions/62492823

            QUESTION

            How can I match all MyCode, including nested tags, in regex?
            Asked 2020-May-03 at 20:04

            MyCode is a tag-based formatting system for MyBB. Example formats relevant to capturing it are:

            ...

            ANSWER

            Answered 2020-May-03 at 20:04

            While it's technically correct, strictly speaking, that you can't use regular expressions here, it's more of a wrong statement than a right one. Very few languages have a strictly regular implementation of regex, and the most popular regex library (PCRE) has no issues with this task.

            Now, doing this in regex is a terrible idea. ReDoS, readability, maintainability, etc., are each so bad with regex, that just by themselves, these issues could rule out a regex-based approach.

            But here's a regex based solution anyway: https://regex101.com/r/q0zNBU/1

            Source https://stackoverflow.com/questions/61574043

            QUESTION

            Website page takes a while to load images
            Asked 2020-Feb-10 at 20:17

            So I have a page on my website that has an image slider but the resolution of the images that I load is 4032x3024 and it takes a while. They're JPEG images. I still want to show the full resolution of the images. Is there a way I can load maybe a lower resolution version first then when the good image is fully loaded, I just swap them.

            Here's my code:

            ...

            ANSWER

            Answered 2020-Feb-10 at 20:17

            A good option would be to use compressed images. Once an image is compressed, it can take up to about 1/3 or even 1/4 of the size it originally took. Since the file is smaller, it takes less time for the browser to load it, which means faster loading times. For example there's websites like TinyJPG that can help you optimize/compress your images. You can pass from a 5MB image file to a 380KB image file without losing too much resolution. That improves a lot the loading speed and time of your website. You can also cache the images in the browser. But that's maybe a little bit too complicated for your project. Those are two easy ways to optimize the loading speed. Google has a nice tool that let's you check the efficiency of your website. It's called Google Page Insights. It can help you see where you can or need to improve your website and will suggest you solutions if needed. I hope this helps!

            .

            Research:

            Source https://stackoverflow.com/questions/59757405

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mybb

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Collaboration Libraries

            discourse

            by discourse

            excalidraw

            by excalidraw

            forem

            by forem

            flarum

            by flarum

            community

            by kubernetes

            Try Top Libraries by mybb

            mybb2

            by mybbPHP

            merge-system

            by mybbPHP

            docs.mybb.com

            by mybbHTML

            mybb.com

            by mybbHTML

            docker-compose

            by mybbShell