Jump to content


rct2·com

Member Since 17 Jun 2002
Offline Last Active Mar 14 2011 01:31 PM
****-

#1877499 IPS site & forum organization

Posted Ocean West on 09 November 2009 - 03:00 PM

I have been perusing thru the forums here and feel that the site organization is a bit frustrating.

There are several boards for the same product but in a different category:

IPS Company Feedback -> IP.Board
Peer-To-Peer Technical Support -> IP.Board
Product Modifications -> IP.Board
Tracker -> IP.Board

Although I appreciate that it is grouped by General area topic then by specific product when researching or reviewing the product it would be most helpful to
have all forums for that product in one section.

It would be great if there were a way to create an Alias of forums and categories so that you could group existing content  and not  have to
have disparate conversations that span different categories.

Example

Product Forums ( A category )
-- IP.Board ( A Category )
---Feedback
---Peer-To-Peer Technical Support
---Product Modifications
---Tracker

The above "alias" forums would appear in the forums lists.
they would serve to organize existing forums.

Just a few ideas ;)

S


#1868374 Please Consider vBulletin Crossgrade

Posted sedated on 18 October 2009 - 10:42 AM

Preface: This is not a rant or flame, but the hope of appealing to the IPB powers that be for a mutual beneficial opportunity. If there was ever a time to significantly increase your forum owner customer base and also do right by what is probably many thousands of people, you have an extraordinary opportunity - especially during this lasting recession depression.

As you know, the creation and success of a forum is hard work and also an investment in the platform you own. This past week a confusing and misleading email was sent to existing vBulletin forum owners about an amazing upgrade offer to the new vBulletin product and a discontinuence of its old support policy. When the smoke cleared, it became apparent that Jelsoft, now known as Internet Brands, a NASDAQ company, is now demanding that owners of vBulletin forums pay practically the same price to "upgrade" their vBulletin forums as new customers. If customers don't "upgrade" now to an entirely new product which has no demo or release date, their ownly choice is to practically pay for an entirely new forum since the existing customer "discount" is a mere $20 of the cost of the vBulletin 4 forum which is $195. Forcing your customers to pay 89.7% of the price of the new software is an outrageous, disgraceful customer disservice, especially when the new software isn't even out of alpha testing.

Many of the long time vBulletin users who helped create "vBulletin.org", the large vBulletin modification site, are now regretting that decision greatly. In addition to the digust towards the evil empire of forum software, the practicality of upgrading vBulletin software quite simply is not there.

This is where Invision Power Services can increase its user base signficantly by offering some discount pricing to current vBulletin owners or by crossgrading. Many vBulletin forum owners would sooner crossgrade to Invision Power Board and wipe their hands clean of the entire Internet Brands vBulletin pricing fiasco and avoid what could be even more punishing practices in the future with annual or semi-annual vBulletin upgrades regarding more payments. Please consider this opportunity.


#1867808 The VB Mess.... .Someone even started a site about it.

Posted Charles on 16 October 2009 - 09:05 PM

Our position is to provide good products and services but not try to stir up any drama. As we have said before, although vB is competition, we believe it a professional courtesy to not encourage outright bashing or provocation. If the roles were reversed, we would hope to get the same courtesy from them.


#1863951 Is ipboard safe from hackers?

Posted Mark on 06 October 2009 - 11:33 AM

View PostNo1 1000, on 06 October 2009 - 10:43 AM, said:

Any security checks would be server-side and in the source files; them being in the templates would only mean that it could be removed by the client making it utterly useless [that is, the security hole would be there regardless of the state of the skin]. I realize that there are conditionals which are not public-facing, but again, those would not be the final layer of security. The worst that could happen in that regard, that I can see, is that a form key would be mistyped [which there are a couple cases of in prior versions] causing a particular action to not work. Not quite board-compromising caliber.

There is definitely the potential for bad things to happen through custom skins, particularly if the creator includes their own special PHP for whatever purpose, but for a general skin and especially one of Sherri's, I'm pretty sure that would not be the case.

Michael is correct, it is certainly possible, although it's a bit of a long shot.

I don't think it's really appropriate to speculate on what has happened to a particular site - if the owner has concerns they will contact us and we will investigate what happened. At the moment there are no known vulnerabilities in IP.Board's latest supported versions (3.0.3 or 2.3.6).


#1863917 Is ipboard safe from hackers?

Posted Axel Wers on 06 October 2009 - 09:36 AM

View Post.Ian, on 06 October 2009 - 07:31 AM, said:

Hi,

I see that http://www.ibskin.com/forums have now apparently  been hacked.

This follows another third party site for IPB which was hacked about 3 weeks ago.

Is IP.Board safe if these sites are being hacked?

< I will ask my other question via a ticket, just in case it is a backdoor >

Thanks.
Probably security hole in custom skin. I am not sure.


#1862809 Invision's biggest MISTAKE up to date?

Posted Rikki on 01 October 2009 - 09:25 PM

