Get connected

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 25, 2014 8:57 am
Reply with quote
Report this post
Image

Hi I've redone this post as nobody has answered it.

But how do we change the text on the image.

Sorry again for reposting... you guys a great just great!

Thanks

Mike
User avatar
Junior Boarder

GK User
Fri Apr 25, 2014 9:42 am
Reply with quote
Report this post
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 called
Code: Select all
COM_COMMUNITY_GET_CONNECTED_TITLE
so 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.
User avatar
Platinum Boarder

GK User
Fri Apr 25, 2014 10:09 am
Reply with quote
Report this post
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 called
Code: Select all
COM_COMMUNITY_GET_CONNECTED_TITLE
so 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.


Hi sorry

Does this also allow us to edit the button the "join us its free" and its url link?
User avatar
Junior Boarder

GK User
Fri Apr 25, 2014 10:11 am
Reply with quote
Report this post
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 called
Code: Select all
COM_COMMUNITY_GET_CONNECTED_TITLE
so 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.


Sorry seen it now Being and idiot, my excuse is my contact lense has fallen out, and currently only have one in!
User avatar
Junior Boarder

GK User
Fri Apr 25, 2014 10:40 am
Reply with quote
Report this post
Hi for anybody else

Ivanbuldakov wrote:Help Please.... :cry:


Code: Select all
/language/en-GB


find

en-GB.com_community.ini


search for one of the this is from frontpage.guest.php in the ini file and change the text

Code: Select all
<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>
User avatar
Junior Boarder

GK User
Fri Apr 25, 2014 11:14 am
Reply with quote
Report this post
Yes your solution is correct, you can replace the '#" with any URL you want to, no matter whether it is regular Joomla! register form or JomSocial one.
User avatar
Platinum Boarder


cron