URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Create a Forum Codes and Support
       *****************************************************
       #Post#: 17517--------------------------------------------------
       Smilies in my forum don't work
       By: Bohord Date: April 30, 2016, 6:46 am
       ---------------------------------------------------------
       I tried doesn't work
       This is the Jquery.
       [code]<script
       src="
  HTML https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>[/code]
       This is the code.
       [code]<script type='text/javascript'>
       /* Image Changes on Page
       SMF For Free 2009 - WWX */
       var forumurl = "
  HTML http://fantasyff2.createaforum.com/index.php";
       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[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
       }
       swap_img();[/code]
       Someone help.
       #Post#: 17518--------------------------------------------------
       Re: Smilies in my forum don't work
       By: CreateAForum Date: April 30, 2016, 8:12 am
       ---------------------------------------------------------
       forummurl should just be fantasyff2
       #Post#: 17550--------------------------------------------------
       Re: Smilies in my forum don't work
       By: Bohord Date: May 5, 2016, 6:15 am
       ---------------------------------------------------------
       Tried, doesn't work still.
       #Post#: 17551--------------------------------------------------
       Re: Smilies in my forum don't work
       By: CreateAForum Date: May 5, 2016, 7:13 am
       ---------------------------------------------------------
       Not sure then i didn't make that code.
       #Post#: 17590--------------------------------------------------
       Re: Smilies in my forum don't work
       By: Bohord Date: May 14, 2016, 1:04 am
       ---------------------------------------------------------
       It works
       *****************************************************