Anthony Parsons
Well-known member
Use an FTP client, such as filezilla, which is free.
Thanks Anthony. I was afraid that would be the answer.![]()
Thanks laztrix.
Would it work if I just created the folder and sub folders, and uploaded the pertinent files into them one by one? It's not the kind of a day where I want to take on yet another learning curve.
Yes... you can just do that via cpanel if you want to upload file by file... though that is painful... though achievable.Thanks laztrix.
Would it work if I just created the folder and sub folders, and uploaded the pertinent files into them one by one? It's not the kind of a day where I want to take on yet another learning curve.
Go to the forum page and look at the number in your address bar:"New thread in the following forum will be created on detection if corresponding option is enabled. Enter an ID."
what does this mean? How do you find what the ID of a forum is?
Error
The callback class 'MultipleAccountDetection_EventListener' for option 'madPCParticipants' is not valid.
I have just tested it and cannot reproduce this. You may try to reupload the file /library/MultipleAccountDetection/EventListener.php as this error might appear if the file is corrupted.When trying to change some of the the settings on RC3. e.g. the conversation recipients.
Hmm, I know only one case that may make you think it is not working.I've tried everything I can think of to get this to work.
Cookie Name: IDStack
Ignored Users:0
Ignored User Groups:0
Create Private Conversation: checked
Private conversation participants: 1,3,10,7
I've logged in with three different user names - I never get a private conversation. I do have the cookie present on my computer: IDStack
I've tried it with both IE and FF. Still no PC. RC3. No Errors.
if ($options->madReportByNewThread)
{
$threadDw = XenForo_DataWriter::create('XenForo_DataWriter_Discussion_Thread');
$threadDw->set('user_id', $visitor['user_id']);
$threadDw->set('username', $visitor['username']);
$threadDw->set('node_id', $options->madReportsForum);
$threadDw->set('title', new XenForo_Phrase('multiple_accounts'));
$postDw = $threadDw->getFirstMessageDw();
$postDw->set('message', $report);
$threadDw->preSave();
if (!$threadDw->hasErrors())
{
$threadDw->save();
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.