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

10 Replies

  • 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)
    11 years ago

    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
    11 years ago

    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)
    11 years ago

    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
    11 years ago

    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)
    11 years ago

    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

  • Hi,

     

    I may be asking a stupid question "sorry if i am" but have you checked your using the correct language for the text keys. This may say more about me but i always have this issue then realise i made the change in US English when my community uses UK English. 

     

    As i say may say more about me... lol

  • IzabelaU's avatar
    IzabelaU
    Lithium Alumni (Retired)
    11 years ago
    Hi there,

    Are you using ratings or kudos in your idea exchange?

    If you're using kudos, you actually need to find a similar text key to the one above but for 'kudos/kudoed' instead of 'ratings/rated' because the 'top rated' tab is not configured to show in the UI.
  • bhupen's avatar
    bhupen
    Advisor
    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