Closed (fixed)
Project:
String Overrides
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 01:31 UTC
Updated:
2 Jan 2011 at 17:30 UTC
Jump to comment: Most recent
Comments
Comment #1
michelleIt's probably not working because the string 'Post new Forum topic' doesn't exist. It's 'post new' + node type friendly name. You can alter it in *_preprocess_forums() though.
Michelle
Comment #2
robloachThanks Michelle...... You should be able to override it by using "Post new @node_type" in String Overrides.
Comment #3
michelleAh, that's cool. I've never actually used SO, so didn't even know you could do that. I just hit this issue on a "forum" search and thought I'd chime in about the whole phrase not being there. :)
Michelle
Comment #4
m_i_c_h_a_e_l commentedRob, you confused me on that one.
On the top of the node/add/blog page, there is a title that says "Create Blog entry"
I have changed absolutely everything else to Journal, using string overrides, but I cannot figure out how to change that one.
I think this is what you are talking about, but I need a little hand-holding.
Can you please explain a little more clearly exactly what string I need to change to get the result I want?
Thanks so much,
Mike
Comment #5
Anonymous (not verified) commentedI recently had a similar issue with renaming "Forum topics" to "Community Hub Posts".
The way I changed the "Add new Forum topic" text was by renaming the "Forum topic" content type to "Community Hub Post". This change then propagated to the forum.
Similarly, I would imagine you could rename the "Blog entry" content type (or whatever it happens to be called) to "Journal entry" at admin/content/node-type/blog.
Hope this helps.