Previously in XFMG 2.2, when media items were opened in the lightbox they would expand to fill the available space regardless of the media type. In XFMG 2.3, media items no longer do this unless the item type is an image.
For example, a YouTube embed:
The lightbox sidebar is missing for embed, video and audio media types. This is happening with XFMG 2.3.2 and here on XenForo.com at the time of posting. The sidebar does correctly display for images.
Upon checking the browser console, an uncaught TypeError is logged for the XF2.3 lightbox...
First noticed in the XenForo 2.3.0 Beta 6 announcement thread:
https://xenforo.com/community/threads/xenforo-add-ons-2-3-0-beta-6-released-unsupported.221301/#-entity-code-classbbcodeinlineviewableinterfacecode-and-indexnow
Examples:
Heading with inline-code and formatted text
First example, at...
A hacky workaround I have previously shared for XF2.2 makes use of the Less contrast function to do just that:
https://xenforo.com/community/threads/color-bb-code-improve-text-readability-contrast-in-light-and-dark-styles-e-g-darken-lighten-the-rendered-color.198237/...
@James check my rejected suggestion for a hacky workaround (in XF 2.2). Maybe start a new suggestion and reference it? TBH I think I'd even consider it a bug, but the devs might not...
COLOR bb code readability between light and dark styles is a problem. In 2021 I posted a suggestion about one way to improve this but it didn't receive enough votes...
Yes, that seems correct based on Chris D's post below (specifically the part I have made bold):
Taking a cue from URL unfurling to include an icon-sized logo and domain name (or at a minimum just an icon) would be ideal in my opinion for external embeds. E.g.:
Without something like this I...
Hi, I have discovered in Chat 2.2.7 that individual forum moderators are unexpectedly able to view and action reports for chat messages despite having no chat moderator permissions. Looking at the code, the following permission check is done in Siropu\Chat\Report\Message.php:
protected...
@the1 there is some discussion about notifications in Safari in the thread linked below:
https://xenforo.com/community/threads/safari-push-notifications-coming-to-macos-and-ios.202323
Part of my site utilises YouTube Data API (independent to XenForo Media Gallery), so from time to time Google's YouTube API services conducts an audit. This time, violations have been attributed to XFMG. Has anyone else had this misfortune? The issue is with presence of overlays on media list...
In xfmg_media_list.less XFMG uses the YouTube logo for the default embed type icon (plus generic embed thumbnail). This means embedded content from different sites without its own specific icon defined still uses the YouTube icon. Example (TikTok vs Instagram):
.itemList-itemTypeIcon
{...
VaultWiki 4.1.4 should be compatible with 2.2.8 according to the most recent resource update here and news post on the VW site:
https://xenforo.com/community/resources/vaultwiki.8615/updates#resource-update-40854
https://www.vaultwiki.org/articles/296/
I think this could be a case of the...
When the author of a media comment decides to delete it (for whatever reason), their comment unexpectedly remains visible in the latest activity news feed, even for guests.
This can be reproduced on XenForo.com (see attached screenshot).
Echoing @Alpha1's post, perhaps it is time to submit this under the 2.x resources category? 🙂
https://xenforo.com/community/resources/categories/xenforo-2.42/
Also, the most recent version at the time of this reply is 4.1.3 Patch Level 1.
Here's a screenshot showing a custom BB code added to one of the four button groups in the BB code button manager:
So what happens if that BB code is deleted? Here is what gets left behind:
I think that it would be nicer if BB code deletion could also clean up this button manager remnant :)...