![]() |
Signature Images not appearing?
There is probably an easy fix for this, but whenever I go to the 'get image' link and put it in my signature on forums, it just says "Image". You can click on the link and it will bring you to the page, but the image just doesn't show up on the actual forum. (It does when you click on it, obviously. XD)
However, I can still get the images to show if I copy the image location and replace the image link, but is there an easier way so that I don't have to do that, and my users don't have to either? c: Thanks! -Pear |
In the file myadoptsview.php:
search this function: PHP Code:
$adopt = $this->getField("adopt"); add this: $imageLink = $adopt->getImage(); so it looks like this: PHP Code:
[img]{$imageLink}[/img] and <img src="{$imageLink}'> So it should look like this now: PHP Code:
|
(Sorry for the late reply, I forgot I posted here. :eye:)
Thank you so much! :D I will try it out right now. c: Edit: Thanks! :D It fixed it. c:<3 |
All times are GMT -5. The time now is 09:59 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.