hi , i make menu button and set it to index.php?action=cacy and when i click it still Forum page, how can i change it.?
How did you try adding this menu/button? What are you trying to do? action=cacy needs to exist before calling to it.
exactly... did you define action=cacy in the action array?
In Sources/Subs.php
'cacy => array(
'title' => $txt['cacy_button'],
'href' => $scripturl . '?action=cacy',
'show' => true,
In Themes\default\languages index.english.php and Install.croatian-utf8.php
$txt['cacy_button'] = 'Cacy';
Ok...... :o
You have the button and text but what are you trying to do ?
At the moment when you click on the button you are calling action=cacy but it's not doing anything because that action needs to be defined and exist first.
So when you click on the button what do you expect it to do ?