-
AuthorPosts
-
January 10, 2011 at 8:22 am #158535
The Community Plus template offers the possibility to ‘create an account’ in the right top corner: see screen shot attached.
I would like to change the text ‘create an account’ in a different text, for example ‘subscribe to newsletter’.
Problem is that I can find this text in the source code of the homepage but I cannot find the specific file where I should be able to change this text.
Scource code:
<a href=”/index.php?option=com_user&view=register”> Create an account</a>Can someone provide me with the path/directory to this file/folder in order to change this text?
Thank you!
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 10, 2011 at 8:49 am #371076You can update this text accordingly::
<button class=”button validate” type=”submit”><?php echo JText::_(‘Register’); ?></button>
in this file::
components/com_user/views/register/tmpl/default.php file
March 7, 2011 at 9:43 am #380055<em>@aman204 214006 wrote:</em><blockquote>You can update this text accordingly::
<button class=”button validate” type=”submit”><?php echo JText::_(‘Register’); ?></button>
in this file::
components/com_user/views/register/tmpl/default.php file</blockquote>
I’m trying to remove both “login” and “create an account” and tried to locate the PHP file in the location you specified.
Unfortunately, the path does not exist. I went to
components/com_users/views
folder options are login, profile, registration, remind, reset
I checked default.php under login and registration folders but the text to edit was not there. Can you please advise how to remove the login items please?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 6:35 am #380224<em>@boost_it 225998 wrote:</em><blockquote>I’m trying to remove both “login” and “create an account” and tried to locate the PHP file in the location you specified.
Unfortunately, the path does not exist. I went to
components/com_users/views
folder options are login, profile, registration, remind, reset
I checked default.php under login and registration folders but the text to edit was not there. Can you please advise how to remove the login items please?</blockquote>
If you wish to remove the create an account text, You can disable user registration in global configuration (admin)
Or, Do you wish to remove the specific module as a whole ?
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by aman204 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
directory/path to ‘create an account’
Viewing 4 posts - 1 through 4 (of 4 total)