Mega Menu

More
12 years 2 weeks ago #23829 by ivan.milic
Replied by ivan.milic on topic Mega Menu
Open:

modules\mod_hot_joomla_carousel_pro\mod_hot_joomla_carousel_pro.php

around line 162:

foreach ( $rows as $row ) {

replace with:

$n = 0;
foreach ( $rows as $row ) {
$n++;
if(count($rows) - 2 == $n) break;

Please Log in to join the conversation.

  • Axpal
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 weeks ago #23864 by Axpal
Replied by Axpal on topic Mega Menu
Hello Yvan,
I tried but I can not find the instructions on line 162?

Attachments:

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 2 weeks ago #23865 by milos
Replied by milos on topic Mega Menu
Hi Axpal,

Notepad doesn't count lines. I attached a screen shot of my editor. Try to use search function to find the line :
Code:
foreach ( $rows as $row ) {

You can also try different editor, such as Sublime Text 2: www.sublimetext.com/2

Attachments:

Please Log in to join the conversation.

Time to create page: 0.090 seconds
Powered by Kunena Forum