How to link a plugin with main_custom_options

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Carlotta_134
Posts: 1
Joined: 07 Jul 2023, 10:43

How to link a plugin with main_custom_options

Post by Carlotta_134 »

Hello everyone.

I added a new tab in my main menu thanks to main_custom_options:

array (
0 =>
array (
'title' => 'ACP Ranking',
'access_level' => 25,
'url' => 'results.php',
'icon' => 'fa-trophy',
),
1 =>
array (
'title' => 'Help',
'access_level' => 25,
'url' => 'help.php',
'icon' => 'fa-question',
),
)

In first case I m trying to link to url results.php that it s a link in plugins/Rankings/pages/results.php but it could not find it. How Can I link it? even when I tried to use the entire path it still didn't work. Many thanks
Post Reply