Hi.
I apologize for not being a smart question.
But where and how can I change this module?
I want to change the label and image.
Something not found ... (
#community-wrap .cGuest {
background: url("/joomla25/msocial/templates/gk_msocial/images/guest-bg.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}
Ivanbuldakov wrote:Preview izmenilos.otlichno. Thank you.
But now change the text?
Ivanbuldakov wrote:Help Please....
/language/en-GB
en-GB.com_community.ini
<div class="cGuest">
<h1><?php echo JText::_('COM_COMMUNITY_GET_CONNECTED_TITLE'); ?></h1>
<p><?php echo JText::_('COM_COMMUNITY_HERO_PARAGRAPH'); ?></p>
<a href="jomsocial/register/register"> <?php echo JText::_('COM_COMMUNITY_JOIN_US_NOW'); ?> </a>
Ivanbuldakov wrote:Thank You, I do not understand
In this file [en-GB.com_community.ini] is not found, what is the change file
I need to change frontpage.guest.php]?
And where to find it?
<div class="cGuest">
<h1><?php echo JText::_('COM_COMMUNITY_GET_CONNECTED_TITLE'); ?></h1>
<p><?php echo JText::_('COM_COMMUNITY_HERO_PARAGRAPH'); ?></p>
<a href="#"> <?php echo JText::_('COM_COMMUNITY_JOIN_US_NOW'); ?> </a>
</div>
#community-wrap .cGuest h1 {
color: #fff;
font-size: 48px;
font-weight: 400;
line-height: 1;
margin: 72px 0 0;
padding: 20px 0;
text-transform: uppercase;
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
<a href="<?php echo CRoute::_( 'index.php?option=com_community&view=register' , false ); ?>"> <?php echo JText::_('COM_COMMUNITY_JOIN_US_NOW'); ?> </a>