DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 5468--------------------------------------------------
Re: what is the next step
DIR By: Jaron
Date: August 6, 2012, 11:53 am
---------------------------------------------------------
--- Quote from: exoticlanduk link ---
>
> o i see so the tnafanforum.com is working? it is not working
for me or the old name
>
--- End Quote ---
Works fine for me as well.
You might try clearing your browser's cache/cookies and see if
that helps.
How to Clear Your Browser's Cache
HTML http://support.createaforum.com/7/(guide)-how-to-clear-your-browser%27s-cache/msg3674/#msg3674
#Post#: 5470--------------------------------------------------
Re: what is the next step
DIR By: exoticlanduk
Date: August 6, 2012, 11:56 am
---------------------------------------------------------
it is working now thank you all so much .. there is only one
more thing i need help with.. how do i get them cool moving
smailys for free like on smf ?
#Post#: 5471--------------------------------------------------
Re: what is the next step
DIR By: Jaron
Date: August 6, 2012, 12:08 pm
---------------------------------------------------------
Use the Smileys Here at Support
HTML http://support.createaforum.com/create-a-forum-codes-and-support/new-smileys-for-your-forum/msg288/#msg288
#Post#: 5472--------------------------------------------------
Re: what is the next step
DIR By: exoticlanduk
Date: August 6, 2012, 12:58 pm
---------------------------------------------------------
it did not work i put the cose in heder and footer
]This is the code i put in foloter
--- Code ---
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
var forumurl = "www.tnafanforum.com";
function swap_img(){
var img_b = new Array();
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/smiley.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/smiley.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/wink.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/wink.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/cheesy.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cheesy.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/grin.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/grin.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/angry.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/angry.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/sad.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/sad.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/shocked.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/shocked.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/cool.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cool.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/huh.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/huh.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/rolleyes.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/rolleyes.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/tongue.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/tongue.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/lipsrsealed.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/lipsrsealed.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/undecided.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/undecided.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/kiss.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/kiss.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/cry.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cry.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
".createaforum.com/Smileys/default/embarrassed.gif" ,
"
HTML http://support.createaforum.com/Smileys/smfnew/embarrassed.gif"<br
/>]
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.src == img_b[j][0]) a_i.src = img_b[j][1];
}
swap_img();
</script>
--- End Code ---
#Post#: 5473--------------------------------------------------
Re: what is the next step
DIR By: Jaron
Date: August 6, 2012, 1:23 pm
---------------------------------------------------------
in the "var forumurl" section, you're going to use the original
URL of your forum.
Don't use the whole link, just the part in front of the
.createaforum.com
So if your URL was "
HTML http://caftest.createaforum.com
HTML http://caftest.createaforum.com
"
you would just put "caftest" there.
Also, when posting a code, please use the # symbol on your
toolbar. It makes it easier to read and see what would be wrong
with it.
#Post#: 5474--------------------------------------------------
Re: what is the next step
DIR By: exoticlanduk
Date: August 6, 2012, 1:32 pm
---------------------------------------------------------
--- Code ---
it is still not working i did what you told me to do to.
--- End Code ---
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
var forumurl = "tnafans";
function swap_img(){
var img_b = new Array();
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/smiley.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/smiley.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/wink.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/wink.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/cheesy.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cheesy.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/grin.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/grin.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/angry.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/angry.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/sad.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/sad.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/shocked.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/shocked.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/cool.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cool.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/huh.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/huh.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnfans.createaforum.com/Smileys/default/rolleyes.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/rolleyes.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/tongue.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/tongue.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/lipsrsealed.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/lipsrsealed.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/undecided.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/undecided.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/kiss.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/kiss.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/cry.gif" ,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cry.gif"
]
HTML img_b[img_b.length++] = [ "http://" + forumurl
"tnafans.createaforum.com/Smileys/default/embarrassed.gif" ,
"
HTML http://support.createaforum.com/Smileys/smfnew/embarrassed.gif"<br
/>]
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.src == img_b[j][0]) a_i.src = img_b[j][1];
}
swap_img();
</script>
#Post#: 5475--------------------------------------------------
Re: what is the next step
DIR By: exoticlanduk
Date: August 6, 2012, 1:33 pm
---------------------------------------------------------
o sorry it did not post how i wanted it to sorry i did try :(
#Post#: 5477--------------------------------------------------
Re: what is the next step
DIR By: Jaron
Date: August 6, 2012, 2:27 pm
---------------------------------------------------------
Ok. I see the problem. This code doesn't work right with custom
domains. One second.
When posting a code, put the code between the brackets.
Like this.
[nobbc][code]CODE HERE[/code][/nobbc]
#Post#: 5478--------------------------------------------------
Re: what is the next step
DIR By: Jaron
Date: August 6, 2012, 2:31 pm
---------------------------------------------------------
Try this. The problem is that you changed your domain. So all of
the links to the original smileys changed also. So adjusting the
code the way other members would won't work for you.
This variation should work for you.
--- Code ---
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/smiley.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/smiley.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/wink.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/wink.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/cheesy.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cheesy.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/grin.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/grin.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/angry.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/angry.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/sad.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/sad.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/shocked.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/shocked.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/cool.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cool.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/huh.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/huh.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/rolleyes.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/rolleyes.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/tongue.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/tongue.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/lipsrsealed.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/lipsrsealed.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/undecided.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/undecided.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/kiss.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/kiss.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/cry.gif"
,
"
HTML http://smfsupport.com/support/Smileys/smfnew/cry.gif"
]
img_b[img_b.length++] = [
"
HTML http://tnafanforum.com/Smileys/default/embarrassed.gif"
,
"
HTML http://support.createaforum.com/Smileys/smfnew/embarrassed.gif"<br
/>]
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.src == img_b[j][0]) a_i.src = img_b[j][1];
}
swap_img();
</script>
--- End Code ---
#Post#: 5479--------------------------------------------------
Re: what is the next step
DIR By: exoticlanduk
Date: August 6, 2012, 2:34 pm
---------------------------------------------------------
still not worked
*****************************************************
Page 2 of 4
DIR Previous Page
DIR Next Page