Recent Threads, title description text

It's in install -> phrases -> phrases.xml

<phrase title="you_may_see_members_doing_recently" version_id="1010035" version_string="1.1.0 Beta 5"><![CDATA[You may also see what members have been doing recently.]]></phrase>

You want the recent activity link/phrase to display on a new line when you view find new threads?
 
It's in install -> phrases -> phrases.xml

<phrase title="you_may_see_members_doing_recently" version_id="1010035" version_string="1.1.0 Beta 5"><![CDATA[You may also see what members have been doing recently.]]></phrase>

You want the recent activity link/phrase to display on a new line when you view find new threads?

Yes. Thank you muchly.
But I didn't understand the rest of what you said.
With my failed searches does that mean not admincp but ftp only to the file?
 
Not sure why it doesn't show up in the search for you.

Searching the phrases and entering "You may also see what members have been doing recently" in the Text Contains field returns this phrase: you_may_see_members_doing_recently
 
You can edit the find_new_threads and add a line break for a quick fix to see if that's what you're after.

Rich (BB code):
<xen:description>
{xen:phrase all_unread_threads_from_x, 'board_title={$xenOptions.boardTitle}'} <br />
<xen:if is="{$xenOptions.enableNewsFeed}"><a href="{xen:link recent-activity}">{xen:phrase you_may_see_members_doing_recently}</a></xen:if>
</xen:description>
 
Top Bottom