Jump to content


Razasharp

Member Since 21 Jan 2010
Offline Last Active Jan 20 2012 11:28 PM
***--

#1943110 Do links with commas work?

Posted dfadmin on 20 April 2010 - 09:05 AM

View PostMatt, on 19 April 2010 - 05:03 PM, said:

Of course there are ways to do it programatically but that is a considerable slice of logic and server CPU for a trivial feature.
I would not call it trivial, because it takes moderators time and/or adds to user confusion. And correct me if I am wrong, but parsing the link is a one-time action, right? So i think that bit of CPU load is negligible, although I appreciate that your programmers try to keep the light and lean. Maybe the extent and behavior of the link trimming engine could be made configurable?

Quote

The board takes a fair stab at auto parsing. Simply use the URL tags or click the editor's link icon to ensure a correct link in a post.
If it was that simple, I would not complain. As has been pointed out, the internet these days is full of people with a less technical understanding of how things work, and teaching everyone to use URL tags would of course be the favorable way. That is why I feel a software that is being used by people with varying grades of technical expertise should make an attempt at correcting such mistakes (within a reasonable margin).

View PostMatt, on 20 April 2010 - 02:02 AM, said:

I think the not-so-subtle dig was to point out that we (IPS) are adding superfluous fluff and not 'fixing' core issues.
I apologize if my sarcastic comment has been taken for an insult. The remark that this has been a topic for a few months now made me wonder though how priorities to features implementations are handed out though. If customer demand requested those backgrounds, fine, go for it, just be sure I can turn them off. If customers are complaining about the way links are parsed it should be taken into consideration as well though. Just pointing to URL tag usage is not the ideal way to handle such request IMO, cause it an issue generated by less-tech-savvy users.

View PostRazasharp, on 20 April 2010 - 06:47 AM, said:

We have to determine what 'most' people do, and from my experience, I would say most people simply paste a url into their post - a tiny fraction use the URL bbcode or click on 'link' and add it that way. :)
Exactly. And from my forum administration experience, users who paste the URL plain are the majority. However, at least here, most of them post something like

Check this out: http://blafoo.net/reallyfunny.html
and then use a newline to keep typing, or even put the URLs into separate lines, with no typing directly afterwards. I think that parsing the links including commas, until the first whitespace is discovered would have less fault rates and more customer satisfaction.

View Postbfarber, on 20 April 2010 - 07:30 AM, said:

What about this?

I searched http://www.google.com/#hl=en&q=test,but it didn't work

You're still making a presumption, and one which won't always be correct.  Note the above link gives two entirely different results whether we parse with or without comma.
Agreed. Of course I am not expecting the code to really "foresee" each and every way a user can screw up the posting of links, but neglecting commas the way it is currently done is not the smartest approach IMO.

Quote

No matter what way we go with this, whether we parsed it or didn't, one camp is going to call it a bug.  As I said before, if we auto parsed the comma too, those that think it shouldn't would have no recourse except to alter how they actually write out the text.  At least as it is, you can use a bbcode to achieve the result you want.
Maybe in such situations it might be wise to make a poll between the customers so what they consider the lesser evil? I mean the two links used for examples here (initial post and the google one) are really borderline, extreme examples of where parsing hits its limits. But not even this parses right:

http://www.spiegel.de/wissenschaft/natur/0,1518,689506,00.html, but
Maybe a compromise would be to look for "URL delimiters" like html, asp, php, etc. and then allow all commas between the domain and the delimiter or something... I feel there is gotta be a way to make the parser "catch" more exceptions without causing headaches with "the other camp".

Maybe we just need a feature that detects "untagged" URLs and then slams the user in the face with a popup, requiring him to correct his evildoing. That would certainly settle things in the long run... Posted Image

(Side note: I even fired up my old phpbb installation to check how it handles this, and of course it will parse
http://www.google.com/#hl=en&q=test,but it didn't work
wrong, but it parses
http://www.spiegel.de/wissenschaft/natur/0,1518,689506,00.html
right out of the box.
http://www.spiegel.de/wissenschaft/natur/0,1518,689506,00.html, but
is also parsed correctly, the comma is recognized at not being part of the URL.
http://www.spiegel.de/wissenschaft/natur/0,1518,689506,00.html,but
fails again.
Just an observation, not comparing or trying to start a religious war here...)



#1943129 Do links with commas work?

Posted .Ian on 20 April 2010 - 10:44 AM

