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.
31
The Pub / Re: Infinite Scroll
« on June 9th, 2013, 01:40 AM »
Can you make it wrap back around to the first post when reaching the last post? That would be really trick. :)
32
The Pub / Re: Infinite Scroll
« on June 8th, 2013, 02:17 AM »Go to the first page of a multi-page topic. Scroll down to the very bottom of the page, then a little bit more (with the mouse wheel), marvel at the next page magic loading.
:+1:
How many more toys are waiting to be played with around here?
Don't tell me now - I don't want to open all the presents at once.[1] :p
| 1. | But it's just SMF with a few minor additions right? :rotfl: |
33
The Pub / Re: Infinite Scroll
« on June 8th, 2013, 01:59 AM »
OK, I'm going to plead complete ignorance at this time and beg for mercy.
What is "infinite scrolling" and how do I check it out? :hmm:
:edit: Nevermind I Googled it, I didn't before because I thought it was a local idea.
But does it work here?
What is "infinite scrolling" and how do I check it out? :hmm:
:edit: Nevermind I Googled it, I didn't before because I thought it was a local idea.
But does it work here?
34
Off-topic / Re: Plagiarism Warnings?
« on June 8th, 2013, 01:47 AM »No, but you can *trivially* add that yourself and word it to suit. That's the really neat part about it, you can configure the wording and the punishment for it in about 5 minutes.
People constantly post rebuttals without linking to the original source. Man I can't stand it when they do shit like that.
35
Off-topic / Plagiarism Warnings?
« on June 8th, 2013, 01:43 AM »
I read that you were adding pre-determined sorts of warnings, such as signature violations and others.
Would you (or have you) added one for plagiarism? We run across that issue a lot on my forum and another one I help with.
Thank you.
Would you (or have you) added one for plagiarism? We run across that issue a lot on my forum and another one I help with.
Thank you.
36
Other software / Re: SMF with a different name, huh?
« on June 7th, 2013, 07:04 PM »... is basically SMF with a different name minus a few minor features from what I have seen.
Minus?
That's ... crazy. :tss:
37
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 03:28 AM »I don't know, conversation of earlier today means I might end up doing some one-off development for a custom installation of Wedge (that I'll be running on my server but with things that aren't going to be stock features)... will see how the summer pans out.
Don't worry about the release date - a fine wine takes a long time to mature. :)
38
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 03:19 AM »Yeah, I went to the US last summer, and I'll be over again shortly but unfortunately I won't really have time to hang around here much :(
I'll dump all my ideas on you when you return ...
No, I won't. :)[1]
| 1. | I'll dump then on Nao |
39
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 02:58 AM »Well, it's also the fact that I'm headed out to America soon and will only have sporadic access for several weeks so I'm also trying to figure out what I can get done in that time.
40
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 02:49 AM »Interesting idea, very interesting.
I have some ideas for the display for persistence, but I know you guys are concentrating on an Alpha release.
I have some ideas on post rank settings too, any time you need more diversions ... :)
41
Off-topic / Re: A nice Wedge notice that I cannot duplicate
« on June 7th, 2013, 01:16 AM »
Got it playing in my test thread!
Code: [Select]
It got upset about the secondCode: [Select]
Now I can sleep well tonight. :P
The following error or errors occurred while posting this message:
A mismatched BBCode tag was found as shown below; please fix it manually.[quote]test 1[/quote]test 2[/quote][quote]test 3 test 4
It got upset about the second
[/quote]Now I can sleep well tonight. :P
42
Test board / Re: xrunner's testing thread (anyone is invited of course)
« on June 7th, 2013, 01:07 AM »test 1
test 3
test 4
43
Off-topic / Re: A nice Wedge notice that I cannot duplicate
« on June 6th, 2013, 11:58 PM »Really, it only triggers if Wedge can't fix the tags by itself.
44
Off-topic / Re: A nice Wedge notice that I cannot duplicate
« on June 6th, 2013, 02:15 PM »Ah, yes, regarding reproducing the 'notice', you'll have to do more than what Wedge/SMF can fix, and small trivia for you: it also works in quick edit mode, although I think it doesn't tell you what tag is wrong IIRC, but it still kindly warns you of a problem ;)
45
Off-topic / Re: A nice Wedge notice that I cannot duplicate
« on June 6th, 2013, 03:00 AM »Yes, there is a feature to attempt to find missing bbcode tags and warn the user about it. In theory any mismatch of tags should prompt it except it doesn't always work as intended.
Quotes in particular are actually a bit fecked, as they are in SMF itself incidentally. There is all kinds of hidden logic buried deep in the parser about fixing improperly nested tags and there's actually bugs in SMF filed years ago as to the various problems it can cause, especially when it tries to fix table tags.
As far as the bbc parser is actually concerned your example above is quite legal because it will be silently fixed. :/