The register page of the forum doesn't have the specified button, so there's no problem. I think I have to add the two { ....} to the language pack?
'VC_REFRESH' => 'Refresh confirmation code',
'VC_REFRESH_EXPLAIN' => 'If you cannot read the code you can request a new one by clicking the button.', 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
DJ Skitzo wrote:But on my live website I have the old version of the contact MOD installed from just before you took over it, do you have update instructions from that version or should I remove it and then install yours?
Thanks



John3 wrote:Okey I now understand why the bbcodes diden't work, it was because they weren't active. Problem 1 is solved, thanks!
The second "problem" I have is that the post that gets created by the MOD doesent have the Reason in the title. I would like to have it like it was in the 3.0.5 version.
Example: "[REASON]SUBJECT" / "[Webmaster]I found a error on your board"
Now it shows the subject in the topic title without the reason.
I hope that I cleared out on what I mean now.
$subject = censor_text($contact_data['contact_subject']); if (!empty($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
}
if (!empty(($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
} if (!empty($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
}Rotsblok wrote:I think you have one ( too many RMcGirr83
this
- Code: Select all
if (!empty(($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
}
shouldnt it be
- Code: Select all
if (!empty($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
}

RMcGirr83 wrote:Rotsblok wrote:I think you have one ( too many RMcGirr83
this
- Code: Select all
if (!empty(($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
}
shouldnt it be
- Code: Select all
if (!empty($contact_data['contact_reason']))
{
$subject = '[' . htmlspecialchars_decode($contact_data['contact_reason']) . '] ' . $subject;
}
Yep, it should. Thanks!!
Post updated.
time()
Return to [3.0.x] MOD Database Releases
Users browsing this forum: Morgyanne and 17 guests