I have the same problem as well..
What really should be just "&" becomes "&". I've noticed that it is only the redirection that goes wrong. If you manually click "Return to the topic" it works.
Here's the a href code for the the manual link (from post.php):
| Code: |
echo '<a href="' . sefRelToAbs(JB_LIVEURLREL . '&func=view&catid=' . $catid . '&id=' . $pid) . '#' . $pid . '">' . _POST_SUCCESS_VIEW . '</a><br />';
|
And this is the javascript that redirects (from the same post.php)
| Code: |
<script language = "javascript">setTimeout("location='<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=view&catid='.$catid.'&id='.$pid).'#'.$pid;?>'", 3500);</script>
|
Anyone know how to fix this?
Thanks in advance