test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sportscene Friend
    #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!


    1. Screen-shot-2011-01-10-at-7.19.49-PM
    aman204 Friend
    #371076

    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

    boost_it Friend
    #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 Friend
    #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 ?

Viewing 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