-
AuthorPosts
-
October 29, 2009 at 4:39 am #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 Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
October 29, 2009 at 5:47 am #3219862) From Joomla’s back-end, open “Global configuration”, go to 2nd tab “System” and change “Allow User Registration” to NO.
October 29, 2009 at 2:13 pm #322022I need to remove the Create an Account link from it WITHOUT DISABLING GLOBAL REGISTRATION.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 29, 2009 at 2:29 pm #322024novajugo;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 ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 29, 2009 at 2:33 pm #322025FOr 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 Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
October 29, 2009 at 2:38 pm #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]October 30, 2009 at 3:41 am #322076I 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.
-
AuthorPosts
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