Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Upgraded to MyBB 1.4 beta
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #15
RE: Upgraded to MyBB 1.4 beta
(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)

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:
1
2
3
4
5
6
7
8
9
?>
<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:
1
2
3
4
5
6
7
8
9
?>
<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>

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 [html], [js] etc tags, because it's a custom plugin.
eg

HTML Code
        <div class="float_left">
	</div>


(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:

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.

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 Biggrin

My Blog
(This post was last modified: 03-30-2008 04:43 PM by ZiNgA BuRgA.)
03-30-2008 04:42 PM
Find all posts by this user

« Next Oldest | Next Newest »

Messages In This Thread
Upgraded to MyBB 1.4 beta - ZiNgA BuRgA - 03-20-2008, 10:38 PM
RE: Upgraded to MyBB 1.4 beta - KacperOo - 03-20-2008, 11:19 PM
RE: RE: Upgraded to MyBB 1.4 beta - RR2 - 03-21-2008, 11:59 AM
RE: Upgraded to MyBB 1.4 beta - MrDoom - 03-22-2008, 12:15 PM
RE: Upgraded to MyBB 1.4 beta - Lord_Croft - 03-24-2008, 01:10 AM
RE: RE: Upgraded to MyBB 1.4 beta - dvb - 03-24-2008, 04:29 AM
RE: Upgraded to MyBB 1.4 beta - dvb - 03-28-2008, 09:08 AM
RE: RE: Upgraded to MyBB 1.4 beta - DCR - 03-29-2008, 04:03 AM
RE: Upgraded to MyBB 1.4 beta - FirefoX - 03-29-2008, 05:47 AM
RE: Upgraded to MyBB 1.4 beta - ZiNgA BuRgA - 03-30-2008 04:42 PM
RE: Upgraded to MyBB 1.4 beta - dvb - 03-30-2008, 08:03 PM
RE: Upgraded to MyBB 1.4 beta - incadude - 04-11-2008, 11:33 AM
RE: Upgraded to MyBB 1.4 beta - dvb - 04-11-2008, 01:13 PM

 Standard Tools
Forum Jump: