the live bookmark is only show
(empty), I'm using this URL:
http://mybbhacks.zingaburga.com/syndicat...http://mybbhacks.zingaburga.com/syndication.ph
but when enter directly to the above URL (by typing it to the address line) I can the see rss but also the images...
~~~~~~~~~~~
also there is something weird with multipages threads, when going after the url I receive to my mail box (the message that notify about new replies) I can see only the first page with no links to the other page, so I couldn't see your post but when searching for this thread I saw the link to the second page in the search result
so I made a little test, here the result:
when typing:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=1
(that's the url I've been redirected from the next link and after posting this reply)
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?action=newpo
(as received in the mail)
I can see the first page
without the links to the other page, in the related source html I get:
(I've put it in the php bbcode to make it highlighted but to get html highlight I've typed before '?>', maybe mybb should have html, js etc. bbcode also)
PHP Code:
?>
<div class="float_left">
</div>
|
when typing:
http://mybbhacks.zingaburga.com/showthread.php?tid=158
or http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=
I can see the first page with the links to the other pages, in the related source html I get:
PHP Code:
?>
<div class="float_left">
<div class="pagination">
<span class="pages">Pages (2):</span>
<span class="pagination_current">1</span>
<a class="pagination_page" href="showthread.php?tid=158&page=2" linkindex="12">2</a>
<a class="pagination_next" href="showthread.php?tid=158&page=2" linkindex="13">Next »</a>
</div>
</div>
|
and when typing:
http://mybbhacks.zingaburga.com/showthread.php?pid=938
or http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=
I can see the second page with the links to the other pages, in the related source html I get:
PHP Code:
?>
<div class="float_left">
<div class="pagination">
<span class="pages">Pages (2):</span>
<a class="pagination_previous" href="showthread.php?tid=158&page=1" linkindex="12">« Previous</a>
<a class="pagination_page" href="showthread.php?tid=158&page=1" linkindex="13">1</a>
<span class="pagination_current">2</span>
</div>
</div>
|
~~~~~~~~~~~
when adding reply from the http ://mybbhacks.zingaburga.com/newreply.php?tid=XXX page the smiley table isn't placed correctly in FF2 neither in IE7
~~~~~~~~~~~
currently (while writing this reply) I'm on the following url:
http://mybbhacks.zingaburga.com/newreply...http://mybbhacks.zingaburga.com/newreply.php?tid=159&p
(I started to write in the quick reply and then click preview)
when I saw that the smiley table isn't placed correctly in FF, I copied the url into IE, and get that error:
Code:
Can not upload file - Too large for php post_max_size directive. Please press the back button.
|
that occur also in FF when typing directly that url.
I know it's not a real problem because anyone shouldn't enter directly to that url but I think a proper error message should be shown.
This is also a bit annoying to view the popular permission error even when the problem isn't even related to permissions, I think that some more improvements to the error messages of mybb should be taken into consideration.
Thanks anyway for our great MyBB!
![Biggrin Biggrin](http://mybbhacks.zingaburga.com/images/smilies/biggrin.gif)