Jump to content


tranceandy

Member Since 27 Jun 2009
Offline Last Active Jan 24 2012 01:00 PM
***--

#2150135 IP.Board 3.2.1, IP.Calendar 3.2.1, IP.Content 2.2.1, and IP.Nexus 1.3.1 Released

Posted IPS News on 09 August 2011 - 10:38 AM

Invision Power Services, Inc. is pleased to announce the release of IP.Board 3.2.1, IP.Calendar 3.2.1, IP.Content 2.2.1, and IP.Nexus 1.3.1!

These releases are the first maintenance release after our highly anticipated release of IP.Board 3.2.0 and its related applications. These releases fix many reported issues.

We are releasing the following new software:


IP.Board 3.2.1
Fully featured community platform including forums, members profiles, calendar, status system, integration, and much, much more.


IP.Nexus 1.3.1
Fully featured commerce system to sell products, membership access, advertising, digital downloads, and more. Includes tools like a support desk to help manage you clients.


IP.Content 2.2.1
Content management for your community - run a full web site or a simple community portal. The possibilities are endless.


IP.Calendar 3.2.1
Event calendar for your community with multiple calendars, public/private events, and iCal support.


Release Notes
  • If you are upgrading a community with a large number of posts from version 3.1.4 or earlier you may wish to have your web host execute the post table alter query on your behalf. Large post tables may time out running this query in the browser. The upgrade system will warn you if this is needed. As a benchmark, our install of 865,000+ posts took a bit less than 3 minutes to run this query.
  • If you are upgrading from version 3.1.4 or earlier, your skin will of course need to be redone after you upgrade to 3.2.
  • The visual skin editor in 3.2 should still be considered a beta feature. It will be improved with each maintenance update.
  • Each of the applications specified above is only compatible with IP.Board 3.2 and not older versions (for example, IP.Nexus 1.3 cannot be installed on IP.Board 3.1.x).
  • We may reply to this topic with hot-fix patches or notes if any critical issues come up so please use the "Follow this Topic" feature to get notified.
  • If you experience any problems, before submitting a ticket, please disable all third party applications and hooks.
  • Please remember that IP.Calendar and IP.Chat are separate downloads in your client area.  You will need to download and upgrade these separate applications (in addition to IP.Board itself) if you wish to continue using them with IP.Board 3.2.0.


What's new in IP.Board 3.2.1

Between 3.2.0 and 3.2.1 the following changes have been made:
  • A setting has been added to restore the ability to have proportionate profile photo sizes in topic view (3.2.0 enforced cropped square thumbnails).
  • The visual skin editor has been enhanced to support more areas of the board.
  • Several enhancements have been made to the webDav integration for external skin editing.
  • More than 170 bug fixes have been implemented to IP.Board 3.2.0.
Please read our 3.2.0 announcement for a full list of what's new in the 3.2 series!


#2123040 Features removed from 3.1.4

Posted Michael on 14 June 2011 - 11:23 AM

Phew, that was a lot of writing:


Entry
Hook creation walkthrough
Last Update Jul 28 2011 02:05 PM



#2122975 Features removed from 3.1.4

Posted Michael on 14 June 2011 - 09:28 AM

View Postcdkey, on 14 June 2011 - 09:22 AM, said:

Michael teach us to make hooks. The ips documentation sucks. y;
Would it help if I did like a blog entry of how I created that online indicator hook?


#2122856 Features removed from 3.1.4

Posted Michael on 14 June 2011 - 06:25 AM

If it's a pain to have to re-add in a link manually, create a hook for it, or request one be made.  Hooks like that are dead simple to create, and will be unaffected by skin changes in minor version upgrades.  Hooks are your friends.


#2122798 Features removed from 3.1.4

Posted Dreamlander on 14 June 2011 - 03:02 AM

View PostI am Freddy G, on 14 June 2011 - 12:22 AM, said:



Done

ACP -> Look & Feel -> Global Template -> globalTemplate

Find:
<ul class='ipsList_inline' id='community_app_menu'>

Add Below:
<li id='nav_rules' class='right'>
	<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
  	<li class='right ipsType_smaller'>
   	<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&amp;module=extras&amp;section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a>
  	</li>
	</if>
</li>

Done You now have rules link on top of page :smile:

Yes and every time we upgrade or install a skin we have to edit the template,think if you have more than 1 edit in templates , it'll be a pain doing this everytime.


#2122738 Features removed from 3.1.4

Posted I am Freddy G on 14 June 2011 - 12:22 AM

View Postkenichi tanaka, on 13 June 2011 - 06:34 PM, said:

Forum Rules Link Removed: Major Headache for Forum Administrators

The biggest problem I see with IPB is going to prove to be a very major headache for those of us who run active forums. Some of you may have already discovered that IPS has removed the "forum rules' link from the top of the forums. This is a major mistake. I'm going to run into major problems when someone tries to look for the forum rules link but cannot find it because some gumby decided to place the link in the footer section, obscured with small font text and with font colors so light that you will skip right over it.


