- Posts: 15920
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Module width
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
10 years 7 months ago #138413
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Module width
I did not get an attachment sadly.
You will get the icons in a seperate psd, but other elements which are parts of eg. the header are in their respective psd files.
PS. If you want a module inside an article/ item you can use the {loadposition} snippet, alternatively you can look at the template's module map to find a suitable position.
nuevvo.com/documentation/commercial-templates/item/41-numotors-documentation
(head down to the visual walkthrough)
You will get the icons in a seperate psd, but other elements which are parts of eg. the header are in their respective psd files.
PS. If you want a module inside an article/ item you can use the {loadposition} snippet, alternatively you can look at the template's module map to find a suitable position.
nuevvo.com/documentation/commercial-templates/item/41-numotors-documentation
(head down to the visual walkthrough)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mariak Bol
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 54
10 years 7 months ago - 10 years 7 months ago #138414
by Mariak Bol
Replied by Mariak Bol on topic Module width
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 7 months ago #138415
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Module width
Please try to upload it to imgur and send me the link.
Somehow I cannot find the attachment.
The image might not be big to be uploaded.
Somehow I cannot find the attachment.
The image might not be big to be uploaded.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mariak Bol
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 54
10 years 7 months ago #138416
by Mariak Bol
Replied by Mariak Bol on topic Module width
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 7 months ago #138417
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Module width
We must have uploaded an earlier version of that template's psd files.
In this version there are no polls (polls where part of Joomla! 1.5 only unfortunately ) and the related items are displayed in a list.
If you want to insert a module in the K2 item and NOT use the loadposition method you can hardcode it in your template.
Open the item.php file located under /templates/numotors/com_k2/default and in line 215 directly over <div class="itemFullText"> paste the snippet in this post.
A similar thread can be found here: getk2.org/community/English-K2-Community/179921-SOLVED-Add-a-Module-position-to-K2-Template-do-it-better#191224
You can then use the floatLeft or floatRight suffixes to push to the direction you want.
In this version there are no polls (polls where part of Joomla! 1.5 only unfortunately ) and the related items are displayed in a list.
If you want to insert a module in the K2 item and NOT use the loadposition method you can hardcode it in your template.
Open the item.php file located under /templates/numotors/com_k2/default and in line 215 directly over <div class="itemFullText"> paste the snippet in this post.
<?php foreach (JModuleHelper::getModules('inner-item') as $module) {
echo JModuleHelper::renderModule($module, array('style' => 'nu'));
}?>
A similar thread can be found here: getk2.org/community/English-K2-Community/179921-SOLVED-Add-a-Module-position-to-K2-Template-do-it-better#191224
You can then use the floatLeft or floatRight suffixes to push to the direction you want.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mariak Bol
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 54
10 years 7 months ago #138418
by Mariak Bol
Replied by Mariak Bol on topic Module width
This code will display related items and every k2 item automatically?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 7 months ago #138419
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Module width
No it will enable the loading of a module in that position.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.