PB Codes
« Adding Stars to Additional Member Groups »

Welcome Guest. Please Login or Register.
Sept 2, 2010, 4:39pm




Proboard Codes
Frequently Used Codes:
  • Adding Stars to Additional Member Groups

  • Shoutbox Code

  • Warning Level

  • Hosting Guide
  • Code List (click me)
    Didn't find what you were looking for? Ask here.

    Did you find this site helpful? Does it need work? Let me know here.

    PB Codes :: Forum Codes :: ProBoard Codes :: Adding Stars to Additional Member Groups
    Page 1 of 2 » Jump to page   Go    [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Adding Stars to Additional Member Groups (Read 2,222 times)
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Adding Stars to Additional Member Groups
    « Thread Started on Dec 7, 2003, 6:02pm »

    To add a star or multiple stars to an additional member group, use this format. Go into admin ---> Edit Member Groups and place this in the box at the bottom where it says Additional Member Groups.

    Member Group Name<br><img src='URL OF STAR'>

    For multiple stars, repeat the <img src='URL OF IMAGE'> part. For example, a group with 5 stars would look like:

    Member Group Name<br><img src='URL OF STAR'><img src='URL OF STAR'><img src='URL OF STAR'><img src='URL OF STAR'><img src='URL OF STAR'>
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    GooRoo
    Global Moderator
    *****
    member is offline

    [avatar]


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 35
    Location: Lacey, Washington (USA)
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #1 on Dec 30, 2003, 11:46pm »

    I am assuming (perhaps incorrectly) that "Member Group Name" in the script above is not a keyword, but a placeholder for "Guest", "Administrator" and everything in between.

    I am using switchit to change group names, as:

    Guest = disGruntled
    New Member = New Gruntzer
    Junior Member = Junior Gruntzer (etc.)

    I have custom images I would like to display for these groups. For the Gruntzerz, instead of stars (one to five of them), I want to display images "ABCDE" (one to five different images. (These images are Gruntz, going from weakest to strongest.)

    Using the code listed above, how would this be accomplished?

    disGruntled
    <img src='URL OF MY IMAGE'>

    My attempt at copying your code resulted in an unwanted newline ... and the <
    > is gone.
    « Last Edit: Dec 30, 2003, 11:54pm by GooRoo »Link to Post - Back to Top  IP: Logged

    Confirmed Gruntzaholic ... [image] No remedy possible!

    Gruntz! The puzzle-powered brain game from Monolith Productions, Inc.
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #2 on Dec 31, 2003, 7:15am »


    Quote:
    I am using switchit to change group names, as:

    Guest = disGruntled
    New Member = New Gruntzer
    Junior Member = Junior Gruntzer (etc.)


    There is no need to use the switchit code for that. Just go into admin ---> Edit Member Groups and change the name of the group on the right hand side. The left hand side will always display the original name, but the right hand side will display whatever you want the names to be. That way you can change the name of Administrator, Global Moderator, Moderator, New Member, Junior Member, etc.


    Quote:
    I have custom images I would like to display for these groups. For the Gruntzerz, instead of stars (one to five of them), I want to display images "ABCDE" (one to five different images. (These images are Gruntz, going from weakest to strongest.)


    Go into admin ---> Customize Board Images and replace the URL of the star with this URL http://proboards8.com/boardimages/blank.gif That will make a blank, transparent, 1x1 pixel image appear for each of the stars, making it look like they're not their. Then, go into admin ---> Edit Member Groups, and use the code at the top, on the right hand column of member group names; the ones you can edit.

    So, where it says New Gruntzer, next to New Member, use the code, so it looks like:

    New Gruntzer<br><img src='URL OF FIRST IMAGE'><img src='URL OF SECOND IMAGE'><img src='URL OF THIRD IMAGE'><img src='URL OF FOURTH IMAGE'><img src='URL OF FIFTH IMAGE'>


    Quote:
    My attempt at copying your code resulted in an unwanted newline ... and the <
    > is gone.


    The <br> is HTML for a new line. It will create a new line if you edit your post or attempt to hit preview.
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    GooRoo
    Global Moderator
    *****
    member is offline

    [avatar]


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 35
    Location: Lacey, Washington (USA)
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #3 on Dec 31, 2003, 10:26am »

    Oh, very good! A very thorough and well-documented answer to my question, and even one that will Simpsonify (er, simplify ;) ) my Footers! I don't remember the (fictional) detective who said it, but the quote applies here ... "this case is closed!"
    Link to Post - Back to Top  IP: Logged

    Confirmed Gruntzaholic ... [image] No remedy possible!

    Gruntz! The puzzle-powered brain game from Monolith Productions, Inc.
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #4 on Dec 31, 2003, 4:36pm »

    :) No problem ;)
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    GooRoo
    Global Moderator
    *****
    member is offline

    [avatar]


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 35
    Location: Lacey, Washington (USA)
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #5 on Jan 5, 2004, 6:15pm »

    Now that I finally have a reliable hot-link hosting site, I have actually started making these modifications.

    For all of the groups in the upper box, your code works great! New=icon A; junior=icon AB; full=icon ABC; etc.

    But for the group in the lower box, I get nothing at all. I am so close, but not getting that cigar. I am copying the code and entering it below for you to look at. (Changing my URLs to URLofIMAGE.)

    Designer<br><img src='URLofIMAGE/DesignStar.gif'><img src='URLofIMAGE/DesignStar.gif'><img src='URLofIMAGE/DesignStar.gif'><img src='URLofIMAGE/DesignStar.gif'>

    Am I missing some "</img>"s?
    Link to Post - Back to Top  IP: Logged

    Confirmed Gruntzaholic ... [image] No remedy possible!

    Gruntz! The puzzle-powered brain game from Monolith Productions, Inc.
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #6 on Jan 5, 2004, 7:22pm »

    Image tags are one of the few that don't need closing tags, so there's no such thing as </img>

    When you make the changes in Edit Member Groups, and click save, you have to give the person that rank again for the changes to take effect. So you'd have to go into their profile, re-give them the rank of Designer (in this case), save their profile, click refresh (so the server actually updates the information), and the new stars should be there.

    If not, could you post the URL of one of your stars?
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    GooRoo
    Global Moderator
    *****
    member is offline

    [avatar]


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 35
    Location: Lacey, Washington (USA)
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #7 on Jan 5, 2004, 8:07pm »

    Once again, your instructions were perfect! My designers now all have four BrickLayerz under their names! Thanks for your help!!!
    Link to Post - Back to Top  IP: Logged

    Confirmed Gruntzaholic ... [image] No remedy possible!

    Gruntz! The puzzle-powered brain game from Monolith Productions, Inc.
    looker
    Junior Member
    **
    member is offline




    [homepage]

    Joined: Jan 2004
    Posts: 11
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #8 on Jan 18, 2004, 10:23am »


    Quote:
    Go into admin ---> Customize Board Images and replace the URL of the star with this URL http://proboards8.com/boardimages/blank.gif That will make a blank, transparent, 1x1 pixel image appear for each of the stars, making it look like they're not their. Then, go into admin ---> Edit Member Groups, and use the code at the top, on the right hand column of member group names; the ones you can edit.


    this seemed to work yesterday but then 2 day on my test site i went back to do some nmore work and i have 5 blank boxes with the X in thwe middle i did the thing all over again and it's working again but do i hav redo it every day? ty in advance
    Link to Post - Back to Top  IP: Logged
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #9 on Jan 18, 2004, 4:04pm »


    Quote:


    this seemed to work yesterday but then 2 day on my test site i went back to do some nmore work and i have 5 blank boxes with the X in thwe middle i did the thing all over again and it's working again but do i hav redo it every day? ty in advance


    If you're having troubles like that, it might be best to host the image yourself. Save it to your computer as a .gif image, and upload it to a host like http://ripway.com or http://angelfire.com
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    looker
    Junior Member
    **
    member is offline




    [homepage]

    Joined: Jan 2004
    Posts: 11
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #10 on Jan 18, 2004, 4:55pm »

    ok thanks do these host let you hot link?
    Link to Post - Back to Top  IP: Logged
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #11 on Jan 18, 2004, 5:11pm »


    Quote:
    ok thanks do these host let you hot link?


    Yes they do.
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    looker
    Junior Member
    **
    member is offline




    [homepage]

    Joined: Jan 2004
    Posts: 11
    Karma: 0
     Re: Adding Stars to Additional Member Groups
    « Reply #12 on Jan 19, 2004, 3:25pm »

    Kool this site is very good no messing around just the codes you need

    the main thing is there a bandwidth issue tripod.co.uk just banned me or closed my account beacsue i over used their band width :(
    « Last Edit: Jan 19, 2004, 4:16pm by looker »Link to Post - Back to Top  IP: Logged
    JZSquared
    Administrator
    *****
    member is offline

    [avatar]

    Your Friend and Ally

    [msn]

    Joined: Feb 2004
    Gender: Male
    Posts: 433
    Location: Colorado
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #13 on Feb 21, 2004, 6:58pm »

    With Angelfire... You might want to have a couple of pages... They don't like it when you use their service for image hosting only... And Angelfire has a limit to bandwidth usage as well... So you might want to limit the number of pics that you will be hot linking from them...
    Link to Post - Back to Top  IP: Logged

    "Be Yourself Others Will Follow"
    "Opinions are like @$$holes, everyone has one, and not everyone wants to hear about it."
    Simpsons Rule
    Administrator
    *****
    member is offline



    A revolution without dancing is a revolution not worth having.


    [homepage]

    Joined: Dec 2003
    Gender: Male
    Posts: 290
    Location: NY
    Karma: 8,388,607
     Re: Adding Stars to Additional Member Groups
    « Reply #14 on Feb 21, 2004, 7:09pm »


    Quote:
    With Angelfire... You might want to have a couple of pages... They don't like it when you use their service for image hosting only... And Angelfire has a limit to bandwidth usage as well... So you might want to limit the number of pics that you will be hot linking from them...


    Yea I made sure I covered that in the Hostin Guide here. I still think Ripway is much better though.
    Link to Post - Back to Top  IP: Logged

    Please don't PM me or post here for Support. Go to http://support.proboards.com for ProBoards Support. This site only contains frequently used codes and information.
    Page 1 of 2 » Jump to page   Go    [Search This Thread][Send Topic To Friend] [Print]


    Click Here To Make This Board Ad-Free


    This Board Hosted For FREE By ProBoards
    Get Your Own Free Message Boards & Free Forums!
    Terms of Service | Privacy Policy | Report Abuse | Mobile