Removing / Adding Menus

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
karlyboy
Posts: 1
Joined: 2015-06-07 07:15

Removing / Adding Menus

Post by karlyboy » 2015-06-07 07:19

In the utilities drop down there is an appgini link to forum menu item. How do i remove this.

Suggest you add this to the appgeni generator tool to remove just like you do in preferences for "powered by AppGini".

Also suggest you override your twitter feed with someone else's just by pasting in the standard twitter code.

I'm new to all this so finding my way slowly. Appreciate any advice.

User avatar
shasta59
AppGini Super Hero
AppGini Super Hero
Posts: 231
Joined: 2013-01-08 19:40
Location: Calgary, Alberta, Canada

Re: Removing / Adding Menus

Post by shasta59 » 2015-06-07 20:53

First of all what version are you using? It is helpful if, when posting, you put:

AppGini version 5.3.x etc.

Now removing the link is easy.

Open .../admin/incHeader.php and comment out the line(s) which you wish to remove. As follows:

This is around line 198

Code: Select all

<!--<li class="divider"></li>
<li><a href="http://forums.appgini.com" target="_blank"><i class="glyphicon glyphicon-new-window"></i> AppGini Community Forum</a></li>-->
Add the parts in red to comment out the html menu item(s). Note - I comment out starting with the divider as you no longer need the divider. The <!-- is the opening of the comment out and the --> closes it.

Alan
Calgary, Alberta, Canada - Using Appgini 5.50 -

Post Reply