how do I hide the AppGini branding from the various admin and user interfaces of the generated application?
I am building web apps as a developer serving end user clients who are small business owners.
Hide AppGini branding
Re: Hide AppGini branding
Hello... (excuse my English) I'm not sure if you mean this... but to personalize the brand, in my case I placed this code in the footer-extras.php file in the hooks folder.
Code: Select all
<!-- Edit web footer -->
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<p class="navbar-text"><small>
<a class="navbar-link" href="http://misitioweb.com" target="_blank">CopyRight @ Panamá 2024</a>
</small></p>
</nav>
- Attachments
-
- Siejemplo1.png (26.58 KiB) Viewed 531 times
Luis Ramirez R.
Re: Hide AppGini branding
Thank you for caring to help. But I wish to have dynamic alerts like attached image (user-area-appgini-ads.jpg) not showing at all .. they show up from somewhere unknown and link straight to AppGini source website.
Also, in the Admin Area, one of the dropdown menu's has permanent link to Appgini forums. See attached screenshot admin-area-appgini-forum-link.jpg
Also, in the Admin Area, one of the dropdown menu's has permanent link to Appgini forums. See attached screenshot admin-area-appgini-forum-link.jpg
- Attachments
-
- admin-area-appgini-forum-link.jpg (28.88 KiB) Viewed 490 times
-
- user-area-appgini-ads.jpg (21.95 KiB) Viewed 490 times
Re: Hide AppGini branding
You have to remove all brandings by hand. I use a automation tool > powergrep < for this.
I would also like appgini to have a switch that allows us to leave all appgini references out of the generated scripts.
I would also like appgini to have a switch that allows us to leave all appgini references out of the generated scripts.
Re: Hide AppGini branding
How exactly to have all such branding elements removed or hidden by hand? I guess using CSS to hide the elements? How exactly, that's the question. Thanks in advance for caring to explain the steps 1-2-3-4.
Re: Hide AppGini branding
Hi, comment out or remove the hints in the generated scripts. You can automate this with the powergrep software. Then you only have to look for the hints once and you can automatically remove them again every time you generate the scripts with powergrep.