Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Fokstrot Friend
    #145595

    Hello, after almost two weeks of unsuccessful inquiry about the right way to post article images, I need critical support.

    I have attached pictures which I have made which includes two problems. Here are the two problems.

    1) When I upload a picture and insert it in the article without changing anything, the image gets cropped in an unusual place. Is there a way to have the image get resized to a smaller scale and not cropped? If not, then how are JA Teline iii supposed to submit article images? In other words, what is the proper way to do it?

    2) There is a login module on the top right of the page called MEMBER. I need to remove the Create an Account link from it WITHOUT DISABLING GLOBAL REGISTRATION. The reason for this is that I have JomSocial installed and I will have members registers through an extended registration page. Please note when replying, I don’t want to change the link url for “Create an Account” text, I want to remove it from the login module.

    Thank you.

    gray Friend
    #321986

    2) From Joomla’s back-end, open “Global configuration”, go to 2nd tab “System” and change “Allow User Registration” to NO.

    Fokstrot Friend
    #322022

    I need to remove the Create an Account link from it WITHOUT DISABLING GLOBAL REGISTRATION.

    Arvind Chauhan Moderator
    #322024

    novajugo;150826I need to remove the Create an Account link from it WITHOUT DISABLING GLOBAL REGISTRATION.

    Open your /templates/ja_teline_iii/html/mod_login/default.php

    around line 62 DELETE THIS CODE :

    <?php
    $usersConfig = &JComponentHelper::getParams( ‘com_users’ );
    if ($usersConfig->get(‘allowUserRegistration’)) : ?>
    <li>
    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&view=register’ ); ?>”>
    <?php echo JText::_(‘REGISTER’); ?>
    </a>
    </li>
    <?php endif; ?>

    Arvind Chauhan Moderator
    #322025

    FOr your 1st question. Please edit your first post and enter your administrator login info. In the “Require Help from Staff + Mod area, where you have entered your website url. I would like to see the article in question. You also have problem with your Most Read and Latest News modules, published in the tabs. The solution to resolve the text overlay is here.

    Arvind

    gray Friend
    #322026

    <em>@novajugo 150826 wrote:</em><blockquote>I need to remove the Create an Account link from it WITHOUT DISABLING GLOBAL REGISTRATION.</blockquote>

    Sorry. As a variant – remove
    [php]
    <?php
    $usersConfig = &JComponentHelper::getParams( ‘com_users’ );
    if ($usersConfig->get(‘allowUserRegistration’)) : ?>
    <li>
    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&view=register’ ); ?>”>
    <?php echo JText::_(‘REGISTER’); ?>
    </a>
    </li>
    <?php endif; ?>
    [/php]

    from file templatesja_teline_iiihtmlmod_logindefault.php

    or remove just
    [php]
    <li>
    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&view=register’ ); ?>”>
    <?php echo JText::_(‘REGISTER’); ?>
    </a>
    </li>
    [/php]

    Fokstrot Friend
    #322076

    I have removed the Create an account link. Thank you.

    I see that the article image testing is still in progress.

    I have taken a look at the topic for text overlay and posted a question. I couldn’t find the Image Settings in those modules.

    Fokstrot Friend
    #322396

    drarvindc, I saw that you fixed my problem. I’ve sent you a private message. Please explain how you fixed both the overlay problem and the article image resizing problem? Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  Fokstrot 15 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum