Posts by WebMaster
-
-
WebMaster added a new version:
FileVenner--system for Woltlab Suite 5.5.0 5.5.2
En liten oppdatering i XML fila
Den engelske XML fila er det også en oppdatering i som ligger ved herWebMasterJuly 31, 2022 at 9:01 PM QuoteEn liten oppdatering i XML fila
-
WebMaster added a new file:
FileVenner--system for Woltlab Suite 5.5.0
Legger til et vennesystem til Woltlab Suite Dette vennesystemet er uavhengig av følgersystemet og tilbyr følgende funksjoner:WebMasterJuly 31, 2022 at 9:01 PM QuoteEn rullegardinmeny vises i panelet som viser de sist aktive vennene dine. Vennskap utvikles kun med samtykke fra begge parter: den ene sender en forespørsel, den andre godtar den eller avviser den. Brukere får et varsel når en eller flere av vennene deres har bursdag. En liste over alle venner vises i profilen, i tillegg til listen over følgere eller besøkende. Vennskap kan publiseres som en aktivitet. Bekymringer om personvern? Alle punktene som er nevnt er under full kontroll av brukerne dine. Hvis du ikke vil fortelle vennene dine at det er bursdagen din, kan du gjøre dette ved å fjerne merket i en avmerkingsboks. På samme måte er publisering av vennskap som en aktivitet slått av som standard, og det krever at det tilsvarende alternativet er aktivert for begge brukerne for at en aktivitetsoppføring skal genereres. Etc… Den kan også blokkere alle innkommende forespørsler i tilfelle en bruker ikke er interessert i vennskap. Ny (3.0.3): Noen funksjoner kan deaktiveres globalt. (ACP → Moduler → Friends System) Ny (3.0.3): Følgersystemet kan undertrykkes. (ACP → Moduler → Friends System)
-
Source: https://pluginstore.woltlab.com/file/7054-lottie-player/
-
We have just released new versions of our products:
- WoltLab Suite 5.4.6
- WoltLab Suite 5.3.13
- WoltLab Suite 5.2.15
- WoltLab Suite 3.1.23
Stability releases (also known as "minor releases") aim to solve existing problems in the current version. Like every stability release, they do not introduce new features; It is strongly recommended to apply these updates.
How to Apply Updates
Open your Administration Control Panel and navigate to Configuration > Packages > List Packages. Please click on the button Search for Updates located in the right corner above the package list.
Notable Changes
The list below includes only significant changes, minor fixes or typos are generally left out.
WoltLab Suite Calendar
- Creating a menu link to the list of a user's events erroneously did not require entering a user ID. 5.2
- Required input fields in inactive categories no longer block submitting the form for events. 5.4
WoltLab Suite Filebase
- Inactive form elements no longer block form submission. 5.3
- Moving selected files to the trash bin properly removes the selection afterwards. 5.2 3.1
WoltLab Suite Forum
- Some actions in the dropdown for marked topics, such as moving, were without function within a thread. 5.4
- Errors in determining the similar threads, for example if the search index is broken, no longer lead to an error message when submitting a thread. 5.4
- The hover text of the done marker is now updated correctly when the status is changed. 5.3
- A calculation error when loading new posts at the bottom of the page was fixed. 5.3
- Displaying advertisements when accessing a deleted thread no longer results in an error message. 5.3
- After creating a new forum, checkboxes in the form are correctly reset to default value. 5.2
- The canonical URLs of the first page of a forum were corrected. 5.2
WoltLab Suite Gallery
- Albums without content are no longer part of the sitemap. 5.2 3.1
WoltLab Suite Core: Elasticsearch
- Elasticsearch server version check no longer results in error messages when an HTTP server responds but it is not an Elasticsearch server. 5.4
- The creation of the search index for plugins with capital letters in the internal identifier has been fixed. 5.3
- A problem with selecting other sorting criteria was fixed. 5.2
WoltLab Suite Core
- Updating users now removes database entries of title images that no longer exist in the file system. 5.4
- Guest messages now correctly show Guest as user name in moderation. 5.4
- Recent activities now show article labels. 5.4
- "Mark all articles as read" now also removes the red number from the submenus of the main menu. 5.4
- Editing styles could sometimes leave an empty language variable in the system, which would cause the style description to be displayed in various places. This is now prevented and the erroneous language variable is deleted. 5.4
- The style import now downloads Google Fonts correctly. 5.4 5.3
- The user experience of logging into the administration interface has been improved by making the web browser input fields mandatory. 5.4
- A localized page title is now correctly stored in the QR code for setting up multi-factor authentication with smartphone app ("TOTP"). 5.4
- Support for Unicode characters ("umlauts") in smiley titles has been fixed. 5.4
- About 2% of generated session IDs could not be read correctly from the cookie on the next request. This issue could result in a user not being logged in correctly despite a success message when logging in, if the user received an affected session ID for the user change. 5.4
- Cookies get the SameSite=none attribute when embedding in frames is allowed, to ensure functionality. 5.4
- The list of users to activate when activated by the administrator no longer lists banned users. 5.4
- Editing the landing page in the app management did not become active immediately. 5.4
- In links containing a @ a mention could be detected incorrectly, breaking the link. 5.4
- When editing main menu items, it is now correctly checked that a menu item itself cannot be its parent menu item. 5.4
- A display error of the title line of code boxes when the editor is active has been corrected. 5.4
- The drop-down menus for editing messages were sometimes placed incorrectly. 5.4
- The preview of an empty editor does not send server requests now. 5.3
- Deletion of reaction images when deleting a reaction was fixed. 5.3 5.2
- An error in processing {foreach} in the template was corrected. 5.3
- Smiley titles with a " no longer lead to invalid HTML output. 5.3 5.2 3.1
- When reloading comment responses, the counter was not updated. 5.2 3.1
- Sitemaps were generated incorrectly in rare cases. 5.2 3.1
- Articles in disabled categories are no longer accessible. 5.2 3.1
- Filtering and sorting of articles is preserved when changing pages. 5.2
- Deactivated comments were not removed from moderation during deletion. 5.2 3.1
- Search and Last activities contained an outdated date when automatically activating articles. 5.2
- For developers: The TypeScript module WoltLabSuite/Core/Ui/Object/Action/Toogle has been renamed to WoltLabSuite/Core/Ui/Object/Action/Toggle. The old name is still available for compatibility, but should no longer be used. 5.4
- For developers: There is a new class AbstractFormFieldDecorator. 5.4
- For developers: fixed support for arbitrary error types on input fields in various forms. 5.4 5.3 5.2
- For developers: isAvailable() for IFormButton objects is now checked correctly and buttons are hidden if necessary. 5.4 5.3 5.2
- For developers: The PHP-based DDL API could sometimes reject valid changes as invalid. 5.4
- For developers: The UserFormField no longer returns errors if the corresponding field is completely missing from the request data. 5.4 5.3 5.2
- For developers: The PHP-based DDL API may not have implemented database changes or may have done so incorrectly. 5.3 5.2
- For developers: The LabelFormField now considers dependencies correctly and does not provide values if the dependencies are not met. 5.3 5.2
- For developers: Various fixes to FormBuilder and dev tools. 5.2
Source: https://community.woltlab.com/thread/292259-…-5-2-15-3-1-23/
-
Submit yourselves in
ACP - user list,
a link in the dropdown that will take you directly to the user's profile.
Supported versions:
WoltLab Suite ™ Core 5.3
WoltLab Suite ™ Core 5.4
Support:
WoltLab Suite 5, WoltLab Suite 3, Support, Spielereien
wbbsupport.de
Source: https://pluginstore.woltlab.com/file/7040-acp-user-profile-link/
-
This plugin binds the ticket system to Discord to inform about new tickets in the channel.
You decide either globally or for each individual category what should be posted in Discord. Below that are settings like
- Ignore the global settings
- In which Discord chanels should be posted
- Should the title be posted as context
- Should a prefix be appended
- Should tickets, ticket messages, or both be posted to Discord
IMPORTANT: The "Ticket System" plugin and the "Discord API" plugin must be installed beforehand.
Main plugins
WoltLab Cloud
File
Ticket System
[Blocked Image: https://pluginstore.woltlab.com/images/file/5d/3504.png]
With this ticket system, you can manage requests of any kind from your users. It gives you a lot of freedom to cover as many scenarios as possible.
4 hours ago
WoltLab Cloud
File
Discord API
This plugin serves as an interface between other plugins and your Discord server. This plugin is especially relevant for developers. It can also be used as a base plugin for other plugins.
Aug 23rd 2021
Acknowledgements
At this point I would still like to thank Hanashi for the great API.
Support
Support is available directly through our Ticket System on beMananas.com
Source: https://pluginstore.woltlab.com/file/7038-tick…ord-connection/
-
Configuration
- Go to the developer portal of Facebook
- Click on the Create app button.
- Select None as app type and click Next.
- Give the app a name and click Create app.
- Click on the Add product link in the menu on the left side of the app.
- Click Facebook Login on Set up and select Web as platform.
- Enter the URL of your website (e.g. https://hanashi.dev). You can skip the rest of the tutorial.
- Now go to ACP -> Configuration -> Streaming Partner -> Platforms.
- Copy the redirect URI, which is in the description of the Facebook App ID field.
- Go back to Facebook's developer portal and select your app.
- Open the submenu of Facebook Login in the left menu and click Settings.
- At Valid OAuth Redirect URIs enter your copied redirect URI and click Save changes.
- Now unfold the submenu of Settings and click on General.
- Copy the App-ID and the App secret code.
- Now go to ACP -> Configuration -> Streaming Partner -> Platforms.
- Enter the copied App-ID at Facebook App-ID.
- Enter the copied app secret code at Facebook app secret code.
- Press Submit.
Limitations
- the game and status filter are ignored by Facebook because the API does not return this information
- if the Facebook app is not verified, a maximum of 50 streamers can be added, each user must be deposited as a tester in the Facebook app for this purpose
Extension Images
[Blocked Image: https://www.woltlab.com/attachment/165540-bildschirmfoto-2021-08-21-um-11-19-33-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165541-bildschirmfoto-2021-08-21-um-11-19-51-png/?thumbnail=1]
Requirements
You must have purchased and installed the following plugin:
WoltLab Cloud
File
Streaming-Partner (Basic package)
Promote your community's streamers in one or more boxes and display them in a convenient overview.
Aug 30th 2021
Support
Support is only available in the support forum or the discord.
What happens after the purchase?
Create a user account on hanashi.dev. In your settings, go to Activate purchases. And enter your API information from the API Access page. Now click Submit. You have now activated access to the support forum.
Source: https://pluginstore.woltlab.com/file/7036-stre…rtner-facebook/
-
Compatibility
The marktplace can be operated in WSC 5.4 or higher. A separate version exists for older WSC installations. Existing customers can upgrade to the current version at a discounted price (~17,50€).
[Blocked Image: https://www.woltlab.com/attachment/165446-screen-shot-2021-08-01-at-10-25-23-png/]
Features
New Features (Version 2.3)
New design for entries and preview graphics
We have greatly modernized the overview page. The focus was especially on the preview graphics, which are very important for the user, but were displayed much too small in the old version.
The entries now have the classic WSC design with preview graphics as banners. All important information has been placed in the object. The right corner gives a quick overview of the type and status of the entry.
[Blocked Image: https://www.woltlab.com/attachment/165447-screen-shot-2021-08-01-at-10-27-02-png/]
The reduced view, which is used e.g. in the slider and on other pages, follows the same design line. Details are displayed via popup.
[Blocked Image: https://www.woltlab.com/attachment/165448-screen-shot-2021-08-01-at-10-28-58-png/]
The preview graphic is automatically calculated by the system to provide all entries with an appropriate graphic:
- There is now an explicit input field during entry creation where a preview graphic can be uploaded. This input can be made mandatory for the user in the settings.
- If no preview graphic is selected, the first file attachment will be used automatically (as in the previous versions).
- If no file attachment is available, a preview graphic uploaded by the administrator will be selected based on the type of the entry.
- If no graphic is available, the default banner from the style will be used.
[Blocked Image: https://www.woltlab.com/attachment/165449-screen-shot-2021-08-01-at-10-33-53-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165450-screen-shot-2021-08-01-at-10-34-03-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165451-screen-shot-2021-08-01-at-10-35-04-png/?thumbnail=1]
New type: Give away
There is now another type of entry: I give away. The type automatically removes the price or consideration from the entry. Of course, the transactions can be valued by the participants as usual. The type can be disabled in the ACP.
[Blocked Image: https://www.woltlab.com/attachment/165453-screen-shot-2021-08-01-at-10-36-28-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165454-screen-shot-2021-08-01-at-10-36-46-png/][Blocked Image: https://www.woltlab.com/attachment/165456-screen-shot-2021-08-01-at-10-36-35-png/]
Setting to hide the category on the home page
There is now a setting through which the categories on the home page can be hidden.
[Blocked Image: https://www.woltlab.com/attachment/165458-pasted-from-clipboard-png/]
Limit the number of entries for user groups
The number of active entries a user can create can now be limited via the user groups. This allows e.g. special limits, which can be removed with a premium membership. If a user with exceeded limit wants to create an entry, a corresponding error message is displayed.
[Blocked Image: https://www.woltlab.com/attachment/165459-pasted-from-clipboard-4-png/]
Restrict write permissions at category level
Until now it was not possible to restrict write permissions for categories. This made it possible for the user to create entries in main categories, for example. This can now be restricted individually for each category.
[Blocked Image: https://www.woltlab.com/attachment/165460-pasted-from-clipboard-5-png/]
Marketplace links via Rich Embeds
The links to marketplace entries in other applications (e.g. forum) are now displayed in Rich Embeds design.
[Blocked Image: https://www.woltlab.com/attachment/165461-pasted-from-clipboard-6-png/]
Terms of use via user mass editing
The terms of use can now be reset via user bulk editing.
Input fields depending on categories
Input fields can now be displayed depending on the selected category. This allows more complex input fields, which are tailored exactly to the category.
[Blocked Image: https://www.woltlab.com/attachment/165463-pasted-from-clipboard-7-png/]
Recycle bin
Entries are now not deleted immediately, but can be put into a recycle bin, which can be emptied automatically after a certain time.
Support of labels
Entries can now be provided with labels. Among other things, these are also dependent on the selected category.
Notification of changes by moderator
Users are now optionally notified when a moderator has made changes to the entry.
[Blocked Image: https://www.woltlab.com/attachment/165464-pasted-from-clipboard-8-png/]
Transactions
To support a proper sales process, the marketplace introduces a new transaction system. Each user can submit offers to each entry and show their interest in the article. Your users can either accept the given price or create a counter offer. Unauthorized offers can be overwritten or revised at any time by the user.
If another user is interested in the item, the offerer automatically receives a message about the new offer. You can manage incoming offers via your own interface. If an offer is accepted, the entry is automatically marked as "completed" and no other offers can be sent. Unanswered requests are automatically rejected by the system.
Geolocation, maps and area search
It is often useful to search for entries within a specific area (for example, if your users want to pick up the items offered personally). Each entry can therefore be assigned (optionally) to an address, which is then displayed graphically on a map (Google Maps). To keep the overview, nearby entries are grouped.
In order to simplify the circular search, a function has been integrated which determines the current location of the user (if he so wishes). Based on various factors, the location can be determined to a few meters (even without a built-in GPS transmitter). This information can be used for the circular search. The user is therefore not forced to enter their own location.
Life-cycle management of entries
The marketplace supports complex transactions of entries: this starts with the creation and ends with the sale of an entry. Depending on the state of an entry, the marketplace automatically provides other options and tools.
Once an entry has been created, the marketplace automatically recognizes whether the new entry is immediately available or has to be checked by a moderator. This is controlled by the user group rights and individual rights of the respective category. If an entry has to be checked by a moderator, the moderators are automatically notified of the new entry. Once the entry has been confirmed by a moderator, the user receives a message that his entry is now available to all users.
Each entry can be defined (optionally) with a validity period. You can decide whether you want to activate this function and how long an entry is allowed. If an entry is provided with a validity date, the entry is only valid until this date. If no prospective buyer is found until the date of validity, the entry will be automatically closed and no offers will be sent.
If an interested person is found for the article, the user can finally mark the entry as completed, in order to receive no further offers. The set item is sold with it and the entry is archived.
Custom fields
A marketplace software can be difficult to adapt to your needs and your community. A car community will need a different marketplace than a game community. With static input fields it is difficult to meet the different needs. For this reason, we have created the possibility of individualized input fields at the marketplace. You can determine which input fields are available, which properties they have, and who has access to them. For a better overview, input fields can be grouped into one category.
Each input field has a specific type. The appropriate input field and format are selected according to the type. For better customization, a special expert mode can be activated, with more options available for each input field: Validation Patterns (Regex), PHP Output Class, and more!
Categories
The most important thing in a marketplace is the entries. In order to avoid the overview, entries can be classified into categories. The active category displays all entries that are in the current category or in one of their subcategories (eg the "Auto" category is active, the entries are also shown in the "Used cars" subcategory). The categories serve, so to speak, as an individualizable filter.
You can determine whether each entry is allowed in more than one category, or whether an entry must be assigned to exactly one category. Depending on your area of application, the marketplace adapts to your needs!
Terms of use
You can create terms of use for the marketplace for legal protection. These must be compulsorily accepted by your users and guests before the market place can be entered and used. The terms of use can be written in several languages and displayed in the user's language.
Search
Never lose track of the results! The market place is seamlessly integrated into the search for the WSC and allows an efficient search even in larger forums. The search, of course, takes into account all permissions and language settings, i. Your users will only find the entries to which they have access.
Moderation
In order to have better control over the entries, the marketplace offers extensive moderation functions. You can determine which functions you want to use. The moderation functions can even be restricted to categories.
In addition to the manual check by a moderator, the marketplace also supports the possibility of reporting entries. If your user is aware of an entry that violates any rules, it can be reported to a moderator quickly. The moderator then has extensive possibilities to deal with the message.
In addition to general moderation, the market square also offers a fast-paced function. The moderator is displayed with a special icon for each entry which provides access to the most important functions. With this function, the most important tasks can be done quickly.
Comments
Often, descriptions of discontinued articles are unclear. In order to avoid tedious and redundant communication via private messages or e-mail, a comment function was integrated into the marketplace. Users can leave questions or comments to which the author of the entry (or other members of your community) can respond and respond. This saves many questions, which may be asked several times by different users to the creator.
Reviews
Marketplaces live by the trust of the users. The bigger the community, the more likely it is that other people are trying to cheat your users. The evaluation system provides relief. All transactions can be evaluated from both sides, i. both the buyer and the seller can make a valuation. The valuation basically includes a free text. In addition, permanent evaluation criteria can be defined. There are three types: 5 stars, positive / negative and positive / negative / neutral. For a better overview, this is also displayed directly next to each offer of the user as well as in the user profile. The criteria can be adapted individually to your community.
In the event of a conflict, of course, all evaluations can be moderated. The evaluation system was fully integrated into the moderation.
For each assessment, the opposing party can always be given a position to clarify possible misunderstandings.
WSC integration
We have used all the possibilities of the WoltLab Suite to be able to integrate the market place as best as possible. The marketplace is an application that is installed in the WSC. The wide interfaces of the marketplace cover important areas of the WSC: categories, group rights, BBCodes, clipboard actions, moderation, notifications, search, user profile, etc.
During the development, it was particularly important for us to keep the WSC standard as good as possible. This is the only way to ensure that the user interface optimally adapts to the style of your forum and integrates perfectly.
What you get
- Marketplace package (each WSC installation requires a separate license)
- Available translations: de, en
- Free bugfixes and updates for version 2.3.x
- Access to our support community (Activation)
System requirements
- User Conversation System 5.4 or higher
The system requirements are automatically fulfilled if at least a commercial product of WoltLab (Burning Board, Blog, Gallery or Filebase) is installed.
Further Information
- Test this product
- Product page (Vendor)
- Presales questions (no registration required)
License: https://www.viecode.com/license/
Source: https://pluginstore.woltlab.com/file/7034-viecode-marketplace/
-
VieCode Filebase is the right extension if you want to present a large number of files in a concise format. In addition to the modern and dynamic interface, the usual extensive moderation and administration are of course still available.
Compatibility
The VieCode Filebase can be operated in WSC 5.4 or higher. For older WSC installations there is a separate version. Existing customers can upgrade to the current version at a discounted price (~15€).
Features
New Features (Version 3.3)
Versions support
In the VieCode filebase, files are often shared that have a version number. In the settings you can now optionally activate that entries now support version numbers.
[Blocked Image: https://www.woltlab.com/attachment/165406-screen-shot-2021-07-17-at-19-22-38-png/]
Files are now assigned a version number. These can also have a description / changelog. The versions are thereby clearly displayed in another tab directly in the entry. Each version can hold several files (e.g. the respective software file and a manual). As usual, external files are also supported.
[Blocked Image: https://www.woltlab.com/attachment/165407-screen-shot-2021-07-17-at-19-23-51-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165408-screen-shot-2021-07-17-at-19-24-01-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165409-screen-shot-2021-07-17-at-19-24-04-png/?thumbnail=1]
Recycle bin
Entries are now not deleted immediately, but can be placed in a recycle bin, which can be emptied automatically after a certain time.
Notification of changes by moderator
Users are now optionally notified when a moderator has made changes to the entry.
[Blocked Image: https://www.woltlab.com/attachment/165410-screen-shot-2021-07-17-at-19-27-35-png/]
Global change log
VieCode Filebase now fully supports the global change log.
[Blocked Image: https://www.woltlab.com/attachment/165411-screen-shot-2021-07-17-at-19-29-18-png/]
Terms of use via user mass editing
The terms of use can now be reset via user mass editing.
[Blocked Image: https://www.woltlab.com/attachment/165412-screen-shot-2021-07-17-at-19-30-42-png/]
Box for updated Filebase entries
There is now a box for updated Filebase entries.
[Blocked Image: https://www.woltlab.com/attachment/165413-screen-shot-2021-07-17-at-19-32-03-png/]
Default image for uploads without preview graphic
Previously, a default graphic was used if no preview graphic was used for an entry. In the settings you can now upload and select a graphic which will be used instead of the default graphic.
[Blocked Image: https://www.woltlab.com/attachment/165414-screen-shot-2021-07-17-at-23-50-10-png/]
Enabling according to time
Often it is helpful to prepare entries in time. From version 3.3 it is possible to create entries deactivated. In addition, the publication date can be optionally specified, on which the entry should be automatically unlocked by the system.
[Blocked Image: https://www.woltlab.com/attachment/165415-screen-shot-2021-07-17-at-23-53-17-png/]
Improvement of automatic embedding
The inclusion and detection of filebase links has been improved. It additionally uses the new Rich Embeds functionality from WSC 5.4 to provide a consistent display with other extensions.
[Blocked Image: https://www.woltlab.com/attachment/165416-screen-shot-2021-07-17-at-23-54-44-png/]
File management
The VieCode Filebase offers the possibility to manage many files comfortably and clearly. Entries can be created in categories - as you are already used to from the WoltLab Suite Forum. Each entry can contain several files. A sophisticated limitation system allows an advanced control of permissions and resource allocations. Of course, VieCode Filebase also supports many WoltLab Suite convenience features such as simultaneous management of multiple entries.
As an additional feature, uploaded files can also be automatically checked for viruses and malware. The check is performed via an interface with an external provider.
Large files
The maximum upload size of files is often very limited on web hosting - often to a maximum of 2MB. This prevents the uploading of larger files such as movies. Webdisk includes an innovative upload technique that splits the files into smaller parts on the user's computer. These are then uploaded individually. This effectively bypasses the maximum upload size set by your hoster or server. If an upload is canceled, this can be continued by the user without any problems. Only the packages that were not previously uploaded will be transferred.
External links
Memory consumption is expensive, especially with web hosting plans. Not all files must necessarily be stored on their own server. You can also add files which are located on an external server. The URL and the file name can be specified. In the entry, the external link is displayed as a normal download.
Limitations
Every download causes traffic on your server. Depending on your tariff, exceeding the traffic limit can cost money and cause unnecessary fees for the provider. Filebase allows perfect resource control. You can precisely limit the available resources such as disk space and traffic in the web disk settings. When the limit is reached, any further download is automatically denied. To save the server's bandwidth, you can even limit the download speed for certain user groups like guests.
For each user group the available resources can be managed separately. You have the possibility to limit the disk space (private and public), traffic and even the download speed.
Individual input fields
A download database is basically difficult to customize to your needs and use case. A games forum will need different downloads than a photography forum. With static input fields it is difficult to meet the different needs. For this reason we have created the possibility of customizable input fields at Webdisk. You can determine which input fields are available, which properties they have and who has access to them. For a better overview, input fields can be combined into a category.
Each input field has a specific type. The appropriate input field and format is selected according to the type. For better customization, a special expert mode can be activated, in which more options are available for each input field: Validation Pattern (Regex), PHP Output Class and much more!
File sharing & password protection
Your users can restrict the uploaded files themselves from unwanted access. Each download can be optionally assigned an access password. The entry can be seen by other users, but the download can only be started if you know the password.
In addition, a file can also be restricted to certain users, i.e. it can be explicitly defined who may have access to a particular file.
Terms of use
For legal protection, you can create terms of use for the filebase. These must be accepted by your users and guests before they can enter and use the filebase. The terms of use can be written in multiple languages and will be displayed to the user in their respective language.
Search
Never lose the overview! The filebase integrates seamlessly into the WCF search and allows an efficient search even in larger forums. The search naturally takes into account all permissions and language settings, i.e. your users will only find the entries they really have access to.
Moderation
To prevent misuse of the filebase, an extensive moderation is implemented in the filebase. Depending on the settings, each download must first be reviewed and approved by a moderator before it can be made publicly available. Illegal uploads can thus be effectively prevented.
Comments
Entries are often unclear and incorrect. To avoid tedious and redundant communication via private messages or e-mail, a comment function has been integrated into Webdisk. Users can leave questions or comments to which the creator of the entry (or other members of your community) can respond and answer. This allows a continuous improvement of the content in your filebase by your user base!
Data security
All uploaded files are protected from external access in a special directory on your webspace. The files can only be accessed via the filebase. Each access can therefore be controlled and limited exactly.
What you get
- VieCode Filebase main package (per WSC a separate license is necessary)
- Available translations: de, en
- Free bug fixes for version 3.3.x
- Access to the official support (Activation)
System requirements
- User Infraction System 3.3 or higher
The requirements are automatically met if at least one commercial product of WoltLab (Burning Board / Forum, Calendar, Blog or Gallery) is installed. Attention: The VieCode Filebase cannot be run in the same WSC as the WoltLab Filebase due to WSC limitations.
Further Information
- Test this product
- Product page (Vendor)
- Presales questions (no registration required)
License: https://www.viecode.com/license/
Source: https://pluginstore.woltlab.com/file/7032-viec…bdisk-filebase/
- VieCode Filebase main package (per WSC a separate license is necessary)
-
Configuration
- Go to Resource Management in Google Cloud Platform
- Click on Create project
- Give the project a name and click Create.
- Wait until the project is created and go to the dashboard of your project
- If the wrong project is selected, you can change the selection at the top left (to the right of the logo).
- Now click on the hamburger menu in the upper left corner and click on APIs and Services[tt].
- Now click on [tt]Enable APIs and services.
- Type youtube data api v3 in the search and press enter.
- Click on YouTube Data API v3 and click on Activate.
- Go to Credentials for the YouTube Data API.
- Click Create credentials and then click OAuth client ID.
- If it is still necessary to configure the consent screen, click the appropriate button and select External and enter the necessary information. Then proceed to point 10.
- Select Web application as the application type and give the application a name.
- Click Add URI at "Authorized forwarding URIs". You can find the URI in ACP -> Configuration -> Streaming Partners -> Platforms -> In the description of the YouTube Client ID field.
- Now copy the displayed client ID and client key.
- Go to ACP -> Configuration -> Streaming Partners -> Platforms and check YouTube.
- Enter the copied client ID and client key in the area and click Submit.
- Now go to the settings of your consent screen and click on Publish application.
Limitations
- the game and status filters are ignored on YouTube because the API does not return this information
- if the Google App is not verified, a maximum of 100 streamers can be added
Extension images
[Blocked Image: https://www.woltlab.com/attachment/165391-acp-streamer-overview-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165491-bildschirmfoto-2021-08-19-um-10-46-13-png/?thumbnail=1]
Requirements
You must have purchased and installed the following plugin:
WoltLab Cloud
File
Streaming-Partner (Basic package)
Promote your community's streamers in one or more boxes and display them in a convenient overview.
Aug 30th 2021
Support
Support is only available in the support forum or the discord.
What happens after the purchase?
Create a user account on hanashi.dev. In your settings, go to Activate purchases. And enter your API information from the API Access page. Now click Submit. You have now activated access to the support forum.
Source: https://pluginstore.woltlab.com/file/7030-stre…artner-youtube/
-
Extends the Advent Calendar by the ability to allocate JCoins.
Important Note
Before purchasing, please note that this is the cloud version of our free product of the same name. The version offered here is optimized for use within the WoltLab Cloud, but can also be used outside it without restrictions.
You can get support at https://www.softcreatr.com or here.
Source: https://pluginstore.woltlab.com/file/7028-advent-calendar-jcoins/
-
This extension for WoltLab Suite 5.2+ displays an infobox in the frontend as soon as one or more users have been marked as potential spammers by StopForumSpam and are waiting for manual verification.
Important Note
Before purchasing, please note that this is the cloud version of our free product of the same name. The version offered here is optimized for use within the WoltLab Cloud, but can also be used outside it without restrictions.
You can get support at https://www.softcreatr.com or here.
Source: https://pluginstore.woltlab.com/file/7026-stop…-frontend-info/
-
Configuration
- Go to the Trovo developer portal
- Click on New Application
- Give your application a name
- Choose as category Website Integration
- Give your application a description
- Confirm the contracts and click Create. The process to activate the application can take up to 2 weeks.
- When the application is unlocked, go back to the developer portal and select your application.
- Click on the Copy button in the Client id line.
- Go to ACP -> Configuration -> Streaming Partners -> Platforms
- Activate the check mark at Trovo
- Enter the copied client at Trovo Client-ID.
- Click Submit
Extension images
[Blocked Image: https://www.woltlab.com/attachment/165346-acp-configuration-png/?thumbnail=1][Blocked Image: https://www.woltlab.com/attachment/165348-platform-selection-png/?thumbnail=1]
Requirements
You must have purchased and installed the following plugin:
WoltLab Cloud
File
Streaming-Partner (Basic package)
Promote your community's streamers in one or more boxes and display them in a convenient overview.
Aug 30th 2021
Support
Support is only available in the support forum or the discord.
What happens after the purchase?
Create a user account on hanashi.dev. In your settings, go to Activate purchases. And enter your API information from the API Access page. Now click Submit. You have now activated access to the support forum.
Source: https://pluginstore.woltlab.com/file/7024-streaming-partner-trovo/
-
Configuration
- Go to ACP -> Configuration -> Discord-Bots and create a bot (more about this you can find in the FAQ)
- Go to ACP -> Configuration -> Streaming Partner -> General
- Select one or more channels where streamers should be pushed at Discord Push
- Optionally enter a prefix
- Press submit
What does it look like when a streaming partner is pushed?
Requirements
The following plugins must be purchased and installed:
WoltLab Cloud
File
Streaming-Partner (Basic package)
Promote your community's streamers in one or more boxes and display them in a convenient overview.
Aug 30th 2021
WoltLab Cloud
File
Discord API
This plugin serves as an interface between other plugins and your Discord server. This plugin is especially relevant for developers. It can also be used as a base plugin for other plugins.
Aug 23rd 2021
Support
Support is only available in the support forum or the discord.
What happens after the purchase?
Create a user account on hanashi.dev. In your settings, go to Activate purchases. And enter your API information from the API Access page. Now click Submit. You have now activated access to the support forum.
Source: https://pluginstore.woltlab.com/file/7022-disc…eaming-partner/
-
Product Information
With the extension for the user icons plugin, these are also integrated into the Conversations. This means that the icons can be displayed in the message sidebar.
Required Packages
WoltLab Cloud
File
User Icons
[Blocked Image: https://pluginstore.woltlab.com/images/file/48/3237.png]
Create user icons with a variety of possible settings and display them in various places.
Aug 17th 2021
Similar Products
WoltLab Cloud
File
User Icons - Forum Extension
[Blocked Image: https://pluginstore.woltlab.com/images/file/f9/3509.png]
The forum extension for the user icons plugin.
Aug 17th 2021
WoltLab Cloud
File
User Icon- BrandingFree
[Blocked Image: https://pluginstore.woltlab.com/images/file/68/3238.png]
Removes the visible branding of the User Icons
Aug 17th 2021
Demo
- We offer our demo installation for many of our products at https://demo.grischamedia.ch an.
- Access to the ACP is only possible to a limited extent or not at all. If you have any questions, use the support forum "Questions before you buy"
- We always try to keep the demo up to date and to provide updates.
Support
- As a customer, you will only receive support in our support forum GrischaMedia.ch
- We do not offer email, conversations, TeamSpeak, Discord or telephone support!
- Support and correspondence is only conducted in German!
Frequently asked Questions
- Is there an installation service?
Depending on the registration, a service can be booked through our shop. Installations-/Upgradeservice - How do I get support in the forum?
After creating a free account, the pluginstore activation must be carried out by us.
Information
[Blocked Image: https://www.woltlab.com/attachment/153703-grischamedia-banner-500x62-png/]
Source: https://pluginstore.woltlab.com/file/7020-user…tion-extension/
-
Product Information
With the extension for the user icons plugin, these are also integrated into the forum. This means that the icons can be displayed in the message sidebar.
Required Packages
WoltLab Cloud
File
User Icons
[Blocked Image: https://pluginstore.woltlab.com/images/file/48/3237.png]
Create user icons with a variety of possible settings and display them in various places.
Aug 17th 2021
Similar Products
WoltLab Cloud
File
User Icons - Conversation Extension
[Blocked Image: https://pluginstore.woltlab.com/images/file/f9/3510.png]
The Conversations extension for the user icons plugin.
Aug 17th 2021
WoltLab Cloud
File
User Icon- BrandingFree
[Blocked Image: https://pluginstore.woltlab.com/images/file/68/3238.png]
Removes the visible branding of the User Icons
Aug 17th 2021
Demo
- We offer our demo installation for many of our products at https://demo.grischamedia.ch an.
- Access to the ACP is only possible to a limited extent or not at all. If you have any questions, use the support forum "Questions before you buy"
- We always try to keep the demo up to date and to provide updates.
Support
- As a customer, you will only receive support in our support forum GrischaMedia.ch
- We do not offer email, conversations, TeamSpeak, Discord or telephone support!
- Support and correspondence is only conducted in German!
Frequently asked Questions
- Is there an installation service?
Depending on the registration, a service can be booked through our shop. Installations-/Upgradeservice - How do I get support in the forum?
After creating a free account, the pluginstore activation must be carried out by us.
Information
[Blocked Image: https://www.woltlab.com/attachment/153703-grischamedia-banner-500x62-png/]
Source: https://pluginstore.woltlab.com/file/7018-user…orum-extension/
-
With this slideshow you expand your website with a powerful tool to present your content. With many settings you can personalize the slideshow for your website in the best possible way.
Version 2.0 ist now available!
With many new features and full update support from version 1.5.x. New features are marked with 2.0.
Interactive Demo
You can find an interactive demo where you can play around on warly.de
Features
woltlab.com/attachment/155172/ Extensive configuration possibilities
- The settings of the slideshow are multi-layered and can be adjusted in the configuration.
In addition to the settings in the configuration, these settings can optionally be displayed in the slideshows and/or in the individual slideshow items and thus be made overwritable. - Define the duration of the transition effect (if any)
- Select from several transitions and whether there should be a parallax effect.
You can also set the transitions and parallax effect for images and boxes separately. 2.0
Possible transitions:- None
- Zoom in/out
- Fade
- To Left/Right/Up/Down
- According to the navigation
- Decide whether to show slideshow items randomly
- Define the height of the slideshow per box Position
- If the height per slideshow is overridable, the height can even be set separately per platform (desktop, tablet and smartphone). 2.0
- Select the navigation style according to your taste:
- No navigation (The items only change of the specified duration)
- Squares/Circles/Bars/Arrows
- Position up/down: Left/Middle/Right
- Choose whether you can set a background image for the entire slideshow 2.0
- Specify how buttons should be displayed: 2.0
- Select the icon size (16, 24, 32, 48 oder 64px)
- Select the icon position (Left from text, right from text, above text, below text)
- Whether the buttons should be stretched to fill the entire box width
- Select the length of time a slideshow item should be displayed
- Select the style of the box:
- Opaque/Translucent/Transparent/Gradient
- Choose the margin of the box to the border of the slideshow in px 2.0
- Choose the height and width of the box: 2.0
- Dynamic (The box adapts to the content)
- One third of the slideshow
- Half of the slideshow
- Two thirds of the slideshow
- The full width/height of the slideshow
- Cover
- Up/Middle/Bottom: Full width/Left/Center/Right
- Left/Center/Right
- Cover (fills the whole slideshow, parts of the image can be cut off)
- Contain (the whole image is displayed, not the whole slideshow may be filled in and there may be margins)
- Dynamic (The slideshow dynamically adapts to the size of the image, the set height acts as maximum height)
- Select whether the background image should have a Ken-Burns effect (zoom in or zoom out) 2.0
These settings can be specified both in the slideshow and for each element individually.
- In addition to the standard items mentioned above, simple image items can also be used in a slideshow. These are created directly in the slideshow and consist of only one image + optional multilingual description. So you can create simple image slideshows without having to create each item individually beforehand.
[Blocked Image: https://www.woltlab.com/attachment/165626-bullet-png/] Flexible Slideshow items
A slideshow consists of several items. These can be created either by processors (see below) or as static items. There are simple image items and standard items. Image items consist only of a background image + text. Standard items offer much more flexibility:
- Select a background image
- Select a foreground image. The foreground image is always completely visible. The position of the foreground image can be determined.
- Link the entire item
- Choose a title and format the description in the WYSIWYG editor
- Add one or more configurable buttons: 2.0
- Specify whether it is a Standard or Primary button 2.0
- Select an icon 2.0
- Lege Titel und Verlinkung (Intern oder Extern) fest
- Lege einzelne überschreibbare Eigenschaften (siehe oben) fest
woltlab.com/attachment/155172/ Can be used everywhere
- Slideshow boxes support all box positions of the CMS. Depending on the selected position, the slideshow changes its appearance e.g. with "Below Header" it takes up the entire width.
- In addition, slideshows can also be inserted via BBCode wherever the text editor (WYSIWYG) is available.
- Mouse or finger can be used to swipe through the slideshow 2.0
- Hovering the mouse over an item pauses the display duration (if set) 2.0
woltlab.com/attachment/155172/ Supports multilingualism
- Decide for each slideshow item whether it should be monolingual or multilingual.
woltlab.com/attachment/155172/ Allows the integration of static and dynamic items
- You may add static items multiple times to one slideshow, so you can repeat items if need be, e.g. A B A C D A
- The show order of the items can be changed per slideshow
- In a slideshow, you can specify whether an item should display its own box or that of the previous item. For example, you can create slideshows that have multiple images but only one box. 2.0
- In addition to the static items that are created via the administration, you can also include dynamic content
- This works via own programmed processors or provided processors (included in the package or provided via additional plugins)
- The package currently includes one processor for articles, to display articles from the article-system
- A processor can be created for all slideshows or individually per slideshow
- With identifiers per slideshow, the slideshow can be distinguished in a processor
- overwrite the configuration of the slideshows
- Add/Edit/Delete Slideshow items
- This works via own programmed processors or provided processors (included in the package or provided via additional plugins)
Instructions
- Create slideshow item: Content > CMS > Slideshow items > Add item
- Create Slideshow: Content > CMS > Boxes > Add Box > System > Controller "Slideshow"
[Blocked Image: https://www.woltlab.com/attachment/158536-bullet-png/]Support
Support is available in the forum on warly.de after linking the user accounts.
Source: https://pluginstore.woltlab.com/file/7016-warly-slideshow-2/
- The settings of the slideshow are multi-layered and can be adjusted in the configuration.
-
We have just released new versions of our products:
- WoltLab Suite 5.4.4
Stability releases (also known as "minor releases") aim to solve existing problems in the current version. Like every stability release, they do not introduce new features; It is strongly recommended to apply these updates.
How to Apply Updates
Open your Administration Control Panel and navigate to Configuration > Packages > List Packages. Please click on the button Search for Updates located in the right corner above the package list.
Notable Changes
The list below includes only significant changes, minor fixes or typos are generally left out.
WoltLab Suite Blog
- Changed the class name of the share button to prevent content blockers from hiding it. 5.4
- The accessibility of linking articles in listings has been improved. 5.4
WoltLab Suite Calendar
- Changed the class name of the share button to prevent content blockers from hiding it. 5.4
- When exporting a calendar, banned and deleted users are now correctly supported. 5.4
WoltLab Suite Filebase
- Changed the class name of the share button to prevent content blockers from hiding it. 5.4
- Unread file counters are now reset correctly when a category is deleted. 5.4
- Inactive form elements no longer block form submission. 5.4
- Assigned categories can now be removed when editing a file field. 5.4
WoltLab Suite Forum
- Changed the class name of the share button and post number in topics to prevent content blockers from hiding it. 5.4
- When deleting or restoring the last visible post, the thread was not updated directly. 5.4
WoltLab Suite Core: WebAuthn
- Authentication is no longer automatically requested on failed authentication attempts to keep the error message visible. 5.4
WoltLab Suite Core
- An error in processing responses related to the libmysqlclient database driver was corrected. 5.4
- A bug with processing BBCodes from previous versions was fixed. 5.4
- Certain HTML constructs were not converted correctly after import. 5.4
- An empty user menu no longer causes a JavaScript error in mobile view. 5.4
- Rich embeds of community content now display complex elements like lists correctly in all browsers. 5.4
- WebP avatars are now displayed correctly in every location after the first display update. 5.4
- The preview of an empty editor does not send server requests now. 5.4
- Deletion of reaction images when deleting a reaction has been fixed. 5.4
- Checking password hashes with incorrect database format no longer results in an error. 5.4
- An error in processing {foreach} in the template was corrected. 5.4
- The class name of the share button was changed to prevent content blockers from hiding it. 5.4
- Deleting categories now removes database entries for assigned permissions.
- The use of footer links on mobile devices has been made easier.
- Accessibility of linking articles in listings has been improved. 5.4
- The missing opening of some external links in the administration interface was fixed. 5.4
- "Mark all articles as read" now removes the red number from the main menu entry. 5.4
- Sorting articles by title now correctly shows the number of reactions. 5.4
- Files that were incorrectly included in early versions of WoltLab Suite 5.4 are deleted during the update. 5.4
- The "System Font Stack" works correctly in conjunction with Google Fonts. 5.4
- Preloading is now available immediately after changing a style. 5.4
- Label selection fields created with Form Builder correctly display a preselection when the page is loaded. 5.4
- The "Open Sans" Google Font has been reverted to a non-variable version to improve font rendering under Windows. 5.4
- Logging out in the administration interface no longer leads to the frontend. 5.4
- JavaScript source maps are now loaded through a local proxy instead of directly from assets.woltlab.com. 5.4
- Browser-generated excess HTML in messages is now better removed. 5.4
- Setting and removing bold and similar formatting was not always possible. 5.4
- Vendor-specific CSS properties are now defined before the standardized properties. 5.4
- Unfilled profile fields could not be found via search. 5.4
- Accidental double submission of one of the forms for managing multi-factor authentication no longer results in a technical error message. 5.4
- The sorting of the e-mail log by "Status" has been corrected. 5.4
- When inserting links on iOS, the page scrolled upwards. 5.4
- Calling tables that can be sorted by multilingual fields no longer lead to an error if the user language is not set. 5.4
- For developers: Interoperability of TypeScript-based ES 6 classes with legacy classes has been improved. 5.4
- For developers: AbstractOauth2Action now supports PKCE. 5.4
- For developers: The LabelFormField now considers dependencies correctly and does not provide values if dependencies are not met. 5.4
- For developers: JavaScript data handlers for Form Builder fields now support ES 6-default exports. 5.4
- For developers: The PHP-based DDL API may not have implemented database changes or may have done so incorrectly. 5.4
Source: https://community.woltlab.com/thread/291905-…ab-suite-5-4-4/
-
With this extension, the plugin "Advanced action log" is extended with actions from the ticket system.
See who has performed which actions over a longer period of time. The following functions are recorded
- Ticket created
- Ticket message created
- Ticket message deleted
- Assigned user
- Ticket status changed
- Ticket deleted
- Ticket called
- Status changed
- Priority changed
- Ticket moved
Furthermore, the Extended Action Log for authorized users is also displayed in the frontend.
IMPORTANT: The plugin "Ticket System" and "Advanced Action Log" must be installed
Main plugins
WoltLab Cloud
File
Ticket System
[Blocked Image: https://pluginstore.woltlab.com/images/file/5d/3504.png]
With this ticket system, you can manage requests of any kind from your users. It gives you a lot of freedom to cover as many scenarios as possible.
4 hours ago
WoltLab Cloud
File
Extended action log
[Blocked Image: https://pluginstore.woltlab.com/images/file/5d/3493.png]
Extended action log for administrative and moderation changes.
Aug 27th 2021
Support
Support can be obtained directly from our ticketsystem on beMananas.com
Source: https://pluginstore.woltlab.com/file/7014-tick…ced-action-log/
Who has been Online?
Visit Statistics
- 52 Today
- 0 Yesterday
- 215 This Week
- 163 Last Week
- 215 This Month
- 0 Last Month
- 215 This Year
- 0 Last Year
- Ø 35.83 per day
- 215 Total
Last updated: