Page 1 of 1
Some Questions from new user
Posted: 2015-04-27 21:24
by SkayyHH
Hello,
i have tried my new Appgini Software a little bit and have some questions:
1.) How to change the "Powered by.." with a hook?
2.) How to remove the Admin Tweets with a hook?
3.) How to edit the Admin Utility Link to Appgine with a hook?
4.) I need a Dashbord Table that will display some links to other tables on special filtered criterias.
5.) How to skip the Homepage index.php and redirekt the user to a specified xyz_view.php?
Thanks much, Kai
Re: Some Questions from new user
Posted: 2015-04-28 23:32
by a.gneady
1. If you have the pro version, you can remove the "powered by" from "AppGini Preferences" window > Project defaults > Hide "Powered by AppGini" footer ... no need for a hook to remove it
2. In the admin area, open the "Utilities" menu > Admin settings .. scroll down to the last setting where you can check the checkbox labeled "Hide Twitter feed". There is no hook for this.
3. Not sure I understand this question clearly ...
4. If you mean the user's area homepage, you can add customized panels to it by editing the hooks/links-home.php" file.
5. Use the login_ok hook to redirect users to a specific table. Set the return value of this function to the page required.
http://bigprof.com/appgini/help/advance ... s#login_ok
Re: Some Questions from new user
Posted: 2015-04-29 06:34
by SkayyHH
Thanks very much for help. I own the pro version.
1.) Found it

2.) Because my clients get the app and use the admin area too, i need to remove the twitter feed initial. There where confused to see a twitter tweed from appgini not from my company. need to remove the tweets and the option in admin settings too.
3.) in admin area i have the menu item "utilities". there is a link to your support forum "app gini community forum". i have to remove this because the same issue like 2.)
4.) Ok fine
5.) Ok fine
I have wrote a support request too. Because this some questions are the same in my support request.
Thanks much, Kai