DirtRider

  • All truth, in the long run, is only common sense clarified.
  • Posts: 303
Re: Plugins I refuse to do
« Reply #45, on November 9th, 2011, 08:41 AM »
Funny I have found the blog function in forum software is not used that much by the looks of it
“Any code of your own that you haven’t looked at for six or more months might as well have been written by someone else.”
(Eagleson’s Law)

Today's Logo

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Plugins I refuse to do
« Reply #46, on November 9th, 2011, 10:17 AM »
Over at noisen.com, it's not used MUCH, but then again the website isn't very well known. I estimate that around 20% of my regular users opened a blog, usually the most regular ones. A good portion of Noisen's posts come from blog posts and comments.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugins I refuse to do
« Reply #47, on November 9th, 2011, 12:19 PM »
Yup, I see my point was missed entirely.

First up, I'm not preventing someone else writing such a bridge. I'm merely not going to do it myself, and won't stop anyone else writing one should they choose to do so.

From my POV, there are so many things I find wrong with WP it isn't even funny... you can't even change the permissions in each group without a plugin or hacking the code directly, for example. Not to mention the seemingly never ending stream of updates and fixes they send.

The thing is, what is the physical difference between a forum and a blog? Both have posts, both have replies, an out of the box setup on WP is just a streamlined variation on a single forum board; the difference is almost entirely just presentation with some UI mojo thrown in. Since a lot of the UI mojo and underpinnings either are built or are going to be built in time for 1.0, there's very little reason to actually run two very different pieces of software when all you want is a nice blog and a forum. As a bonus you even get the facility to have a common theme for free. (To me this is more important than having a bridge)

There's no real reason why Wedge shouldn't be considered a viable CMS base for building almost anything you care to name on top of it.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Plugins I refuse to do
« Reply #48, on November 9th, 2011, 01:06 PM »
Although right now Wedge's blog support needs some work -- even if it's just the theme, the message index isn't really 'clean' to me and we'll have to rewrite it to get something like Wedge.org. And posts, err... I don't think topic pages have a blog variation?

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugins I refuse to do
« Reply #49, on November 9th, 2011, 01:16 PM »
Quote
I don't think topic pages have a blog variation?
It's on my todo list, and has been for a long time. And yes, the message index isn't clean because I can't decide how it should look :/

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Plugins I refuse to do
« Reply #50, on November 9th, 2011, 02:12 PM »
..like Noisen/Wedge.org? :P

I can deal with it if you want... It would make sense since I'm used to it anyway. Just need to figure out how to 'present' the thing without making a new template just for blogs... (I guess we'll need to add a custom block for them.)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugins I refuse to do
« Reply #51, on November 9th, 2011, 03:32 PM »
Why shouldn't it be a custom template? I always sort of figured it was, and it is for the message index...

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Plugins I refuse to do
« Reply #52, on November 9th, 2011, 03:44 PM »
MessageIndex has a custom block, not a custom template, so that's in line with what I'm looking for in the display template.
However, I'm not a big fan of reproducing the same code across two functions... I think we should do something about it.

PantsManUK

  • [me=PantsManUK]would dearly love to dump SMF 1.X at this juncture...[/me]
  • Posts: 174
Re: Plugins I refuse to do
« Reply #53, on April 13th, 2012, 12:15 PM »
Quote from Arantor on November 2nd, 2011, 04:08 PM
Stop Forum Spam

Although it's gotten better in recent times, it's still somewhat unreliable as far as submitting data goes, and it's still too easy to get unvalidated "I just thought it was a spammer" entries in there. There are better methods of keeping spammers out, it just requires a little more effort on the admin's part (like spending 30 seconds writing a question and answer)
I'm a big fan of SFS, but I'm fully aware that it's not a "fire and forget" solution; as an admin you have to do some work on each and every thing it flags as suspicious (number of times I've manually checked things on the website and found way more spam reported than the SMF plugin indicates... that's my only complaint about the plugin, in fact)
« What is this thing you hoomans call "Facebook"? »

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugins I refuse to do
« Reply #54, on April 13th, 2012, 12:24 PM »
The only problem is that you're still putting a lot of trust in a third party, especially one that has not really had - IMHO - sufficient reason to be trusted in the past.

The reason that you see less from the plugin is that it queries with a certain threshold, rather than completely, and if that service goes down, you're still at risk - as opposed to other measures that protect you all the time for free (namely questions, CAPTCHA, in that order, heh)

PantsManUK

  • [me=PantsManUK]would dearly love to dump SMF 1.X at this juncture...[/me]
  • Posts: 174
Re: Plugins I refuse to do
« Reply #55, on April 13th, 2012, 12:36 PM »
Quote from Arantor on April 13th, 2012, 12:24 PM
The only problem is that you're still putting a lot of trust in a third party, especially one that has not really had - IMHO - sufficient reason to be trusted in the past.

The reason that you see less from the plugin is that it queries with a certain threshold, rather than completely, and if that service goes down, you're still at risk - as opposed to other measures that protect you all the time for free (namely questions, CAPTCHA, in that order, heh)
All true, hence why we also have questions and a CAPTCHA :eheh:

There is no "one-size blocks all" solution to the problem, and I personally don't think there ever will be. Defence in depth is the best we've currently got, cloud-source solutions have a part to play, but more importantly admins need to keep up with the research, because (a) the people that *could* stop the bot-farms and spammers won't (the dodgy ISPs will never change their ways...), and (2) the defence measures are up against very determined attackers.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugins I refuse to do
« Reply #56, on April 13th, 2012, 02:20 PM »
That's the thing, most other systems do not have defence in depth, and that's part of the problem. Most systems put all the defences on the front line and once that's broken (which is doable via CAPTCHA farms or human registrations being passed to spam farms), you're screwed. Having a non-generic question really helps because right now it conforms to the path of least resistance - you make the site non generic and thus not easily beatable through automated means, and all the time there's someone else out there that is weaker than you, that's what will happen.

Having a question or CAPTCHA on posting is an improvement on just registration but it's no substitute for defence in depth. Now, we have some improvements in that direction, but it's still not magically out of the box (though I have thought about making the first 5 posts being approved for non admins on a new install), but there's no reason why we couldn't have something like an Akismet plugin. (Heck, there's no reason we couldn't set up our own equivalent that's more geared to forums!)

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Plugins I refuse to do
« Reply #57, on April 13th, 2012, 03:42 PM »
Silly idea. Add a default question called {equation}. this will make Wedge generate on the fly a very simple random equation for users to solve.

Of course that'll also keep out those who never heard of the minus sign... :lol:

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugins I refuse to do
« Reply #58, on April 13th, 2012, 03:54 PM »
Or negative numbers... what's 5 - 8 again? :lol:

It's not such a silly idea, except for the fact that so-called MATHCHA problems are generally easy for machines to solve (thanks to Google Calculator)
Posted: April 13th, 2012, 03:46 PM

Actually if we were doing that, I'd rather do a plugin that generated it automatically, rather than a core feature.

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
Re: Plugins I refuse to do
« Reply #59, on April 14th, 2012, 12:31 AM »
Quote
Or negative numbers... what's 5 - 8 again? :lol:
3 :lol:
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.