Hide AppGini branding

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
moderne
Posts: 4
Joined: 2024-05-19 21:20

Hide AppGini branding

Post by moderne » 2024-05-20 04:03

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.

User avatar
lramirez
Veteran Member
Posts: 61
Joined: 2019-11-01 23:23

Re: Hide AppGini branding

Post by lramirez » 2024-05-22 00:17

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
Siejemplo1.png (26.58 KiB) Viewed 531 times
Luis Ramirez R.

moderne
Posts: 4
Joined: 2024-05-19 21:20

Re: Hide AppGini branding

Post by moderne » 2024-05-23 12:54

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
Attachments
admin-area-appgini-forum-link.jpg
admin-area-appgini-forum-link.jpg (28.88 KiB) Viewed 490 times
user-area-appgini-ads.jpg
user-area-appgini-ads.jpg (21.95 KiB) Viewed 490 times

SkayyHH
Veteran Member
Posts: 459
Joined: 2015-04-27 21:18

Re: Hide AppGini branding

Post by SkayyHH » 2024-05-23 15:33

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.

moderne
Posts: 4
Joined: 2024-05-19 21:20

Re: Hide AppGini branding

Post by moderne » 2024-05-23 18:33

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.

SkayyHH
Veteran Member
Posts: 459
Joined: 2015-04-27 21:18

Re: Hide AppGini branding

Post by SkayyHH » 2024-05-23 19:49

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.

Post Reply