- Posts: 14116
- Thank you received: 1639
Mega Menu
-
ivan.milic
Support Staff - Moderator
Less
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;
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
Less
More
- Posts: 65
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 2 weeks ago #23865
by milos
Hi Axpal,
Notepad doesn't count lines. I attached a screen shot of my editor. Try to use search function to find the line :
You can also try different editor, such as Sublime Text 2: www.sublimetext.com/2
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
Please Log in to join the conversation.
Time to create page: 0.090 seconds