Any url with a comma should be parsed - if people cannot type correctly that should not stop correct URL's from showing up. They can easily go back and correct their mistake, whereas in order to correctly display a url with a comma in it, they need to just through an additional hoop which they the average user is unlikely to do.

Let's face it most people do not take advantage of the media button, so getting them to use the Posted Image is probably not going to happen either.


#1943078 Do links with commas work?

Posted Wolfie on 20 April 2010 - 07:45 AM

View Postbfarber, on 20 April 2010 - 07:30 AM, said:

You're making a big presumption there.  When it was only techies online, sure.  There are a LOT of people online now that don't "know" a link needs a space before adding a comma, especially since English class tells you to do the opposite of what you're saying (comma should "touch" the last "word" there).


No matter what way we go with this, whether we parsed it or didn't, one camp is going to call it a bug.  As I said before, if we auto parsed the comma too, those that think it shouldn't would have no recourse except to alter how they actually write out the text.  At least as it is, you can use a bbcode to achieve the result you want.
We were also taught to put a space after a comma, not to have the next word touching it.  I still say that when a link is auto parsed, if the last part of it is a comma, to trim that from the link.  That would probably settle the problem for most people.


#1935567 Welcome to IP.Board 3.1!

Posted Matt on 01 April 2010 - 09:48 AM

I've just updated this board to the very latest development copy.

Please perform a hard refresh / delete any browser caches to ensure the very latest JS and CSS is retrieved by your browser. If you experience any JS errors or 'missing' features, it is likely to be a stale browser cache.

This update brings numerous fixes and a few additions:

- Colour picker on 'Background Color' field in the User's CP.
Posted Image

- Collapsable side bar blocks
Posted Image

- Topic preview pop-up displays the first match when searching
Posted Image

We have received a lot of feedback about the notifications system and this is very much on our list to improve.


#1931668 3.1 Feedback

Posted Matt on 25 March 2010 - 02:55 AM

View PostRazasharp, on 24 March 2010 - 04:14 PM, said:

Shared Links 5

Think it would be nice if we could set via ACP who shared which links, and perhaps to which service (maybe make it so only admin can see where it was shared).

I think having a list of who shared items will encourage people to share more. Also, perhaps there could be a 'top' sharers this week/day/month block, which will again encourage people to share things.

Even better, make it so people get rep points after sharing every X links.

The Admin CP will allow you to switch off and add new "share services". It also logs who shared 'what' with 'whom' so you will have that data.

View Postikillbill, on 24 March 2010 - 11:07 PM, said:

still no "manage search results" ...?

What would you like to manage?


Regarding notifications / pop-ups: Hear you loud and clear. We'll have a meeting of minds and get back to you. :)


#1931036 Profile Customization

Posted Morrigan on 24 March 2010 - 10:43 AM

In the Profile Customization I think that it would be fantastic if the color field had a color picker when you click on the color thing and perhaps changes to the hex color immediately instead of on page load?

Okay. FANTASTIC btw! I <3333 this company. It was a delightful surprise to wake up to this morning. You guys made my day!


#1930841 Welcome to IP.Board 3.1!

Posted Matt on 24 March 2010 - 07:25 AM

Welcome to IP.Board 3.1.0 Beta 1!
Welcome to the latest development version of IP.Board 3.1.0. We're excited to reveal the product we've been working on for the past few months. This build contains all the features we've blogged about recently including the search improvements, Twitter integration, Profile Customization and more.

As always, this is a very early beta build so please expect to find the odd bug here and there. Please report any bugs found into the tracker as usual.

As always, we'd love to hear your feedback. Happy clicking!

Note: Please perform a hard refresh / delete temporary items in your browser to ensure you get the correct CSS and JS

Preview Only: IP.Board 3.1 is in preview only. It is not yet available for download. Keep an eye out for a future announcement.

What's New
Link Sharing
Easily share links from your community to Facebook, Twitter, and more. Great way to drive traffic to your community!

Status Updates
Enhancements to the existing member status system in IP.Board to include the ability to reply and more.

Topic Preview
Preview the first few lines of a topic without loading the entire topic.

View Reputation
Optionally allow your members to see who gave reputation points on their posts.

Twitter Integration
Your members can now link their account with their Twitter account!

Improved Facebook Integration
Further enhance the link between your community and Facebook to drive traffic.

Advertising Code Integration: Part 1 and Part 2
Easily place advertising code throughout your community with simple settings in the admin area.

Profile Customizations: Part 1 and Part 2
Allow your members to customize the look and feel of their profile page.

