|
sheeba
|
 |
« Reply #15 on: October 13, 2008, 07:15:54 am » |
|
well it still does it, when I look at stars on member groups it shows the origional pic. Than when I click modify it shows the custom one. But the posts still show the normal one -.-
|
|
|
|
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #16 on: October 13, 2008, 08:12:28 am » |
|
well it still does it, when I look at stars on member groups it shows the origional pic. Than when I click modify it shows the custom one. But the posts still show the normal one -.-
Please post the code you used so that we can see what you did. edit: actually change the www in the star image url to images like this: http://images.smfboards.com/ranks/Futura_6/PDT_Rang_w.gif
|
|
|
|
« Last Edit: October 13, 2008, 08:14:33 am by simply sibyl »
|
Logged
|
|
|
|
|
sheeba
|
 |
« Reply #17 on: October 13, 2008, 05:20:36 pm » |
|
works, thanks dude!
|
|
|
|
|
Logged
|
|
|
|
|
limskragma
|
 |
« Reply #18 on: November 05, 2008, 08:21:02 am » |
|
I am an admin on the forum, but don't have access to the back end to add new images. Can I use pics from a hosted file sharing site? On the manage membergroups page i tried to place a URL such as to http://www.snapdrive.net/files/Stuff/mystar.gif and i get the broken link image. Is the "star" too large, wrong format, or am i forced to place this file inside the image directory on the backend? Thanks, LK PS the link above is purposely invalid. I wasn't going to post the real link here.
|
|
|
|
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #19 on: November 05, 2008, 09:28:25 am » |
|
I am an admin on the forum, but don't have access to the back end to add new images. Can I use pics from a hosted file sharing site? On the manage membergroups page i tried to place a URL such as to http://www.snapdrive.net/files/Stuff/mystar.gif and i get the broken link image. Is the "star" too large, wrong format, or am i forced to place this file inside the image directory on the backend? Thanks, LK PS the link above is purposely invalid. I wasn't going to post the real link here. You can not put an external link there - you have to use a swapper code to do it.. Follow the directions in the first post in this thread as it tells you how to change your rank images.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
simply sibyl
|
 |
« Reply #21 on: November 05, 2008, 10:50:09 am » |
|
Possibly you are not using a forum hosted by this service then. What is your forum's url please?
|
|
|
|
|
Logged
|
|
|
|
|
limskragma
|
 |
« Reply #22 on: November 05, 2008, 12:42:44 pm » |
|
|
|
|
|
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #23 on: November 05, 2008, 12:45:25 pm » |
|
You'll need to use http://www.simplemachines.org/community/index.php for support. They will tell you there how you can change your rank images. Hosting the forum yourself is very different then using a hosting service. We do support here only for forums hosted by our service.
|
|
|
|
|
Logged
|
|
|
|
|
IcecreamSundae
|
 |
« Reply #24 on: November 09, 2008, 08:34:39 pm » |
|
Thanks for the thread. Me and friend are working on putting all the URL's and stuff in. If either of us have any problems then we'll make sure to put them on this thread. Once again thanks.
|
|
|
|
|
Logged
|
|
|
|
|
[JeReMy]
|
 |
« Reply #25 on: November 21, 2008, 11:13:10 pm » |
|
hmmm i done everything u said but it just stayed the same image
|
|
|
|
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #26 on: November 22, 2008, 09:19:38 am » |
|
hmmm i done everything u said but it just stayed the same image
If you want help we need more information. Forum url? The code you put in?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
[JeReMy]
|
 |
« Reply #28 on: November 22, 2008, 09:52:50 am » |
|
ok heres the code i used for my footer <script type='text/javascript'> /* Change Any Image On Page Created by iFusion */ var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks/3cyan.gif
, "http://s441.photobucket.com/albums/qq132/jeremy_m_bell/th_a.gif" ]
var all_images = document.getElementsByTagName('IMG'); for(i=0;i<all_images.length;i++){ for(j=0;j<img_b.length;j++){ if(all_images[i].src == img_b[j][0]){ all_images[i].src = img_b[j][1]; }}} </script>[code]
[/code]
|
|
|
|
« Last Edit: November 22, 2008, 10:29:33 am by RedDevil™ »
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #29 on: November 22, 2008, 09:59:32 am » |
|
You used the wrong url for the original image: IMPORTANT: It is important that you have the CORRECT url or this will not work. It has to be the url of the image that is displayed on the starfile image page OR in a post NOT the one on the Membergroup page.
Change http://www.smfboards.com/ranks/3cyan.gif to http://images.smfboards.com/ranks/3cyan.gifDid you set 3cyan.gif in the Admin Membergroup as the starfile image and it DID show up before you put the code in?
|
|
|
|
« Last Edit: November 22, 2008, 10:02:10 am by simply sibyl »
|
Logged
|
|
|
|
|
|
|