So we have built a plugin that allows you to add custom navigation items that load within frame or external pages.
My personal object was to be able to embed my commands which I use on the regular, but has a broader scope and flexibility to allow us to add any URL as an internal page or link to external resource.
I followed your instructions and it installed perfectly. Not sure where i went wrong the first time, but thank you for the help and the exciting plugin!
Great plugin. Just have one question on how to get it to pull the icon ?
I have added an icon png to media/images/. given it all the correct permissions, am able to access the url from a browser, however plugin is not pulling in icon next to new menu item.
Thank you! This is a much-needed plugin and it works great.
One note, Iām on Mautic 3.3.3 and the only way I could get the icon to work was to use one of the built-in ones that I found referenced in a file called ālibraries.cssā. Once I found that complete list of icons, I just picked on and put the name in the icon field in the plugin and it worked.
Adding the path to an image doesnāt work, either full or relative, because the code is not generating an img tag, but continues to use the span class on the icon.
Iām running Mautic 3.3.3 on ubunto 20.4 on AWS EC2.
I installed the Custom Links a few weeks ago and got it working correctly. However, when I tried to edit it later, the changes would not ātakeā. I tried to add a new link and that would not take either (and yes, there was lots of āclearing cacheā going on).
Nor could I delete the custom one I had added earlier. Even when I turned the plugin OFF in the plugins area, I could not get it to go away. In the end, I deleted the CustomNav bundle folder all together and cleared cached. Then it went away.
Then I reinstalled it. I added a new Custom Nav link, hit save, cleared cache again, and it will not show up. Butā¦ the ID of the new nav item shows ā4ā, so it seems to still be hanging on to the old install.
Any thoughts? I really like this plugin - just trying to get this one thing working with it!
Just wanted to update this. I was finally able to get this working by applying chmod 777 to the CustomNav directory (yes, I realize that is not a great solution). I did not have to do this when I first installed it.
Before applying 777 to it I first changed the owner and group to www-data and matched the permissions of the other Plugins (basically 775). This did not work - even with multiple āclear cachesā.
So, I just made the directory 777 and it works. That doesnāt seem quite right to leave it like that, but Iām adding my comments here for some future reader!
Iām trying to use the custom nav plugin but canāt get it working. Do I change the āpluginsā directory to CustomNavigationLinksBundle or just the folder with this specific plugin?