<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>
COM_COMMUNITY_GET_CONNECTED_TITLE
bkrztuk wrote:I can't see you previous post, could you give me URL to this topic?
All this phrases are located in JomSocial translation file and the code for this part you will find in template/html/com_community/frontpage.quest.php
- Code: Select all
<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>
as you can see this part it calledso you have to find this part in JomSocial language file. If you have some other problems related with JomSocial please contact with this extension developers because all 3rd party extensions are beyond our support.
- Code: Select all
COM_COMMUNITY_GET_CONNECTED_TITLE
bkrztuk wrote:I can't see you previous post, could you give me URL to this topic?
All this phrases are located in JomSocial translation file and the code for this part you will find in template/html/com_community/frontpage.quest.php
- Code: Select all
<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>
as you can see this part it calledso you have to find this part in JomSocial language file. If you have some other problems related with JomSocial please contact with this extension developers because all 3rd party extensions are beyond our support.
- Code: Select all
COM_COMMUNITY_GET_CONNECTED_TITLE
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>