MyBB Community Forums

Full Version: images for toplinks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So I followed the tutorial but with the default theme there is no theme folder with images etc in it so where do I upload the images for toplinks
bump.
which tutorial you have followed ? can you give its link ...

basically images named folder itself can be used for all the images.
or you can make a sub-folder named toplinks in images folder & use it !
What should I call the image? I put an image in there called 'bans' and tried to set the class of the top link to 'bans' and it does not change the image
^ which tutorial you have followed ? can you give its link ...
And what is your forum url ?

images names depend on the code - how they are shown ?

simple method can be like this (see also replies here)
Ok, so based on that tutorial which is similar to the instructions in my tutorial.

You would change this

3. Upload the images you wish to use to your theme's toplink image folder.

/images/themename/toplinks/

To:

3. Upload the images you wish to use to your images toplinks folder.

/images/toplinks/

But, the theme currently used on your forum link you provided is using font awesome icons so process  in either tutorial is for images not font awesome icons and either tutorial would need to be modified for fa 4.7 or 5 usage and would not need a toplinks directory.
https://i.gyazo.com/4df0fa7a119b62c8cb61...eca2f9.png how to remove the magnification glass

code: <li><a href="{$mybb->settings['bburl']}/bans.php"><img src ="images/toplinks/devowner.png">Forum Bans</a></li>
bumpp
Pages: 1 2