KittMedia Logo
  1. Shop
    1. Categories
    2. Shopping Cart
  2. Hosting
  3. Blog
  4. Forum
    1. Unresolved Threads
Search
Everywhere
  • Everywhere
  • Forum
  • Products
  • Pages
  • Frequently Asked Questions
  • More Options

Posts by Black Rider

  • Login or register

    Login

    Lost Password

    Register

    Don’t have an account yet? Register yourself now and be a part of our community!

    Register Yourself
  • Cart
  1. KittMedia Shop
  2. KittMedia Forum
  • 1Page 1 of 7
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Our Products and WoltLab Suite 5.3

    • Black Rider
    • Nov 15th 2020

    Our designs now got an update to be fully compatible to WoltLab Suite 5.3.


    Also, Power Settings have been updated to be compatible with WoltLab Suite 5.3.


    For a direct update via administration panel (recommended), you have to add the following new package server:

    https://shop.kittmedia.com/pac…5-woltlab-suite-core-5-3/


    More information about package server:

    https://shop.kittmedia.com/package-server-list/


    The new version for KittMedia Shop and its sub-packages have made a huge progress and will be released soon.

  • Our Products and WoltLab Suite 5.3

    • Black Rider
    • Oct 20th 2020

    Currently, since WoltLab Suite 5.3 is on target to be released soon, we investigated whether our products are running with this version or not.


    All plugins that don’t belong to the KittMedia Shop can already be used in WoltLab Suite 5.3. Power Settings is the only plugin that needs an update according to the “to top button” functionality, but the other features already work well in WoltLab Suite 5.3.


    There are some template changes in WoltLab Suite 5.3, which requires updates for some designs. In order to keep them similar (to reduce potential problems during development), all designs will get an update, even if they don’t include any visible change.


    We’re also currently working on version 2.3 of the KittMedia Shop, which not only comes with support for WoltLab Suite 5.3 but for instance with an enhanced and fantastic customer and license management. Stay tuned for updates on this!

  • Forum Statistics Plugins: Possible conflict with each other

    • Black Rider
    • Aug 28th 2020

    I totally feel you …

  • Forum Statistics Plugins: Possible conflict with each other

    • Black Rider
    • Aug 27th 2020

    This has nothing to do with one or both of the plugins but is a common behavior of the framework itself. On the first visit, the users online box/page shows the status of the forum before you’ve visited it. For further information about why this is the case, you should contact WoltLab as they implemented it that way.

  • KittMedia Shop - Development

    • Black Rider
    • May 23rd 2020

    As promised you can now find the KittMedia Shop in version 2.2.0, which is fully compatible to WoltLab Suite 5.2. Additionally, we have a ready-to-go PayPal payment method and a package server product.

  • KittMedia Shop - Development

    • Black Rider
    • May 7th 2020

    As you might already have seen, the KittMedia Shop has been upgraded to version 2.2.0 Alpha 1 here at KittMedia. So it isn’t far from being finished and is getting released for WoltLab Suite 5.2 very soon! :party:

  • KittMedia Shop - Development

    • Black Rider
    • Apr 19th 2020

    Time has been running fast – and now it’s time to bump this thread!


    Starting by now, the KittMedia Shop is ready for launch in WoltLab Suite 3.0 and 3.1! An update für WoltLab Suite 5.2 will come shortly. :)

  • Our products and WoltLab Suite 5.2

    • Black Rider
    • Feb 17th 2020

    Since the design Switch hasn’t been adapted to the WoltLab Suite ever since, I’m really happy to announce the availability of Switch für WoltLab Suite 3.1 and 5.2!

  • Power Settings – lost drop down menus

    • Black Rider
    • Feb 15th 2020

    As customer of the WoltLab Plugin-Store you need to use the Plugin-Store Verification to view the support area and to get support.

  • Sentry Integration

    • Black Rider
    • Feb 3rd 2020

    That’s normal. As long as there are no issues there’s nothing to see in Sentry.

  • Sentry Integration

    • Black Rider
    • Feb 3rd 2020

    You can just use a PHP project for this. What do you mean by “verify”? If there is no error in your WoltLab Suite you won’t see anything in Sentry. You would need to force an error to verify the connection.

  • Sentry Integration

    • Black Rider
    • Feb 3rd 2020

    Hi there,


    where exactly are you struggling? Did you read the “How to start?” section in the plugin description on the plugin’s page?

  • Our products and WoltLab Suite 5.2

    • Black Rider
    • Feb 3rd 2020

    Starting by now, the design ExpressionSmoother – Design is finally available for WoltLab Suite 5.2. :)

  • Forum Category Custom Boxes

    • Black Rider
    • Jan 26th 2020

    In case of WoltLab it’s a custom plugin that adds this site. However, it’s also possible to easily create an own page in your administration control panel with these data as the buttons are static and can be linked statically.


    So, no magic needed here.

  • WSC 5.2 - Following sidebar

    • Black Rider
    • Jan 23rd 2020

    Just surround the code above with the following:

    CSS
    @include screen-lg { }
  • WSC 5.2 - Following sidebar

    • Black Rider
    • Jan 22nd 2020

    You could do this by setting the sidebar to sticky:

    CSS
    .sidebar {
    align-self: flex-start;
    position: sticky;
    top: 50px;
    }
  • Mega Menu

    • Black Rider
    • Jan 19th 2020

    Nearly nothing is impossible to integrate. However, there is much more effort than a few hours to integrate this.

  • WSC 5.2 - Go to top button in threads and messages

    • Black Rider
    • Jan 10th 2020

    The easiest way would be in overwriting the template threadPostList.


    Add the following before line 205 ({event name='messageFooterButtons'})

    Code
    <li><a href="#top" title="{lang}wcf.global.scrollUp{/lang}" class="button jsTooltip jumpToTop"><span class="icon icon16 fa-arrow-up"></span></a></li>

    And the following at the end of the template:

    JavaScript
    <script data-relocate="true">
    require(['WoltLabSuite/Core/Ui/Page/JumpToTop'], function(UiPageJumpToTop) {
    var buttons = elBySelAll('.jumpToTop');
    for (var i = 0; i < buttons.length; i++) {
    buttons[i].addEventListener(WCF_CLICK_EVENT, UiPageJumpToTop.prototype._jump.bind(this));
    }
    });
    </script>
  • Saved replies

    • Black Rider
    • Jan 8th 2020

    Hello,


    yes, it’s possible to give certain user groups permissions to allow or deny access to saved replies.


    If you want to, you can also try our demo to test it by yourself if it fit your needs:
    https://demo.kittmedia.com/order/

  • Our products and WoltLab Suite 5.2

    • Black Rider
    • Jan 1st 2020

    As you might already know, WoltLab Suite 5.2 has been published at the end of 2019. Thus I want to give you a short update about our products, if they are running well in WoltLab Suite 5.2 or not.


    The following plugins already have been updated and run well in WoltLab Suite 5.2:

    • About Us System
    • FAQ System
    • Header Image Changer (Banner Rotation)
    • Saved Replies (Personal Notes)
    • Mobile Settings
    • Mobile Style Changer / Mobile Detection
    • Partner System
    • Power Settings
    • Teaser Box – Slideshow

    These updates are for free for every customer that purchased the last major version!


    The following designs already have been updated and run well in WoltLab Suite 5.2:

    • Crystal Temptation - Design
    • Dreamily – Design
    • ExpressionSmoother – Design
    • Freedom of Life – Design
    • Hypidiomorphic – Design
    • The Depth of Blue – Design

    These updates are for free for every customer that purchased the last major version!


    The following applications/plugins will be updated shortly to run in WoltLab Suite 5.2:

    • KittMedia Shop
    • Team Box (Team Dashboard Box)

    These updates will be for free for every customer that purchased the last major version – except of the KittMedia Shop.


    This update will be for free for every customer that purchased the last major version!

  • 1Page 1 of 7
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
Change Style

Legal

  1. Imprint
  2. Privacy Policy
  3. Disclaimer
  4. Terms and Conditions
  5. Licenses

Helpful

  1. Frequently Asked Questions
  2. About us
  3. Package Server
  4. Plugin-Store Verification

External Links

  1. Preview Forum
  2. Order Demo
Powered by WoltLab Suite™ 5.2.10
  1. Navigation
  2. Shop
    1. Categories
    2. Shopping Cart
  3. Hosting
  4. Blog
  5. Forum
    1. Unresolved Threads
  6. Search
  7. Options
  8. Current Location
  9. KittMedia Shop
  10. KittMedia Forum
  1. User Menu
  2. Login
  3. Registration
  4. Cart
  5. Language
  6. English
    1. Deutsch
    2. English