SMF Support > SMF 2.0.x Support

Mark selected as read doesn't work

(1/2) > >>

AlenNS:
Instead of marking selected topics as read there is some strange url like these - http://www.baklja.com/forum/%7BSUBMIT%7D

When I select some topics as seen and press that button I get this error.


--- Quote ---Not Found
The requested URL /forum/{SUBMIT} was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--- End quote ---


This is the part of my MessageIndex.template.php


--- Code: ---if (!empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1 && !empty($context['topics']))
{
echo '
<tr class="catbg">
<td colspan="8" align="right">
<select name="qaction"', $context['can_move'] ? ' onchange="this.form.moveItTo.disabled = (this.options[this.selectedIndex].value != \'move\');"' : '', '>
<option value="">--------</option>
', $context['can_approve'] ? '<option value="approve">' . $txt['quick_mod_approve'] . '</option>' : '', '
', $context['can_remove'] ? '<option value="remove">' . $txt['quick_mod_remove'] . '</option>' : '', '
', $context['can_lock'] ? '<option value="lock">' . $txt['quick_mod_lock'] . '</option>' : '', '
', $context['can_sticky'] ? '<option value="sticky">' . $txt['quick_mod_sticky'] . '</option>' : '', '
', $context['can_move'] ? '<option value="move">' . $txt['quick_mod_move'] . ': </option>' : '', '
', $context['can_merge'] ? '<option value="merge">' . $txt['quick_mod_merge'] . '</option>' : '', '
<option value="markread">', $txt['quick_mod_markread'], '</option>
</select>';
--- End code ---

Can someone help me to solve this?

karlbenson:
This has been fixed for beta 4.

AlenNS:
And is there any way to make fix here, because I don't know will I upgrade to beta 4.

AlenNS:
Bump!

karlbenson:
hey AlenNs

Upgrading to smf 2.x beta 4 will resolve the issue now.

Navigation

[0] Message Index

[#] Next page

Go to full version