أيقونة كبيرة لا يتم عرضها في DiscourseHub كشعار للموقع

The T there is a new feature of DIscourseHub, but we only show it as a fallback. So something is incorrect with the icon fed by the site.

The app pulls this info from https://forum.makerforums.info/site/basic-info.json:

{
  "logo_url": "https://forum.makerforums.info/uploads/default/original/3X/0/5/05584cbc2f5f1b34f185f32d0629dee77d136aaf.svg",
  "logo_small_url": "https://forum.makerforums.info/uploads/default/original/3X/4/3/43eb68a2d10cdc07b8344fe88f71c331398a3666.svg",
  "apple_touch_icon_url": "https://forum.makerforums.info/uploads/default/optimized/3X/4/9/49e3e12260db3dff032cf3e247e0e0a29f4e1ab5_2_180x180.svg",
  "favicon_url": "https://forum.makerforums.info/uploads/default/optimized/3X/0/0/002f5ec485a94cb73fb086d5bc99be9659a3c6d2_2_32x32.png",
  "title": "Maker Forums",
  "description": "Forums for makers, 3D printing, Lasers, CNC routers, and more",
  "header_primary_color": "f3f3f3",
  "header_background_color": "333333",
  "login_required": false,
  "locale": "en",
  "include_in_discourse_discover": true,
  "mobile_logo_url": "https://forum.makerforums.info/uploads/default/original/3X/f/d/fd7ea1ba354a5fe92751ffee6b94956376073027.svg"
}

The apple_touch_icon_url there is an SVG file. Unfortunately, rendering SVGs in React Native is complicated, it requires extra libraries which is too much overhead. That’s why the logo isn’t being loaded.

You can ask the Maker forums admins to:

  • replace the SVG with a PNG for apple_touch_icon_url
  • remove and add the site again to Discourse Hub, it should be loading the new file
3 إعجابات