Actions link settings?

SYSTEM INFORMATION
OS type and version Debian 12
Webmin version 2.610
Virtualmin version 7.50.2 Professional
Webserver version Apache version 2.4.65
Related packages WP Workbench Manager

Any way we can get a setting for the Actions buttons to open in current or new tab. Not a big issue, but I’m constantly closing tabs down since they launch a new one with each click.

1 Like

Did you check the module config? There should be an option to do it.

If not, you can do it with the following command:

sudo sed -i 's/^link_target_new=.*/link_target_new=0/' /etc/webmin/virtualmin-wp-workbench/config

Does it work for you?

This worked well enough @Ilia. The wp admin dashboard opens in a new tab, but at least the manage button uses the same browser tab. I looked at the config and there are 12 variables. Only 10 are listed on the module configuration page. It looks like the following two variables don’t have a gui config component: update=1, link_target_new=0. Adding link target to the module config might help others. It was the first place I looked prior to submitting. Thanks!

1 Like

Alright, thanks for your suggestion! I’ll fix it in the next WP WB release.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.