WCF icon indicating copy to clipboard operation
WCF copied to clipboard

WoltLab Suite Core (previously WoltLab Community Framework)

Results 261 WCF issues
Sort by recently updated
recently updated
newest added

The search drop-down is largely unmodified since the early days and does not take advantage of newer features. * [ ] Show tips on how to use the search, such...

Discussion

1. The option to upload your own icon in SVG format (vector). 2. More customization options for visualizing trophies, such as borders, gradients, etc. To enhance their appearance and make...

Discussion

closes https://github.com/WoltLab/WCF/issues/3388 related https://github.com/WoltLab/editor/pull/117

Notification informing and encouraging users to complete their profile on the forum. It could be located above the forum sections. Additionally, a progress bar in percentage indicating the extent to...

Designing a new email template, to be more modern and engaging, for example, centralized in the middle like a popup window. Examples: ![image](https://github.com/WoltLab/WCF/assets/161511440/0ceceecc-cf5d-4ed1-85bd-4916666970fb) ![image](https://github.com/WoltLab/WCF/assets/161511440/3fbcd5f3-b2e1-4b8a-a497-e9b52b4d1320)

The ability to add emoticons in vector format is currently not available. The SVG format is a vector file that doesn't lose quality and has a very small file size....

Discussion

In many cases, working with the I18nHandler generates duplicate and unnecessary code. A new API can reduce this and prevent unnecessary errors. ### Current using of I18nHandler ```PHP class FooAddForm...

Discussion

If a censored word contains additional delimiters (like a '.') the asterisk gets removed by this line: https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php#L54

If a user enters a (valid) store-code of a package that is not available for the installed version of the Core, an exception ("Cannot find the package "...") is shown....