Done

ACP -> Look & Feel -> Global Template -> globalTemplate

Find:
<ul class='ipsList_inline' id='community_app_menu'>

Add Below:
<li id='nav_rules' class='right'>
 	<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
  	<li class='right ipsType_smaller'>
   	<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&amp;module=extras&amp;section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a>
  	</li>
 	</if>
</li>

Done You now have rules link on top of page :)


#2121697 Online Images

Posted Amy T on 12 June 2011 - 10:28 AM

View PostCharles, on 10 June 2011 - 07:36 AM, said:

Does the user being online or offline impact how you reply to the topic?

Yes, If the user is online and are asking a question I will answer it faster if they are online and slower if they are not.


#2120964 Online Images

Posted Michael on 10 June 2011 - 05:16 PM

View Postmmmodding, on 10 June 2011 - 05:12 PM, said:

What did you use to have the link look like that?  No bb code or html is shown when quoting your post.  I haven't played with 3.2 yet to know if it's a feature for ipb in general, something for marketplace, something only here, or something yuo did yourself with html.
I used the My Media button in the editor.


#2120960 Online Images

Posted Michael on 10 June 2011 - 05:09 PM

Yeah, this was removed and I can see how this would be something some would want.  I think it's a testament to the ease at which IP.Board 3.2 can now be modded that it was only about a 20 minute job to whip up a hook that brings this functionality back:




#2121923 Features removed from 3.1.4

Posted Haku2 on 12 June 2011 - 07:36 PM

I'm really disappointed at the amount of things that were removed in IP.Board 3.2. If IPS doesn't like certain features, they should at least add an option to disable/enable it in the Admin CP. Removing features is very counterproductive if you ask me. This is the only release of IP.Board that I've had negative comments about.


Another thing that was removed which I don't think has been mentioned in this topic yet is user notes.


#2121868 Features removed from 3.1.4

Posted Jinkler on 12 June 2011 - 05:17 PM

View PostAndrej, on 12 June 2011 - 11:14 AM, said:


Quoted from a thread:

Well, that maybe Charles/Bfarber/IPS opinion, but how did they come to that opinion? I don't recall any feedback being requested on that subject? Have you got a direct link to this topic so I can respond?  I know for sure that if I upgraded to 3.2, and didn't install the hook (Big thankyou to Michael for producing it) that I'd have thousands of members moaning at me.


#2116888 Complete the Suite Promotion

Posted IPS News on 03 June 2011 - 01:15 PM

Complete the Suite is back!

Our most popular promotion ever, Complete the Suite, is back to welcome the preview of IP.Board 3.2!

Complete the Suite promotion is specifically for our loyal, existing customers. This promotion will allow you to fill in the gaps in your IPS community suite licenses at a discounted price.

Anyone with a current, active IP.Board license (Standard/Business/Perpetual/Lifetime) will be able to purchase the following applications at the reduced price listed:
  • IP.Gallery: $64.99 ... $35
  • IP.Blog: $49.99 ... $35
  • IP.Downloads: $49.99 ... $35
  • IP.Content: $49.99 ... $35
  • IP.Nexus: $74.99 ... $55
That's a total possible savings of $94.95!

Do you already have IP.Board and IP.Gallery but always wanted IP.Blog? Now is the time to purchase IP.Blog at a discounted price. Perhaps you have everything except IP.Content and are ready to power your whole web site with the IPS suite? Perfect time to give it a try! Maybe it's time to try to monetize your community with our IP.Nexus commerce system.

To order: login to the client area, and click the green New Purchase button in the upper right. If you qualify, the discounted prices will show.

Act fast! This promotion ends June 17, 2011.


#1984829 Amazon Integration

Posted Web ◕‿◕ Developer on 09 July 2010 - 06:10 PM

Ability to add products from Amazon would be nice. User, when selects an amazon product, is redirected to the amazon storefront (affiliate referral) to complete purchase. This could be done after user completes other in-store purchases within nexus. (with a notification displayed of the future redirect)


#1990017 Suggestion: New ACP Option - Sort users online list (Last click - Alphabetical)

Posted Clickfinity on 19 July 2010 - 02:59 PM

Just a suggestion to be able to change the Users online list at the bottom of the forums between - last click, and alphabetical.

My members regularly used this block under vB to find their friends who were online, but now it is sorted by last click they can't use it this way effectively at all.

They know they can click to see sorted pages of who's online, but it's extra clicks and covers multiple pages - a quick glance in alpha order and it's sorted (pardon the pun ... lol)

Thanks,
Shaun :D


#1985609 IPS Shirt Design

Posted Lakai on 11 July 2010 - 06:28 PM

Here is my entry.

Posted Image

are we allowed to enter as many times as we want?