(03-28-2008 09:08 AM)dvb Wrote: 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 rss but also the images...
Hmm, that's interesting. ATOM works though.
I'll look into it.
Thanks!
(03-28-2008 09:08 AM)dvb Wrote: 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)
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:
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:
Odd - I get the pagination links with all the URLs you posted.
(03-28-2008 09:08 AM)dvb Wrote: (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 does not supply HTML syntax highlighting. The PHP highlighting, in MyBB, by default, is supplied by PHP internally. In fact, if you try that on your MyBB installation, you won't get HTML highlighting.
HTML highlighting is supported here, as well as the [h
tml], [js] etc tags, because it's a custom plugin.
eg
(03-28-2008 09:08 AM)dvb Wrote: 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
That's more of an issue with the smilies installed here, not being constant size >_>
(03-28-2008 09:08 AM)dvb Wrote: 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:
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.
How did you get to that URL, with processed=1 ? Unfortunately, we can't do anything about it, due to the way PHP handles file uploads (which are too large). Instead of giving us an error, PHP will simply discard the uploaded file, so there's no way for us or the end user to tell whether the file has been uploaded or not. Thus we have to resort to a switch like that to make an estimate.
(03-28-2008 09:08 AM)dvb Wrote: This is also a bit annoying to view the popular permission error even when the problem isn't even related to permissions
Could you give an example?
Anyways, thanks a lot for the finds and suggestions