This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
4111
Features / Re: This would be an interesting feature :)
« on March 23rd, 2012, 02:42 AM »
No, it's a *lot* more complex than that, sadly.
The way it works is basically thus:
* create a function whose job it is to include or push the relevant JavaScript onto the page
* attach it to the display_main hook
The template_page_index function creates the 'Pages: [1]' thing you see at the top and bottom of content. But for multiple pages, it also adds << prev and next >>, which means it has to know how many pages there are and what page you're on currently. The same logic that uses would be borrowed for the above mentioned function that you'd add.
The way it works is basically thus:
* create a function whose job it is to include or push the relevant JavaScript onto the page
* attach it to the display_main hook
The template_page_index function creates the 'Pages: [1]' thing you see at the top and bottom of content. But for multiple pages, it also adds << prev and next >>, which means it has to know how many pages there are and what page you're on currently. The same logic that uses would be borrowed for the above mentioned function that you'd add.
4112
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 02:40 AM »If you ever end up releasing this under an open-source license, I will love to see the code, it sounds like it'd be an amazing learning experience.
4113
Features / Re: This would be an interesting feature :)
« on March 23rd, 2012, 02:28 AM »
Actually, there's almost zero PHP involved. You'd do pretty much all of it in JavaScript. All the event binding etc. would be done client-side, determining whether there's another page or not is going to involve the code that works with template_page_index(), which has to figure that out anyway, since it has to generate << prev and next >> links anyway.
4114
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 02:26 AM »As for that, I would definitely understand that. Taking on such a massive fork would be crazy. It would be like expecting that forking the Linux Kernel and changing the code to improve it would introduce exactly 0 bugs.
I wish you all the luck in the world! :)
4115
Features / Re: This would be an interesting feature :)
« on March 23rd, 2012, 02:19 AM »
Possible, yes. Practical? Doubtful.
Firstly, you'd have to make sure that it only ever applied when you weren't typing in the quick reply box, or the search box, or quick login if you're not already logged in.
Then there's the matter of how usable such a thing would actually be. Certainly it wouldn't affect mobile users, which leaves desktop. I'm also not sure how many of the desktop users routinely have their hands on the keyboard when browsing forums (unless they're hunched over, poised to reply, like vultures over a carcass), so I'm not sure there's much there either.
In short, it's an interesting idea, but I'm really not convinced it's that practical most of the time. That said, there's no reason it couldn't be whipped up as a plugin of some kind should someone really want to experiment with the idea.
Firstly, you'd have to make sure that it only ever applied when you weren't typing in the quick reply box, or the search box, or quick login if you're not already logged in.
Then there's the matter of how usable such a thing would actually be. Certainly it wouldn't affect mobile users, which leaves desktop. I'm also not sure how many of the desktop users routinely have their hands on the keyboard when browsing forums (unless they're hunched over, poised to reply, like vultures over a carcass), so I'm not sure there's much there either.
In short, it's an interesting idea, but I'm really not convinced it's that practical most of the time. That said, there's no reason it couldn't be whipped up as a plugin of some kind should someone really want to experiment with the idea.
4116
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 02:12 AM »Anyways, if you attach a picture, will it automatically show it in the post as an image, or does something else need to be done? If so, that's an easy way around it.
Bugs are always the most annoying things, I have one in my program I'm trying to iron out, but it's escaping me. I'm sure I'll get it working eventually.
But as ever we'll figure it out :)
4117
Features / Users Online Today
« on March 23rd, 2012, 01:58 AM »
Some of you may have noticed that Users Online Today has sprouted here, on the main wedge.org index, and on the http://wedge.org/do/boards/ board index.
You may be disappointed, or relieved[1] to note that this is NOT a core feature of Wedge. It is in fact a plugin, so we're getting to test plugin functionality here as well.
For more details, please see the following post where I first mentioned it: http://wedge.org/pub/plugins/6929/personal-plugin-showcase-yes-i-m-an-attention-grabbing-git/msg268391/#msg268391
I currently have something like 15 plugins for Wedge in various stages of development, and more will follow in due course (and in that board, really, is where more information will be found)
You may be disappointed, or relieved[1] to note that this is NOT a core feature of Wedge. It is in fact a plugin, so we're getting to test plugin functionality here as well.
For more details, please see the following post where I first mentioned it: http://wedge.org/pub/plugins/6929/personal-plugin-showcase-yes-i-m-an-attention-grabbing-git/msg268391/#msg268391
I currently have something like 15 plugins for Wedge in various stages of development, and more will follow in due course (and in that board, really, is where more information will be found)
| 1. | Depending on your view of such things, of course. |
4118
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 01:54 AM »What exactly caused it?
Do you know?
And if so, why was it introduced in Wedge, and wasn't there in SMF?
4119
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 01:48 AM »
See, I figured you actually mean *attaching it* as a forum attachment...
Anyhow, yes, we know about that bug. Fixing it is another matter entirely.
Anyhow, yes, we know about that bug. Fixing it is another matter entirely.
4120
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 01:32 AM »In chrome it is the standard, not chromium :)
And no, I don't Aranator :(
(Also, there's only two A's in Arantor ;))
4121
Off-topic / Re: Introduction
« on March 23rd, 2012, 01:16 AM »Nobody gives a crap about censoring shit here. :) Well, I could be wrong there, but dirty words do go around sometimes.
To answer your other question, yes, I believe there is a phpBB converter. I won't vouch for its accuracy, nor will I vouch for its ability to import permissions.[1] phpBB's permissions confuse me more than the tangle that is SMF's, which is saying something. In fact, phpBB's ACP in general confuses me, but that's another matter entirely.[2]
| 1. | I didn't write it, but it was written by a VERY competent converter/importer developer. That said, the quality of import is still going to be based on the quality of what's being imported, rather than anything else. |
| 2. | It has certainly thrown off the not-entirely-unfair bad press it got during the 2.x times, but I refuse to have too much to do with phpBB after having had to cope with the fallout of the phpBB 'Sphinx Search' plugin when I used to do support over there. It's incredibly badly written, and learning that the plugin's dev is one of the core dev team did nothing for my confidence. |
4122
Off-topic / Re: OK, so I've had the new favicon in my browser for ~4 days...
« on March 23rd, 2012, 01:06 AM »In case the image doesn't attach. It hasn't 3 times in a row. Maybe a permission thing for user with less than x posts?
4123
The Pub / Re: Improvement to drafts (and posting, actually) I need to do
« on March 22nd, 2012, 11:05 PM »
Sure, and it's not like the odds are that high of doing it either, maybe just bad luck :/
I'd note that disabling the save button is exactly what WP does when autosaving drafts but of course that's a slightly different context in which to do it.
I'd note that disabling the save button is exactly what WP does when autosaving drafts but of course that's a slightly different context in which to do it.
4124
The Pub / Re: Improvement to drafts (and posting, actually) I need to do
« on March 22nd, 2012, 09:57 PM »
Hmm, it seems to be working for me just fine?
If you happen to post between the first AJAX submission and it coming back, it won't be deleted because it won't have the id to delete. What we could do, potentially, is block posting while sending off the AJAX request, but if there's a problem it's still going to disappear into the aether like that.
If you happen to post between the first AJAX submission and it coming back, it won't be deleted because it won't have the id to delete. What we could do, potentially, is block posting while sending off the AJAX request, but if there's a problem it's still going to disappear into the aether like that.
4125
Development blog / Re: Aftermath of the Great Deployment
« on March 22nd, 2012, 09:54 PM »
Well, it's always been there, but adding better navigation is something added after ;)