-
AuthorPosts
-
cybernun Friend
cybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
May 23, 2012 at 8:13 pm #177464Duplicated Smart Search mod for Ja_Lens so that – for Home page only – I could put in User 3 position. The Home page shows Slideshow Lite module not K2 Categories. I tried all positions but it won’t budge. Is there any way to adjust for other positions?
Thank Thank you, Oh Wise Forum Users!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 25, 2012 at 10:33 am #454877Hi cybernun,
You can duplicate Smart Search module and assign to user3 position and if you want to show this duplicated module in Homepage only, you need to assign this module to ‘Home’ menu item in Menu assignment section.
-
1 user says Thank You to Saguaros for this useful post
cplanetdoo Friendcplanetdoo
- Join date:
- August 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 16, 2012 at 2:24 am #457641Hi there! Why isn’t it possible to assign smart search module to the search position at homepage?
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
June 16, 2012 at 4:07 am #457644Thank you Saguaros. I gave up on Lens (it’s beautiful but too tricky for what client needed) and am now using Ja Mendozite, and am happy I made the switch. Thanks again…yes, duplicating the mod is what I should have done.:):):):):)
We can close this out….
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 19, 2012 at 4:17 am #457961Hi there,
<blockquote>Hi there! Why isn’t it possible to assign smart search module to the search position at homepage?</blockquote>
You can open up this file: templates/ja_lens/index.php (ja_lens here is your default template’s name)Replace:
[PHP]<?php if (!jaTpl_check (‘islayoutview’) && $this->countModules(‘search’) ) { ?>
<!– SEARCH –>
<div id=”search”>
<div class=”btn-toggle search-toggle”>
<span>Search</span>
</div>
<div class=”inner search-inner clearfix”>
<jdoc:include type=”modules” name=”search” />
</div>
</div>
<!– //SEARCH –>
<?php } ?>[/PHP]
With:
[PHP]<?php if ($this->countModules(‘search’) ) { ?>
<!– SEARCH –>
<div id=”search”>
<div class=”btn-toggle search-toggle”>
<span>Search</span>
</div>
<div class=”inner search-inner clearfix”>
<jdoc:include type=”modules” name=”search” />
</div>
</div>
<!– //SEARCH –>
<?php } ?>[/PHP]
and make sure that you assign this module to homepage in menu assignment section in backend settings of this module.
Hope this helps.AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Saguaros 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Unable to put smart search mod in any other position
Viewing 5 posts - 1 through 5 (of 5 total)