The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
5 posters

    How can I change this, so it says something else?

    avatar
    Guest
    Guest


    In progress How can I change this, so it says something else?

    Post by Guest October 6th 2015, 4:01 am

    Hi, can someone tell me on to change this? http://prntscr.com/8o7s1h
    Regards

    Ghost
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: How can I change this, so it says something else?

    Post by brandon_g October 6th 2015, 4:12 am

    Hello,.
    I presume you mean on your forum?

    -Brandon



    How can I change this, so it says something else? Brando10
    Remember to mark your topic How can I change this, so it says something else? Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    How can I change this, so it says something else? Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    avatar
    Guest
    Guest


    In progress Re: How can I change this, so it says something else?

    Post by Guest October 6th 2015, 4:18 am

    brandon_g wrote:Hello,.
    I presume you mean on your forum?

    -Brandon
    Yes, I do.
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    In progress Re: How can I change this, so it says something else?

    Post by Bones! October 6th 2015, 4:32 am

    On other forums it says Legend, so are you asking for how to change that part?
    avatar
    Guest
    Guest


    In progress Re: How can I change this, so it says something else?

    Post by Guest October 6th 2015, 4:48 am

    Six Letters wrote:On other forums it says Legend, so are you asking for how to change that part?
    Yeah..
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How can I change this, so it says something else?

    Post by SLGray October 6th 2015, 6:40 am

    Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.




    How can I change this, so it says something else? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How can I change this, so it says something else?

    Post by Ape October 6th 2015, 3:53 pm

    This is done in Templates
    ACP >> Display Tab >> How can I change this, so it says something else? Type_liĀ Templates >> General >> index_body

    Find:
    Code:
    <br />
    <em>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</em>

    </p>

    where it says:
    {LEGEND} remove that and put your own words in

    should look like this if done right
    Code:
    <br />
    <em>STAFF&nbsp;:&nbsp;{GROUP_LEGEND}</em>

    </p>

    Don't forget to publish Neutral




    How can I change this, so it says something else? Left1212How can I change this, so it says something else? Center11How can I change this, so it says something else? Right112
    How can I change this, so it says something else? Ape_b110
    How can I change this, so it says something else? Ape1010
    avatar
    Guest
    Guest


    In progress Re: How can I change this, so it says something else?

    Post by Guest October 6th 2015, 10:45 pm

    Hi Ape, I did what you asked and it wouldn't work.
    Template Screenshot: http://prntscr.com/8oi9lcĀ HomePage Screenshot: http://prntscr.com/8oiaci
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How can I change this, so it says something else?

    Post by Ape October 6th 2015, 11:50 pm

    Sorry i missed a bit out
    Find:
    Code:
    <br />
    <em>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</em>

    </p>

    Replace it with:
    Code:
    <br />
      <em>STAFF&nbsp;</em>
      <span id="groupLegend">&nbsp;{GROUP_LEGEND}</span>

    </p>
    Change the STAFF to what ever you want Wink



    How can I change this, so it says something else? Left1212How can I change this, so it says something else? Center11How can I change this, so it says something else? Right112
    How can I change this, so it says something else? Ape_b110
    How can I change this, so it says something else? Ape1010
    avatar
    Guest
    Guest


    In progress Re: How can I change this, so it says something else?

    Post by Guest October 9th 2015, 5:38 am

    delete the entire code and replace it with that? @APE
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    In progress Re: How can I change this, so it says something else?

    Post by SarkZKalie October 9th 2015, 10:30 am

    Did you publish it?



    How can I change this, so it says something else? Sarkzk10
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How can I change this, so it says something else?

    Post by Ape October 9th 2015, 10:45 am

    APE wrote:Sorry i missed a bit out
    Find:
    Code:
    <br />
    <em>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</em>

    </p>

    Replace it with:
    Code:
    <br />
      <em>STAFF&nbsp;</em>
      <span id="groupLegend">&nbsp;{GROUP_LEGEND}</span>

    </p>
    Change the STAFF to what ever you want Wink

    find just the top code and delete it then put this code in its place
    Replace it with:
    Code:
    <br />
      <em>STAFF&nbsp;</em>
      <span id="groupLegend">&nbsp;{GROUP_LEGEND}</span>

    </p>
    Don't forget to publish it



    How can I change this, so it says something else? Left1212How can I change this, so it says something else? Center11How can I change this, so it says something else? Right112
    How can I change this, so it says something else? Ape_b110
    How can I change this, so it says something else? Ape1010
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How can I change this, so it says something else?

    Post by SLGray October 9th 2015, 4:39 pm

    Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.



    How can I change this, so it says something else? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 24th 2024, 1:17 am