Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Undefined Index errors in Quickreply box for forum posts (v7.01.05)

Asked Modified Viewed 3,422 times
M
maoriorgnz
M
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
asked
Junior Member

Hi,

All my posts that are not locked have the following under the Quick Reply box on the forum posts

Disable Smileys Notice: Undefined index: 513a in C:\fusion\forum\forum\viewthread.php on line 396
Notice: Undefined index: 513b in C:\fusion\forum\viewthread.php on line 404

Line 396 is
echo "<br />\n<label><input type='checkbox' name='show_sig' value='1' checked='checked' /> ".$locale['513a']."</label>";


Line 404 is
echo "<br />\n<label><input type='checkbox' name='notify_me' value='1'".$notify_checked." /> ".$locale['513b']."</label>";


I have had a nosy in the locale files - both the global and the locale in the forums and can not find 513a and 513b

In the locale for the forum main.php after
$locale['513'] = " Disable Smileys";
do I just add a couple of lines for 513a and 513b or do I have to do something else to fix it?

Thank you for your time.
0 replies

3 posts

N
NobNob
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Just add the two locales after $locale['513']

$locale['513a'] = "Show My Signature in this Post";
$locale['513b'] = "Notify me when a reply is posted";
0 replies
M
maoriorgnz
M
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
answered
Junior Member

perfect - thank you :D
0 replies
N
NobNob
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

You're welcome. No problem... ;)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

N
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
M
M
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet