DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 2425--------------------------------------------------
How do i [Help asap Please]
DIR By: mr extrmez
Date: August 26, 2011, 4:43 pm
---------------------------------------------------------
How do i add my own rank images for site owner and stuff not
ones from this site
HTML http://www.smfforfree.com/starpreview.htm
HTML http://www.smfforfree.com/starpreview.htm
but like custom rank
images that i have that i want to use? Please help.
Thanks. :)
#Post#: 2426--------------------------------------------------
Re: How do i [Help asap Please]
DIR By: Alex P.
Date: August 26, 2011, 4:49 pm
---------------------------------------------------------
(Guide) Using your own rank images
HTML http://support.createaforum.com/guides-and-tutorials/%28guide%29-using-your-own-rank-images/
#Post#: 2427--------------------------------------------------
Re: How do i [Help asap Please]
DIR By: mr extrmez
Date: August 26, 2011, 6:28 pm
---------------------------------------------------------
--- Quote from: Alex link ---
>
> (Guide) Using your own rank images
HTML http://support.createaforum.com/guides-and-tutorials/%28guide%29-using-your-own-rank-images/
>
--- End Quote ---
In the tut the swapping images link is down so that tut wont
work.
#Post#: 2431--------------------------------------------------
Re: How do i [Help asap Please]
DIR By: Alex P.
Date: August 26, 2011, 9:13 pm
---------------------------------------------------------
That is currently the only known way to do it. Give me some time
and may be able to get you the code for image swap.
#Post#: 2432--------------------------------------------------
Re: How do i [Help asap Please]
DIR By: xboi209
Date: August 26, 2011, 10:31 pm
---------------------------------------------------------
--- Quote from: mr extrmez link ---
>
> [quote author=Alex link=topic=673.msg2426#msg2426
date=1314395378]
> (Guide) Using your own rank images
HTML http://support.createaforum.com/guides-and-tutorials/%28guide%29-using-your-own-rank-images/
>
--- End Quote ---
In the tut the swapping images link is down so that tut wont
work.
[/quote]
--- Quote from: Simply sibyl ---
>
>
>
>
>
>
> The page for the Generator was made by a member (from SMF for
Free) and his page must be down.
>
> If the Generator URL is not working:
>
> (The code goes in the Footer)
>
>
>
--- Code ---
/*
> Change Any Image On Page
> Created by iFusion
> */
> var img_b = new Array();
>
> img_b[img_b.length++] = ["OLD IMAGE URL" , "NEW IMAGE URL"]
>
> 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.src == img_b[j][0]){
> all_images.src = img_b[j][1];
> }}}
> </script>
--- End Code ---
>
> Replace OLD IMAGE URL with the url of the image you want to
replace
> Replace NEW IMAGE URL with the url of the new image you want
to use
>
> Add more of these lines if you have several images to swap:
>
> img_b[img_b.length++] = ["OLD IMAGE URL" , "NEW IMAGE URL"]
>
--- End Quote ---
*****************************************************
Page 1 of 1