DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Style Support
*****************************************************
#Post#: 20919--------------------------------------------------
Is it possible to do this?
DIR By: Baal
Date: November 7, 2018, 5:49 am
---------------------------------------------------------
Is it possible to replace the text in the users info panel in a
thread ie: Administrator,Global Moderator and Moderator with
images
Examples:
#Post#: 20920--------------------------------------------------
Re: Is it possible to do this?
DIR By: CreateAForum
Date: November 7, 2018, 7:07 am
---------------------------------------------------------
Not easily would require a javascript code to do so. You can
have a custom rank icons though.
#Post#: 20921--------------------------------------------------
Re: Is it possible to do this?
DIR By: Baal
Date: November 7, 2018, 7:15 am
---------------------------------------------------------
--- Quote from: CreateAForum link ---
>
> Not easily would require a javascript code to do so. You can
have a custom rank icons though.
>
--- End Quote ---
I saw that in the star file, can more be added via upload?
#Post#: 20922--------------------------------------------------
Re: Is it possible to do this?
DIR By: CreateAForum
Date: November 7, 2018, 7:20 am
---------------------------------------------------------
Somewhat you would still have to use an image swap code added to
your footer example
--- Code ---
<script type='text/javascript'>
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [
"
HTML https://cdn.smfboards.com/ranks/dl_ranks2/rank_0.gif"
,
"
HTML https://yourrankfilefile.com/image.gif"
]
var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++)
if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
--- End Code ---
#Post#: 20923--------------------------------------------------
Re: Is it possible to do this?
DIR By: Baal
Date: November 7, 2018, 7:26 am
---------------------------------------------------------
--- Quote from: CreateAForum link ---
>
> Somewhat you would still have to use an image swap code added
to your footer example
>
--- Code ---
<script type='text/javascript'>
> function swap_img(){
> var img_b = new Array();
> img_b[img_b.length++] = [
"
HTML https://cdn.smfboards.com/ranks/dl_ranks2/rank_0.gif"
,
"
HTML https://yourrankfilefile.com/image.gif"
]
>
> var a_i = document.getElementsByTagName('IMG');
> for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++)
if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
> }
> swap_img();
> </script>
>
--- End Code ---
>
--- End Quote ---
I saw the ones in the star file so i grabbed a few of those for
now but i will keep trying to figure this out lol
*****************************************************
Page 1 of 1