Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • Manage Email content from admin in Joomla

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 5
    Comment on it

    1) Login to Joomla Administrator. 2) In the top menu, hover over Extensions and click Language Manager 3) If you haven't created any overrides yet, the list will be blank and you'll need to start adding them. 4) Click the Overrides Tab and then click New 3) Create a new constant and write the "Language Constant" as in en-GB.override.ini file. This content will override the Joomla25\language\overrides\en-GB.override.ini file content and the changes done by the admin will appear to user.

    E.g. For managing the password Reset Subject from admin

    Create the new Override using Language Constant "COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT".
    And at front end it will be used like this:
    $subject = JText::sprintf('COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT');
    
    php Joomla CMS

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: