Hey there,
Hope you are doing great,
I have just installed your script and I was trying to configure some settings, but I have got some issues.
My website - https://forum.linko.me/
1: I have set up my SMTP, but when I try to send a message via Contact I get this error. (/https://www.awesomescreenshot.com/image/46357337?key=a4caf9dd1671f42bdd99f1967ea13fa6)
2: The Google Login doesn’t show up on the registration/login page, and is this the correct Authorized redirect URIs to be added in Google Console Client ID - ( https://domain.com/auth/google )
- (/https://www.awesomescreenshot.com/image/46357427?key=eecdf8da9c317ca58df3dc64afd8ba18)
- (/https://www.awesomescreenshot.com/image/46357440?key=34f03872f6c139ab6c3f7e4095ba5490)
3: I only want Social Media to sign up/sign in and remove the manual registration, which part of the code should I delete?
4: Is there an option to manually approve each new sign-up? Or is there any verification system for new sign-ups?
5: I don’t want to show the Privacy Policy and Terms of Service in the footer and when leave the options blank in the settings, I can not save changes. So how can I delete them?
6: What is Throttle Thread Reply Posting and Throttle Thread Creation, and what values should I put in there?
7: When I try to sign up via Google, I get this error.
Looking forward to hearing from you,
Warm Regards, Milad Azami,
- MAnswered
#1: I have fixed the contact form issue, but I have got another issue.
The “${APP_NAME}” doesn’t work in the .env file and when I try to send an email from the contact form I get the ( Simple Forum ) name.
Also, when a user registers, they get an email from Simple Forum name.
- MSAnswered
Hello,
-
Please update the
APP_NAME
in the.env
file. -
The social oath URL is
auth/provider/callback
. I found that google social login only shows when you enable github. I will fix this soon. -
You can modify the login view
resources/views/auth/login.blade.php
file as you need. -
No
-
There is no option to delete the terms and privacy links
-
It will only allow 1 thread/reply in the X minutes. The X is the value that you set.
-
I will show the redirect uri in the settings.
Thank you
-
- MAnswered
Hi Main Saleem,
Hope you are doing great,
Could you please provide me with the update instruction, how can I update to new version?
I went to this guide but, it seems it is not for V 2.0
(/https://tecdiary.github.io/forum-guide/#update)
Thank you so much for your kind help and assistance,
Warm Regards,
- MAnswered
Hey Main Saleem,
I have reinstalled the new version of the script.
1: The Google Sign-in still doesn’t show in the Registration Page, it only shows up in the Login page. You can check in my website - (/https://forum.linko.me)
2: The Google Sign-in still doesn’t work, I have updated the Authorized Redirect URI. The screenshot is attached to the message.
3: I have changed the $APP_NAME in the .env file, but still getting the Simple Forum name in the email verification.
(/https://www.awesomescreenshot.com/image/46385359?key=af9418594490ccb1067353b43eeacf8f)
(/https://www.awesomescreenshot.com/image/46385417?key=d35633323bdf97c34ec1f4b1b64a4e36)
Warm Regards, Milad Azami,
Attachments - MSAnswered
Hello,
The update instructions are in the documentation.pdf for v2 that is in your download.
-
Yes, the social auth is not displayed on registration but login only.
-
Please check the server php error logs for error details. You can check the Laravel logs in the
storage/logs/
folder. -
If you have changed the
MAIL_FROM_NAME
then the system will send the email from this as user name. I hope you have not cached the config, you can runphp artisan optimize:clear
command and test again.
Thank you
-
- MAnswered
Hi Main Saleem,
Hope you are doing great,
1: I have attached the log files in the message, please take a look and you may find something wrong.
Warm Regards, Milad Azami,
Attachments - MAnswered
Google Auth Error Snapshot from Plesk Panel Log
- MAnswered
2: Also, could you please let me know what part of the code should I copy and paste into the Registration Page to enable Google Signin?
- MAnswered
3: Once a tag is added to a thread, it can not be removed later. How to fix this.
(/https://www.awesomescreenshot.com/video/25494496?key=de90c4d4c30626c9fe833f4662227480)
- MSAnswered
Hello,
The error is generated from Socialite Laravel package as response received might don’t have the data. Socialite require provider to sent the emails. I will update the code to generate better error messages.
You shared the access log that won’t be helpful to know the error, you need to check the server’s php error logs. If Laravel logs has error details then this is not required.
The login view file is
resources/views/auth/login.blade.php
You can modify the item code as you need as per license. Please be informed that we don’t offer support for modifications and modified versions.I will fix the tags in the next update.
Thank you
- Login to Reply