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
Some Questions from new user
Re: Some Questions from new user
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

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

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Some Questions from new user
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
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