Page 1 of 1

Removing / Adding Menus

Posted: 2015-06-07 07:19
by karlyboy
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.

Re: Removing / Adding Menus

Posted: 2015-06-07 20:53
by shasta59
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