Forum Discussion

bhupen's avatar
bhupen
Advisor
11 years ago

Trouble with custom text key

I have the requirement to change the default text:
http://community.us.playstation.com/t5/AMA-With-Chad-Michael-Murray/idb-p/AMAChad

 

Change the following text:
'Urgent Issues' is now 'Hottest'
'Top Issues' is now 'Most Popular'
'New Issues' is now 'Most Recent'

I'am able to manage the text change using custom key in text editor: 'Urgent Issues' is now 'Hottest', 'Top Issues' is now 'Most Popular'.

But I can't find "New Issues" in text editor, so that I can define custom key for this.
Please suggest me the steps to change "'New Issues To 'Most Recent'".

 

Regards

  • bhupen's avatar
    bhupen
    11 years ago
    IzabelaU thanks for your input.
    I resolved it this way.
    idea.most_kudoed_tab.title = Top ${general.Ideas}
    To
    idea.most_kudoed_tab.title = Most Popular

    Andit works for me.

    Thank you so much for you all guys have your inputs.

    Regards
    Bhupen
    • bhupen's avatar
      bhupen
      Advisor
      IzabelaU thanks for your input.
      I resolved it this way.
      idea.most_kudoed_tab.title = Top ${general.Ideas}
      To
      idea.most_kudoed_tab.title = Most Popular

      Andit works for me.

      Thank you so much for you all guys have your inputs.

      Regards
      Bhupen
  • Hey, 

     

    Sorry couldnt see what's on the link as i dont have a login however are you using the ideas app for this? If so the default "out the box" for that text key is "new idea", one of these i suspect:

     

    idea.most_recent_tab.title = New Ideas

    tabs.IdeaBank.tab.most-recent.title = New Ideas

     

    Have you looked for either of these text keys to see what their value is set to? 

  • NoamanA's avatar
    NoamanA
    Lithium Alumni (Retired)

    The key you're looking for should look like:

     

    idea.most_recent_tab.title                         = New ${general.Ideas}

     

    You can just replace it to '= Most Recent' and that should do the trick.

     

    Regards

    Noaman

    • bhupen's avatar
      bhupen
      Advisor

      NoamanA  and @Fellsteruk

      I have used same method you said on your comment but the conecern is

      I have defined the custom keys for:
      Urgent Issues' To 'Hottest'
      'Top Issues' To 'Most Popular'

      Custom keys for above which is working:

      idea.popular_tab.title = Urgent Issues
      tabs.IdeaBank.tab.top-rated.title = Top Issues

       

      My conecrn:

      I can't find "New Issues" in text editor(please see the attached image), so that I can define custom key for this.
      Please suggest me the steps to change "'New Issues' To 'Most Recent'".

      I want to define the new text for 'New Issues'  To 'Test'.

       

      For more referce pleas see the attached image.

       

      Thanks

  • NoamanA's avatar
    NoamanA
    Lithium Alumni (Retired)

    Hey bhupen

     

    Sorry if I wasn't clear.  Please follow the steps below.

     

    In Studio > Text Editor > Community Text search for idea.most_recent_tab.title.

     

    You should see the following:

     

    idea.most_recent_tab.title = New ${general.Ideas}

     

    Copy this line into the bottom of the Text Properties box and change it to:

     

    idea.most_recent_tab.title = Most Recent

     

    Click Save and check your Ideas page.  The tab should now display 'Most Recent'.

     

    If this doesn't work, please let me know.

     

    Thanks

    Noaman

    • bhupen's avatar
      bhupen
      Advisor

      NoamanA
      Thanks for above comment. Its working fine. I have one more concern:

      Requirement:
      Need to change 'Top Issues' To 'Most Popular'


      In Studio > Text Editor > Community



      I see the following:

      tabs.IdeaBank.tab.top-rated.title = Top Issues

      To

      tabs.IdeaBank.tab.top-rated.title = Most Popular

      above code should show me most pouloar in front end. But its not reflecting. Is there anything wrong or I have to modify other code line for this?

      • NoamanA's avatar
        NoamanA
        Lithium Alumni (Retired)

        You're right, this should be reflected in the front end.

         

        Could I please suggest you open a support ticket for further investigation?

         

        Thanks

        Noaman