How to: Smart Search, Login remove, place module above menu
Elegant Joomla template designed especially for both professional and personal website presentation.
- GK User
- Tue Mar 13, 2012 3:32 pm
Hi,
for Joomla 2.5.2 / Postnote
1. How to place Smart Search instead of Search?
2. How to remove Login (above menu)?
3. How to place module above menu? Above Left, Above Right...?
Please help.
for Joomla 2.5.2 / Postnote
1. How to place Smart Search instead of Search?
2. How to remove Login (above menu)?
3. How to place module above menu? Above Left, Above Right...?
Please help.
-
- Fresh Boarder
- GK User
- Tue Mar 13, 2012 3:52 pm
Hi,
1. I don't know what Smart Search is, it might be a module you downloaded somewhere, you can create an instance of it then assign to position search and disable all search modules.
2. Just find and disable login module.
3. You can assign your module to position search or login as well.
1. I don't know what Smart Search is, it might be a module you downloaded somewhere, you can create an instance of it then assign to position search and disable all search modules.
2. Just find and disable login module.
3. You can assign your module to position search or login as well.
-
- Platinum Boarder
- GK User
- Wed Mar 14, 2012 11:25 am
Hi,
thank you for your answer but i still need some help.
1. Smart Search is a native Joomla 2.5 feature, NOT an extension: http://www.joomla.org/25.html
2. OK.
3. Yes, i can do that but postnote is showing only one module in search position even if more than one module is in that position AND it is rendering both positions (search, login) in a way that the module is showed only when clicked on the words search or login (which are read from template, not the module title)
So, the basic question still remains in its current variation - how to publish module above menu without the rendering mentioned in 3.
I am using the quickstart installation of postnote/joomla.
thank you for your answer but i still need some help.
1. Smart Search is a native Joomla 2.5 feature, NOT an extension: http://www.joomla.org/25.html
2. OK.
3. Yes, i can do that but postnote is showing only one module in search position even if more than one module is in that position AND it is rendering both positions (search, login) in a way that the module is showed only when clicked on the words search or login (which are read from template, not the module title)
So, the basic question still remains in its current variation - how to publish module above menu without the rendering mentioned in 3.
I am using the quickstart installation of postnote/joomla.
-
- Fresh Boarder
- GK User
- Wed Mar 14, 2012 2:20 pm
Ok now we can create a new module position, let's say "mytop", and load it in that place as well.
Open file: \templates\gk_postnote\templateDetails.xml
Find:
Add before:
Open file: \templates\gk_postnote\layouts\blocks\nav.php
Find:
Add after:
Then assign your modules to this new position.
Open file: \templates\gk_postnote\templateDetails.xml
Find:
- Code: Select all
<position>search</position>
Add before:
- Code: Select all
<position>mytop</position>
Open file: \templates\gk_postnote\layouts\blocks\nav.php
Find:
- Code: Select all
<div id="gkToolbar">
Add after:
- Code: Select all
<?php if( $this->modules('mytop') ): ?>
<div id="mytop">
<jdoc:include type="modules" name="mytop" style="<?php echo $this->module_styles['mytop']; ?>" />
</div>
<?php endif; ?>
Then assign your modules to this new position.
-
- Platinum Boarder
- GK User
- Thu Mar 15, 2012 1:30 pm
Thank you sir.
-
- Fresh Boarder
- GK User
- Thu Mar 15, 2012 2:54 pm
You're welcome, feel free to let me know if you need any more helps.
Have a nice day,
Have a nice day,
-
- Platinum Boarder
- GK User
- Wed Jun 27, 2012 8:33 pm
\layouts\blocks\nav.php i did not find it nav.php..
-
- Fresh Boarder
- GK User
- Thu Jun 28, 2012 12:17 pm
iyilikler wrote:\layouts\blocks\nav.php i did not find it nav.php..
It depends on the template you use, check this document for more information https://www.gavick.com/documentation/jo ... -position/
Cheers,
-
- Platinum Boarder
- GK User
- Thu Apr 04, 2013 10:44 pm
Hi,
I read this topic https://www.gavick.com/documentation/jo ... -position/ and made everything that was written there.
But my module doesn't show...
How to make this: To make the module match the look of the template, you may need to adjust the CSS files.
I need to see my module next to logo...
I read this topic https://www.gavick.com/documentation/jo ... -position/ and made everything that was written there.
But my module doesn't show...
How to make this: To make the module match the look of the template, you may need to adjust the CSS files.
I need to see my module next to logo...
-
- Senior Boarder
9 posts
• Page 1 of 1