2024-10-28, 09:29 AM
As stated in the title, I was looking for a way for a newly registered user to be sent an automatic message in a certain forum. A kind of Welcome PM but not concerning private messages.
Auto post in specific forum
|
2024-10-28, 09:29 AM
As stated in the title, I was looking for a way for a newly registered user to be sent an automatic message in a certain forum. A kind of Welcome PM but not concerning private messages.
2024-10-31, 06:12 AM
http://destek.mybb.com.tr/showthread.php?tid=809
It's an old plugin but it works. You'll have to work on it a bit
MyBB Türkçe Destek Sitesi: https://mybbturkce.com
Please! Do not request support via private message unless I give permission. If you want paid consulting, you can contact us.
2024-10-31, 10:06 AM
I read that it is compatible with version 1.4 and 1.6. I currently use the latest version.
2024-10-31, 11:43 AM
It does not contain a version identifier so it may run without problem on 1.8. I did not install it, but looked through the simple code. It creates a 2 tables on installation and deletes them on uninstall. Did not see any red flags in the code, although it is still untried here.
When Hazel says you'll have to work on it, you might want to translate the turkish language pack for AdminCP to another language. Maybe have to deal with table key syntax. And question whether it works only upon registration and not when new member approved by admin. If you have error logging enabled, install it and check if compatible with PHP 8. If you find warnings, post here. It can be fixed.
2024-10-31, 11:45 AM
OK I will install it later today so I can tell you if there is any error. Unfortunately I don't understand much about php so I will definitely need your help
2024-10-31, 12:04 PM
Translate the language pack for readability, or at least print it out so you can correlate the phrase to the language variable when it appears. If warnings appear, just post the content of the error log related to the activity. Install, uninstall, and new member registration.
2024-10-31, 01:20 PM
(This post was last modified: 2024-10-31, 01:30 PM by SELLECK87. Edited 1 time in total.)
(2024-10-31, 12:04 PM)HLFadmin Wrote: Translate the language pack for readability, or at least print it out so you can correlate the phrase to the language variable when it appears. If warnings appear, just post the content of the error log related to the activity. Install, uninstall, and new member registration. So far I have found this (image attached) Then I noticed that when a user registers, at the final moment, a blank screen comes up
For first warning, find in three places in /inc/plugins/welcometopic.php
and change to
The second warning is from line 169 calling for a variable $lang->welcometopic_title which does not exist in the language file. Try by adding a line to /inc/languages/turkish/admin.
or whatever it should be in the context it appears. Not sure what language you want admin to run in, but you could translate the turkish phrases to your desired language. I have not tried multi-language capabilities, but I'm sure there's settings for it.
2024-11-01, 02:46 AM
As for the fatal error? Third screen
2024-11-01, 02:48 AM
The fatal error is triggered because the post that is made is missing a subject.
Which may be because the plugin did not initialize an entry in the table for the post subject. Fix the first warning and try again to establish the welcome post. The second language warning is not fatal, so if it does not exist, the place in the table wehere it appears will be simply blank. |
« Next Oldest | Next Newest »
|