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#: 4229--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: Matt
       Date: April 21, 2012, 1:52 pm
       ---------------------------------------------------------
       Thanks it worked.
       #Post#: 4231--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: Matt
       Date: April 21, 2012, 2:04 pm
       ---------------------------------------------------------
       How do i change the colour of name? I change the color in
       memeber group thinkingit would change it but it didnt
       #Post#: 4233--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: xboi209
       Date: April 21, 2012, 2:06 pm
       ---------------------------------------------------------
       There isn't an option or a code for that yet.
       #Post#: 4473--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: halokiller38
       Date: May 8, 2012, 10:04 pm
       ---------------------------------------------------------
       How do I do this?
       #Post#: 4476--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: xboi209
       Date: May 9, 2012, 8:34 am
       ---------------------------------------------------------
       Instructions are already in the original post, if you be more
       specific then I can help you
       #Post#: 4498--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: halokiller38
       Date: May 10, 2012, 9:42 pm
       ---------------------------------------------------------
       Well.... let's see.... there aren't any instructions.
       #Post#: 4501--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: xboi209
       Date: May 11, 2012, 5:02 pm
       ---------------------------------------------------------
       The whole post is the instructions with the exception of the
       original request link and the original poster saying enjoy with
       a emoticon....
       #Post#: 4532--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: RiloRii
       Date: May 16, 2012, 9:56 am
       ---------------------------------------------------------
       ^^; Okay, so everything worked up until I tried to add the last
       one.
       On the last one, there wasn't anymore starfile ones. So I tried
       to do multiple other ones, but it just wouldn't work. :/ Is
       there any way to still do the last one? Or, for lack of a better
       phrase, am I just S.O.L? XD
       Nevermind! (: I found a file that worked. <3
       #Post#: 5639--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: Tony
       Date: August 12, 2012, 6:37 pm
       ---------------------------------------------------------
       I know this is basically gravedigging but I really need help
       with this. I added the code
       --- Code ---
       <script type="text/javascript"
       src="
  HTML https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
       <script type="text/javascript">
       function GroupImage(Group, Image){
       //Created by Agent Moose
       var PostGroup = document.getElementsByTagName("li");
       for(x=0;x<PostGroup.length;x++){
       if(PostGroup[x].className === "membergroup" &&
       PostGroup[x].innerHTML.toLowerCase() === Group.toLowerCase()){
       $(PostGroup[x]).parent().prev().find("a:last").prepend("<img
       src='" + Image + "' />");
       };
       if(PostGroup[x].className !== "membergroup" &&
       PostGroup[x].className === "postgroup" &&
       PostGroup[x].innerHTML.toLowerCase() === Group.toLowerCase()){
       $(PostGroup[x]).parent().prev().find("a:last").prepend("<img
       src='" + Image + "' />");
       };
       };
       };
       GroupImage("Administrator",
       "
  HTML http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png");
       </script>
       --- End Code ---
       to my footers and it didn't work. My web browser is updated
       too. My forum is
  HTML http://divinpk.createaforum.com
  HTML http://divinpk.createaforum.com
       #Post#: 5640--------------------------------------------------
       Re: [Code] Membergroup Image
   DIR By: xboi209
       Date: August 12, 2012, 6:57 pm
       ---------------------------------------------------------
       Did you read the note?
       *****************************************************
       Page 5 of 7
   DIR Previous Page
   DIR Next Page