Skin Upgrader
Upgrading your skin between versions of IP.Board just became a lot easier.

Soft Delete Posts and Topics
Rather than actually deleting a post or topic you can now hide it from view to easily restore it later.

Notification System
An easier way to be notified of all the various events that happen in your community.

Modification Development Enhancements
Great tools for those that create modifications for IP.Board

Hook System Improvements
Improvements to the IP.Board hook system to make it easier for modification developers to expand the functions in the software.

Search Engine Optimization: Part 1 and Part 2
Allow search engines to better index and rank your community in results.

Search Engine Overhaul
Search engine rebuilt from the ground up introducing more flexibility and power.


#1930021 log right in, instead of another login page?

Posted bfarber on 22 March 2010 - 08:23 AM

View PostRazasharp, on 21 March 2010 - 12:52 PM, said:

Is it possible to just take the login code from the login page/template and put that on every page in the header?

It can be challenging dynamically inserting and executing javascript code (i.e. facebook connect). I'm sure we could handle it with all the default login methods we support, though if someone created a new login method it's possible something might not work properly.


#1929086 Why there is no social groups utillity developed by ips ?

Posted Kyanar on 20 March 2010 - 04:19 AM

View PostRazasharp, on 19 March 2010 - 08:37 PM, said:

All I want from a platform like IPB/vB/Druapl - is the tools to let me created the type of site I want. I hate being restricted and forced to do things someone else's way (which is one of the reasons my next two projects are going to be custom builds, using one of the most popular frameworks). I am hoping IP.C is going to be flexible enough to let me do a lot of custom stuff too Posted Image (Haven't really got round to looking at it yet.)

IP.Content or IP.Converge?  Current v1 of Converge is about as flexible as a brick - it passes member data, that's it.  It's also encoded so we can't make it more useful.  v2 is apparently going to be better.  IP.Content is as flexible as you want it to be - I use it (nowhere near to it's fullest potential) and with v2 it will be very very worth it.  I may have to harangue our product team into putting together a fansite or news network just to utilise the cool new articles system.


#1929088 Why there is no social groups utillity developed by ips ?

Posted .Ian on 20 March 2010 - 04:30 AM

Always amuses me when people say 'a feature has never worked for my forum, so it should not be included'.

Every forum is different, and 90% of IPB owners never come onto these forums - yet for all you know 70% of them might benefit from a feature.

I think Razasharp summed it up perfectly...

Quote

All I want from a platform like IPB/vB/Druapl - is the tools to let me created the type of site I want. I hate being restricted and forced to do things someone else's way (which is one of the reasons my next two projects are going to be custom builds, using one of the most popular frameworks).



#1928910 One of the worst things about support here

Posted Ditchmonkey on 19 March 2010 - 06:42 PM

I agree with the OP. The combination of search the way its been and the private forums is severely penalizing those that actually want to try to take the time to search for their own solutions. I would wager that if search was not so completely dysfunctional on this forum, that IPS ticket volume would go down a measurable amount, improving response time for the rest of the tickets and decreasing corporate overhead. And I would also agree that the IPS search will never completely replace Google search and I don't really see the point of having these private forums.


#1928245 Force edited by note after X mins?

Posted Hammie14 on 18 March 2010 - 04:33 PM

i would like to see this feature too in IPB  :thumbsup:


#1927946 Why there is no social groups utillity developed by ips ?

Posted Mark on 18 March 2010 - 07:37 AM

We tend to steer clear from official yes/nos to suggestions... this is why ;)

ghyghty, social groups may or may not get included in future. I personally like the idea (and is on my personal wish list) - but it's not something we've discussed officially.

As always, we announce development plans in the blog, any speculation or opinions posted elsewhere shouldn't be taken as gospel ;)


#1924405 Recent Blog Entries

Posted bfarber on 11 March 2010 - 02:20 PM

It has already been reported. No need to post a new bug report it seems.


#1918430 AJAX - Watch Topic

Posted Logan on 26 February 2010 - 07:34 PM

I can think of one place on the public side of IP. Board where it would be really nice to have AJAX to save a couple page loads.

When subscribing to a topic and/or forum! It'd be great if when clicking "Watch" you stayed on the same page and a popup came up with the different options (same ones as when you are taken to the subscription page), be able to indicate the type of notification you want in the popup on the same page... and then submit it as well without a page load.

I find it sooo annoying to have to be redirected around to select what kind of notification you want and then back to the topic... just to watch a topic.

I know, with all the exposure I've had to AJAX to-date just makes me lazy :P :whistle: