VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Right position module on k2 item view
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Right position module on k2 item view

Right position module on k2 item view 20 Jan 2015 20:14 #6132

Hello Joomfreak,
I would insert a right position module on k2 item view but it not showing.
Can you help me, please.

Thanks

  • Posts:2
  • myardy
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Right position module on k2 item view 21 Jan 2015 02:30 #6133

Hello,
Go to templates/jf_taman/index.php, modify
 
if($view == 'item' || !$this->countModules('right')) {
...
 

to
 
if(!$this->countModules('right')) {
...
 

and modify,
 
<?php if($this->countModules('right') && $view != 'item') : ?>
...
 

to
 
<?php if($this->countModules('right')) : ?>
...
 


Thanks you for using our template!

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Right position module on k2 item view 21 Jan 2015 20:19 #6137

Thank you very much for the support!

Congratulations for your amazing template.

  • Posts:2
  • myardy
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.77 seconds
Saturday 20 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.