View PostTelemacus2, on 01 October 2009 - 04:46 PM, said:

In fact, the (wrongly called) "post icons" which invision includes by default are just about the same many other forum software provide, some smileys and the question mark and little more. That shows that not much thought has ever gone into it...
I mean, can you call a happy smiley a topic icon?

But that's the point, what can you include by default that is suitable for any board, in any language? Other than some faces and basic ?, ! type icons, I can't think of much else that can be included by default. We have to appeal to a very wide range of boards out of the box.


#1862143 [REQ] Expose some of the output class protected functions

Posted bfarber on 29 September 2009 - 02:34 PM

No real reason.  I've made them public.


#1862011 Invision's biggest MISTAKE up to date?

Posted Matt on 29 September 2009 - 06:10 AM

View Posttired of being rct2dotcom, on 29 September 2009 - 03:12 AM, said:

My 'must have' feature I want back is the link to go to the 'first unread' post in the search results screens. I don't want the last post if I cannot see the unread posts before the last one. That's their biggest mistake.

Just added that back in for 3.0.4 (locally). You're welcome.


#1857878 What are the memory requirements for IP3?

Posted KT Walrus on 21 September 2009 - 11:51 AM

Yes.  The PHP memory limit is a "soft" limit in that PHP only checks when requesting more memory at runtime if it has reached the limit.  It is the same as for the other limits like post max size, upload max size, or cpu limit.  Setting these limits high have no effect on execution unless the script actually needs the extra memory.  For a well written script like IPB, you are only going to be affected by a high limit if the script really needs the memory for some operation and then it only hurts if lots of people simultaneously use lots of memory.  

If it was a real "hard" limit that upping it would really cripple a system, they wouldn't allow you to change it locally or in your PHP script.  It takes no privileges to up a memory limit.


#1853527 Printing PM's The new 'conversation' ones

Posted TekMiL on 07 September 2009 - 04:06 AM

I looked and cannot find if its a setting that can be turned on. So I am guessing that there is no way to print (with formatting..don't tell me ctrl+p its rubbish)the conversations?

The way the forum handles printing of topics would be great for conversations as well. I do not know why this was not provided from the start?

Can we please have this feature in the future.


#1852759 Absolutely Ridiculous

Posted shawnking on 04 September 2009 - 10:29 PM

alright, ill give up on it, filed a dispute on paypal, hopefully ill get my money back at least the money i paid for the license, just slightly frustrating when something like this happens. :(


#1848169 [REQ] Limit visibility of debug information

Posted Wolfie on 23 August 2009 - 06:08 PM

You could just add a setting that will let you pick which groups can view it and make a slight change to the same template above so that you can choose/change multiple groups without having to edit the skin each time. :)

To control the small debug information (on the same bar as the skin/language selector)...
Find:
<if test="showdebuglevel:|:$this->memberData['member_id'] and $this->settings['debug_level']">

Replace with:
<if test="showdebuglevel:|:$this->memberData['member_id'] and $this->settings['debug_level'] and in_array( $this->memberData['member_group_id'], explode( ",", $this->settings['debug_groups'] ) ) ">

To limit the debug information that shows below the bar (when debug level is 2 or 3)...
Find:
<!--DEBUG_STATS-->

Replace with:
<if test="in_array( $this->memberData['member_group_id'], explode( ",", $this->settings['debug_groups'] ) ) "><!--DEBUG_STATS--></if>


Edit: added setting file to use.  Just import it and the above skin edits will work wonders for you. :)

Attached Files




#1800515 Emoticons in signatures

Posted Michael on 08 May 2009 - 12:30 PM

Because I think we last talked about this on the old preview board, I'll revive the discussion here.

Why, oh why, can we not use emoticons in signatures?  All that has to be done to re-enable this feature is toggle a couple of flags that stop them from working, and after that they work just fine.  No additional queries are added to the page when viewing these signatures.  I think it's more of a legacy issue that they did cause problems in the past.

Last I recall IPS was going to look into this, but I don't think anything was ever finalized about it.


#1789002 Ways to compensate for IPB 3.x not fully supporting IE6

Posted bfarber on 05 March 2009 - 06:00 PM

View PostFast Lane!, on 05 March 2009 - 05:13 PM, said:

NBC:
http://boards.nbc.co...dex.php?act=idx

Nvidia:
http://forums.nvidia...dex.php?act=idx

For NBC, this is the stock 2.x skin with a simple bit of html in the wrapper around it to "integrate it" into the rest of the site.  For Nvidia it is nearly stock entirely.  If they did this with IPB 3.x it would have the problems I discussed with IE6.

Firstly, I assure you, boards.nbc.com is pretty heavily customized all in all.  Trust me - I've done a lot of work on it. ;)



At the end of the day, pushing support for IE6 for another year does JUST that, and we would be having this same discussion then (just like this discussion came up a year ago, and when IE7 first came out - those points we did agree it was too early to move away from IE6).