Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Constant conflicts
#2
(2024-05-23, 23:54:25)Oleg06 Wrote: Can anyone make it so that this plugin does not interfere with the short news of the News Manager plugin in the sidebar?
http://get-simple.info/extend/plugin/calendar/300/
There are plugins that use $content variable and they constantly conflict with each other.

Found a solution. 

Code:
<?php
global $filters;
foreach ($filters as $i => $row)
  if ($row['function'] == 'c_client_calendar')
    unset($filters[$i]);
?>
Reply


Messages In This Thread
Constant conflicts - by Oleg06 - 2024-05-23, 23:54:25
RE: Constant conflicts - by Oleg06 - 2024-05-24, 18:44:07
RE: Constant conflicts - by audiprinter - 2024-09-16, 13:21:04



Users browsing this thread: 1 Guest(s)