MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Suggestions Resolved Suggestions v
« Previous 1 2 3 4 5 6 … 10 Next »
DONE  Broken image cleanup
MFGG Forums MFGG Suggestions Resolved Suggestions v
« Previous 1 2 3 4 5 6 … 10 Next »
DONE  Broken image cleanup
MFGG Forums MFGG Suggestions Resolved Suggestions v
« Previous 1 2 3 4 5 6 … 10 Next »
DONE  Broken image cleanup
Mark All Posts Read Today's Posts

[Done] Broken image cleanup
United States VinnyVideo
Can't have an avatar without a Shy-Guy
Site Developer
Main Site Moderator Site Developer/Webmasters Wiki SysOp Big Help Submitter Super Reviewer (2) Wiki Contributor Sprite Comp Runner-Up Minigame Comp Winner Minigame Comp Runner-Up Minigame Comp Top 5 (3) Music Comp Winner Music Comp Runner-Up Music Comp Top 5 (2) Drawing Comp Top 5 Game of the Month Winner NCFC Contributor (4) Secret Santa (5) MFGG 17th Anniversary MFGG 18th Anniversary MFGG 19th Anniversary Ye Olde MFGGe Retro Game Jam Participant MFGG Awards 2010 Winner MFGG Awards 2011 Winner MFGG Awards 2012 Winner MFGG Awards 2013 Winner MFGG Awards 2014 Winner MFGG Awards 2015 Winner MFGG Awards 2017 Winner (3) MFGG Awards 2019 Winner MFGG Awards 2024 Winner
#1
03-10-2019, 06:12 PM
A few unimportant images weren't showing up in the User Control Panel and on the forum display.

Specifically:
  • The paperclip icon that shows whether a topic contains an attachment (there are some here
  • The icon that shows whether a buddy is online or not (example here
  • The icon that you need to click should you feel heartless enough to delete one of your buddies (same as previous link)

The templates expected each skin to have its own version of these images, but these images didn't exist in the skin image folders - instead, they only existed in the main /images/ folder. So I went into the usercp_editlists_user and forumdisplay_thread_attachment_count templates and changed the paths to the main images directory. For example:

Old code:

Code:
img src="{$theme['imgdir']}/buddy_{$status}.png"

New code:

Code:
img src="images/buddy_{$status}.png"

You could argue that we don't need these default icons at all, or that it would be better to make a custom image (or even skin-specific images). If so, that's fine. But this is a starting point - we should always fix broken images.

Please let me know if you find any other images that aren't working right.

  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode