-
AuthorPosts
-
amarks Friend
amarks
- Join date:
- July 2011
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 138
- Thanked:
- 1 times in 1 posts
August 2, 2011 at 9:43 pm #166990chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 3, 2011 at 4:46 am #404265Go to this File : componentscom_searchviewssearchtmpldefault_form.php
Find this Code
<button name="Search" onclick="this.form.submit()" class="button"><?php echo JText::_( 'Search' );?></button>
you must replace the text “Search” in this code “<?php echo JText::_( ‘Search’ );?>”
For Ex: I making it change “forum”
<button name="Search" onclick="this.form.submit()" class="button"><?php echo JText::_( 'Forum' );?></button>
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
amarks Friendamarks
- Join date:
- July 2011
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 138
- Thanked:
- 1 times in 1 posts
August 3, 2011 at 5:17 am #404272I actually meant under the “Search only” section… Where it says “newsfeeds” “Jomsocial” “forum”
I would like to change “Jomsocial” to “Social Network”
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 5, 2011 at 4:31 am #404580Hello amarks,
I have created a bug report regarding your issue . You can check the progress of issue at the link http://pm.joomlart.com/browse/JATCSOCIAL-332
Best Regards,
1 user says Thank You to chavan for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 5, 2011 at 6:10 am #404592Post a screenshot with a clear explanation.
<em>@amarks 257257 wrote:</em><blockquote>I actually meant under the “Search only” section… Where it says “newsfeeds” “Jomsocial” “forum”
I would like to change “Jomsocial” to “Social Network”</blockquote>
1 user says Thank You to chavan for this useful post
amarks Friendamarks
- Join date:
- July 2011
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 138
- Thanked:
- 1 times in 1 posts
August 5, 2011 at 11:48 am #404653I posted a picture in the first post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 5, 2011 at 12:53 pm #404664I don’t recommend this, but this is the only way to do this.
For this Go to this File : componentscom_searchviewssearchtmpldefault_form.php
Find this code
<?php echo JText::_($txt); ?>
With
<?php if(trim(JText::_($txt)) =="Jomsocial") echo "Social Network"; else echo JText::_($txt); ?>
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
amarks Friendamarks
- Join date:
- July 2011
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 138
- Thanked:
- 1 times in 1 posts
August 5, 2011 at 2:32 pm #404672Thanks Chavan. Why don’t you recommend this? Could this cause problems down the line?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
amarks Friendamarks
- Join date:
- July 2011
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 138
- Thanked:
- 1 times in 1 posts
August 5, 2011 at 4:23 pm #404684Thanks for your help Chavan, both on this and all the other posts 🙂
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by amarks 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Rename search field
Viewing 10 posts - 1 through 10 (of 10 total)