MyBB Missing Icons
|
2014-07-16, 19:59
(This post was last modified: 2014-07-16 20:19 by Pete.)
Post: #2
|
|||||||
|
|||||||
RE: MyBB Missing Icons
For a start that is not just CSS it's a mixture of HTML, PHP, Javascript and inline CSS.
Sadly, you can't just pump a URL into it like that. You have have to place the images in the MyBB images folder "/images" in the appropriate theme folder. If you simply want a link to "ucp.png", you need to do it like this: Code: <img src="https://dl.dropboxusercontent.com/u/231830406/Website/icons/ucp.png" alt="User CP" /> So replace: Code: <img src="{$mybb->settings['bburl']}/{$theme['imgdir']}https://dl.dropboxusercontent.com/u/231830406/Website/icons/ucp.png" alt="" title="" /> with what I put above. |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Messages In This Thread |
MyBB Missing Icons - Raz! - 2014-07-16, 19:38
RE: MyBB Missing Icons - Pete - 2014-07-16 19:59
RE: MyBB Missing Icons - Raz! - 2014-07-16, 20:01
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
SOLVED - MyBB Inline Moderation Error | Raz! | 4 | 5,497 |
2015-01-06 18:11 Last Post: Raz! |
User(s) browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2025 MyBB Group