<?xml version="1.0"?>
<rss version="2.0"><channel><title>Invision Community Blog: Invision Community</title><link>https://invisioncommunity.com/news/invision-community/page/27/?d=34</link><description>Invision Community Blog: Invision Community</description><language>en</language><item><title>Update to the Skin Generator Service</title><link>https://invisioncommunity.com/news/invision-community/4898-update-to-the-skin-generator-service/</link><description><![CDATA[<p>The first release of our Skin Generator tool was quite successful, and the feedback we got from everyone was very valuable.  We've worked on taking that feedback into consideration in our continuing refinement of this tool.  While development of this is certainly not done (there's a lot more cool stuff we are working on adding!), we would like to roll out our next major update to this tool.  In this update you'll find the following new features and enhancements.<br><br><strong>Page reorganization</strong><br>
We started to realize as we were planning out some of the things we'd like to do, that the system may require many more options.  With the old way of showing all of the options on the left all the time, it soon became clear that adding more future options there would stretch that area down even further, and would soon get overwhelming.  What we decided to go with for cleaning this area up was to organize the various settings into categories, and place them in an 'accordion' style menu:<br><br><a href="http://community.invisionpower.com/uploads/monthly_05_2010/blogentry-44642-047568200%201272980539.png"><img src="http://community.invisionpower.com/uploads/monthly_05_2010/blogentry-44642-047568200%201272980539_thumb.png" data-fileid="23258" alt="blogentry-44642-047568200 1272980539_thu" loading="lazy"></a><br><br>
You can click on each section of this menu to expand that section and collapse the rest, so that your overall menu area stays relatively small, and you only get presented with the options relevant to the type of settings you are changing.  Another neat little feature you might note on the 'Pick Colors' menu is that each option there has a reset button to the right of the color picker.  If you are fiddling with the colors and you get them just so out of whack that you can't make them look right anymore, do a quick reset to send that color back to the default.<br><br>
You'll also notice that the Preview button is gone.  The Preview window on the right will now automatically update as you make changes.  Pick a different color from one of the color choosers and the Preview updates instantly to reflect that change.  The same also applies to the settings on the 'Choose Options' menu.<br><br><strong>More Views</strong><br>
Being able to preview the skin you're making on just a few standard views is nice, but it's also helpful to be able to see how that skin looks on other pages of IP.Board and the various applications.  In this new update we've added several new views to the list:<br><br><a href="http://community.invisionpower.com/uploads/monthly_05_2010/blogentry-44642-017772100%201272980562.png"><img src="http://community.invisionpower.com/uploads/monthly_05_2010/blogentry-44642-017772100%201272980562_thumb.png" data-fileid="23259" alt="blogentry-44642-017772100 1272980562_thu" loading="lazy"></a><br><br>
Like the color pickers, changes here are automatic: pick a different view from the list and the Preview will update to show that new page.  In addition, you can even choose new versions of the applications the skin will be used for on the 'Select Applications' menu and the changes will be relected there.  You can see this in things like the IP.Downloads file view since it appears different in the most recent versions of this application.<br><br><strong>Support for the Community Projects</strong><br>
We've added in support for the skin exporting the correct info for the Community Projects: IP.Tracker, IP.Shoutbox &amp; IP.Links.  Simply select which version of each of these that you need for your skin and the export that is built will contain the appropriate templates/CSS/images all recolored based on your selected options.<br><br><strong>Branding options</strong><br>
This new version includes a couple new features dealing with branding your forum.  First, in the 'Choose Options' menu, you are presented with a setting that lets you remove the default IP.Board logo.  This is useful if you want to remove that logo entirely, to replace it with your own.  In addition, the download will include a blank version of the logo, recolored based on your color choices.  This blank logo is just like the standard logo that would be recolored and included in the images folder, but doesn't have the default IP.Board logo text on it.  You can use this file to put your own text, or image, or anything else you need on it.<br><br><strong>Extensibility improvements</strong><br>
Lastly, and least exciting from an end user perspective, we've done a lot of improvements on making various elements of this system more extensible.  Previously, doing things like adding new colors or settings would require an awful lot of coding to add the item into the settings menus and to get the source code to find and deal with those inputs.  Improvements have been made to move all color settings, applications, views, and other options into XML files.  Those files get read to build the page, and then used again to build the preview and the download.  This means that additions to the system can be made quickly, with minimal additional coding.<br><br>
All told, we feel these enhancements make this system a lot easier to use, and give us a lot of flexibility to further improve the system.  As always, we welcome what feedback you have, so let us know what else you'd like to see this tool do in future updates. :)</p>]]></description><guid isPermaLink="false">590</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Template Merge Center</title><link>https://invisioncommunity.com/news/invision-community/4865-ipboard-310-dev-update-template-merge-center/</link><description><![CDATA[<p>A common problem for all administrators that have skin customisations is having to apply them after each upgrade. This is often time consuming and laborious. One has to pour over a difference report and manually copy and paste the new code into existing templates. A major upgrade such as 3.1 can mean dozens of changed templates.<br><br>
I'm pleased to say that we've added a new tool to greatly assist in this process. Indeed, skins with just a few minor customisations such as colours can almost automate the upgrade process.<br><br>
Introducing the Template Merge Center<br>
This new tool will check for differences and attempt to perform a merge on your templates and CSS files.<br><br>
For those interested in the technical details, a three way merge works like this: A diff(erence) off the old default and new default is performed, and a difference of the custom skin and the new default is performed. The differences are examined and merged into one text. if a change is detected in both the old &gt; new and the custom &gt; new, this is flagged as a conflict.<br><br>
Anyone who has worked with version control systems will be familiar with the concepts.<br><br>
If you'd like to see a practical demonstration, please see this video:<br><br></p>
<div class="ipsEmbeddedVideo"><iframe width="459" height="344" src="http://www.youtube.com/embed/337VjTlpZRA?feature=oembed" frameborder="0" allowfullscreen loading="lazy"></iframe></div>
<br><span style='color:"#808080"'>Apologies for the quiet audio.</span><br><br>
A typical work flow would be as follows:<br><br><ul><li>Run the merge report on a skin set
</li>
<li>Automatically or manually resolve the conflicts
</li>
<li>Commit the merged items
</li>
<li>Tweak the final result by hand if required<br></li>
</ul><br><br>
Let's run through that:<br>
This screen shot shows a 3.0.5 skin from a customer running on a 3.1 board. As you can see, there are several problems such as missing items and incorrectly styled items.<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-162715.jpg" loading="lazy"><br><br>
When we run the tool, it checks all the templates for differences:<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-162825.jpg" loading="lazy"><br><br>
This produces a list of all templates that have differences and we can filter the result set further:<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-162946.jpg" loading="lazy"><br><br>
We can preview the conflicts:<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-163045.jpg" loading="lazy"><br><br>
And we can edit the conflicted text manually:<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-163136.jpg" loading="lazy"><br><br>
Once we have resolved the conflicts, we can commit these changes:<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-163215.jpg" loading="lazy"><br><br>
The end result is pretty good. We'd need to tweak the CSS to change the border colour of the notifications box but we've done a lot of the hard work with a few mouse clicks:<br><img src="http://www.mattmecham.com/skitch/Shades-20100430-163341.jpg" loading="lazy"><br><br>
Of course, this tool isn't a magic wand, but it will greatly assist in the manual upgrading of a skin an as we've seen here, skins with simple customisations may require little manual intervention.<br><br>
We hope that you find this tool useful when upgrading to IP.Board 3.1.
]]></description><guid isPermaLink="false">589</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Chat 1.1 Dev Update: Logs</title><link>https://invisioncommunity.com/news/invision-community/4862-ipchat-11-dev-update-logs/</link><description><![CDATA[<p>We introduced IP.Chat 1.0 in January of 2010 and our servers have already processed over 6 million chat messages in just a few short months and the rate of adoption of IP.Chat continues to accelerate.  Many communities are making good use of the chat software and we hope you are enjoying the IP.Chat product so far.<br><br>
Logs of your chat room are an important tool for moderation of your community.  Presently, you can download your chat logs from your client area, and while this is fine, it limits access to the account owner only.  Wouldn't it be nice if you could access your chat logs right from your IP.Board ACP?<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-017005200%201272554008.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-017005200%201272554008_thumb.png" data-fileid="23184" loading="lazy"></a><br><br>
Beginning with IP.Chat 1.1.0 you will be able to review chat logs right from the ACP.<br><br><strong>The Interface</strong><br><br>
Chat logs will be styled similar to how you see the chats appear right from the chat room.  Background coloring helps to identify /me messages, moderator actions, user has entered/left room messages, and private chats.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-063037700%201272555667.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-063037700%201272555667_thumb.png" data-fileid="23189" loading="lazy"></a><br><br>
Here, you can get an idea of how the log messages appear.  There's not a lot to explain here.  BBcodes and smilies will be parsed similarly to the front end, and the rows will be styled similar to the front end.<br><br><strong>Searching and Filtering</strong><br><br><strong>
</strong>By default, private chats will NOT be displayed.  We debated how to handle private chats early on.  We knew that some users would want them to appear in the chat logs, and some users would feel it's a breach of privacy.  The way the chat logs work is that private chats are <em>hidden</em> by default.  There is a search/filter bar at the bottom of the chat logs table allowing you to control which chats you wish to see, as well as search your logs.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-005472200%201272554475.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-005472200%201272554475_thumb.png" data-fileid="23186" loading="lazy"></a><br><br>
By default "Public" is checked, so you will only see private chats if you choose "Private" or "Both".  Your selection will be remembered when browsing from page to page, but you can reset it at any time using the form at the bottom of the page.  If you don't wish to review private chats made on your community that is absolutely fine - just don't check the radio button to do so and they will be kept private.<br><br>
In addition to controlling which types of chat messages are displayed, you can search for keywords (and/or usernames), and restrict the logs to a specified date range.  You can also fill in only the "from" or "to" field (to get all chats after a specified date, or all chats up until a specified date).  The javascript date picker is used to help you supply a from and to date.<br><br><strong>Pruning</strong><br><br>
A new setting has been added to allow you to specify how far back to keep chat logs.  By default, chat logs will be kept for 30 days, and then a task will prune any logs older than 30 days.  You can increase or decrease this retention period, or disable pruning altogether.<br><br><strong>The Backend</strong><br><br>
Chats are still processed through our central servers, so in order to provide this functionality, we have introduced a method for allowing you to retrieve the chat logs for your chat room from our servers.  A task is added with IP.Chat 1.1.0 that will download chat logs from our servers every 30 minutes.  The task will only retrieve logs saved after your most recent log entry to reduce bandwidth consumption and processing time (and to prevent pruned logs from returning at some future point).<br><br>
Further to this task, you can manually refresh the logs by clicking the "Refresh Logs" button you'll see in the chat logs window.  This effectively executes the task immediately, downloading any logs available on the server but not yet stored in your local database.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-051143700%201272554896.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-051143700%201272554896_thumb.png" data-fileid="23188" loading="lazy"></a><br><br><strong>Conclusion</strong><br><strong>
</strong><br>
As IP.Chat's popularity continues to grow and our customers continue to make use of the software, we felt that this small addition would aid administrators and moderators in managing their communities.  Having the logs available locally to your site means anyone with ACP permissions on your board can access the logs, and review anything they need to.  You also have control over how long your logs are retained this way, and don't need to visit your client center to review them.  We hope you find this new feature useful in the upcoming IP.Chat 1.1.0 release.</p>]]></description><guid isPermaLink="false">588</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Beta Releases Coming Soon</title><link>https://invisioncommunity.com/news/invision-community/4857-beta-releases-coming-soon/</link><description><![CDATA[<p>The first public beta release of IP.Board 3.1, applications, and related services is fast approaching. This blog entry will let you know what to expect and what you can do to help us in the process.<br><br>
We believe, as most other responsible software development companies do, that releasing beta versions is the best way to ensure that the software is as stable as it can be before a final, supported version is released. These beta releases are for testing purposes and allow our customers who are interested in testing them prior to release a chance to let us know what problems they may find so we can fix them before the software goes out to the many thousands of casual users all over the web.<br><br>
A beta release will always have issues with the software that need to be addressed so, as always, we <em>do not</em> suggest using beta software on your live site. Please do not use the beta software unless you are comfortable working with software that may have various issues that will need to be addressed in updates.<br><br>
Over the next two weeks you can expect to see public <em>beta</em> releases of the following:<br><br></p><ul><li>IP.Board 3.1 (see <a href="http://community.invisionpower.com/topic/307302-welcome-to-ipboard-31/" rel="external nofollow">this announcement</a> for a list of what's new)
</li><li>IP.Gallery 3.2.0 (maintenance release for IP.Board 3.1 compatibility and bug fixes)
</li><li>IP.Blog 2.2.0 (maintenance release for IP.Board 3.1 compatibility and bug fixes)
</li><li>IP.Downloads 2.2.0 (maintenance release for IP.Board 3.1 compatibility and bug fixes)
</li><li>IP.Content 2.0 (please see <a href="http://community.invisionpower.com/blog/1174-IPS-Company-Blog/" rel="external nofollow">our blog</a> to find info on what's new)
</li><li>IP.Chat 1.1.0 (please see <a href="http://community.invisionpower.com/blog/1174-IPS-Company-Blog/" rel="external nofollow">our blog</a> to find info on what's new)
</li><li>CleanCut Skin for IP.Board 3.1
</li><li>MS-SQL Database Driver for IP.Board 3.1 and Applications<br></li></ul><br><br>
As you can see, that is quite a list of new versions coming out so we will certainly appreciate everyone assisting with testing and reporting any issues you come across in our bug tracker. The announcement for these beta releases will be made here on our company blog so be sure to track or subscribe to the RSS feed for this blog. Beta versions will be available to those customers with an active license to those products.<br><br>
The announcements of each beta release in this blog will also contain information on what you should (and should not) do with the beta releases. We will also let you know if there will be upgrade options from Beta 1 to Beta 2 of the various products. Please (we beg of you) read those announcements very carefully before downloading the betas to save yourself time.<br><br>
Take this time between now and the beta releases to prepare your testing environments on your hosting and make backups of everything so you are ready to go on beta day. We are very exited to be entering the public beta phase as this means the final release is just around the corner!
]]></description><guid isPermaLink="false">587</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Facebook API Updates</title><link>https://invisioncommunity.com/news/invision-community/4845-ipboard-310-dev-update-facebook-api-updates/</link><description><![CDATA[<p>On Wednesday at the F8 conference, Facebook <a href="%22http://developers.facebook.com/blog/post/378%22" rel="external nofollow">unveiled</a> their <a href="%22http://developers.facebook.com/docs/api%22" rel="external nofollow">new "Graph" API.</a><br><br>
This is brand new set of APIs including a new oAuth based log in system. There is much speculation in the media about the current (now old) APIs like Facebook Connect, which IP.Board currently uses. Some sites are reporting that Facebook will simply kill it off while other more optimistic journalists envision a long grace period to allow developers update and migrate their applications.<br><br>
We didn't want to hang around and find out, so today I recoded our Facebook integration using the new oAuth 2.0 methods using FQL as much as possible which is more likely resistant to change.<br><br><strong>What does that mean for you?</strong><br>
First off, apart from adding your Facebook application ID (this is listed on your "Edit my application page") into your Admin CP after upgrading, you don't have to do much else. Your currently 'connected' members will just have to re-log in once to accept a new token which is saved in the database. All the new permissions 3.1 needs will be asked for in a single page at the first Facebook log in from an IP.Board page.<br><br>
All of the features we added have been updated for the new API including: logging in, synchronizing profile data, publishing links to your wall and importing/exporting status updates.<br><br>
An example of a permission request actioned when you log in for the first time<br><img src="http://www.mattmecham.com/skitch/Shades-471-20100423-155250.jpg" loading="lazy"><br><br>
The Facebook 'Connect' Page using the new APIs.<br><img src="http://www.mattmecham.com/skitch/Shades-474-20100423-160012.jpg" loading="lazy"><br><br>
Some test status updates and links published to my test Facebook account.<br><img src="http://www.mattmecham.com/skitch/Shades-20100423-155201.jpg" loading="lazy"><br><br><strong>Any improvements?</strong><br>
Actually yes. The new APIs are much more streamlined which have allowed a lot of the inline JS and mark-up to be removed. Better yet, as we're no longer using Facebook Connect, we are not shackled by Facebook's Connect TOS which mean that now when you log in using Facebook and you don't have a current forum account, you are asked to enter a display name rather than having your real name used automatically.<br><br>
We've even added a few default hooks (that are disabled by default) to show off some of the new Facebook API features.<br><br>
Facebook has an activity feed widget which lists all Facebook related activity on your forum<br><img src="http://www.mattmecham.com/skitch/Shades-20100423-155003.jpg" loading="lazy"><br><br>
You can now like any publicly viewable topic<br><img src="http://www.mattmecham.com/skitch/Shades-20100423-154753.jpg" loading="lazy"><br><br>
Of course we understand that not everyone requires these new Facebook features which is why they are disabled by default.<br><br>
To re-cap:<br>
- 3.1 now uses Facebook's new oAuth / Graph APIs (and FQL)<br>
- You only need to add your application ID to your Facebook settings in the ACP to use this once you upgrade<br>
- Your current Facebook members will not have to do anything other than log in once via Facebook from the log in form or from the Facebook settings page in their UserCP<br>
- Your members can now set their own display name when they log in with Facebook and they don't have a local account<br><br>
We felt it pertinent to move quickly on this so that IP.Board 3.1 was released with the very latest APIs possible.</p>]]></description><guid isPermaLink="false">586</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Mobile Skin Now Online</title><link>https://invisioncommunity.com/news/invision-community/4830-mobile-skin-now-online/</link><description><![CDATA[<p>The new mobile skin for IP.Board 3.1 is now available for viewing right here on our community! Just visit on a popular mobile device and the skin will load automatically.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-49-033092900%201271347985.jpg"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-49-033092900%201271347985_thumb.jpg" data-fileid="23059" loading="lazy"></a><br><br><strong>Separate Skin</strong><br><br>
The mobile skin shows as a separate skin in your AdminCP so you can edit it as you see fit. Change the colors, put up your own logo, or even put in mobile ads to monetize your community.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-49-007185700%201271347986.jpg"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-49-007185700%201271347986_thumb.jpg" data-fileid="23060" loading="lazy"></a><br><br><strong>Support for Popular Mobile Devices</strong><br><br>
IP.Board 3.1 has built in support for a list of many popular mobile devices. Keep in mind it's easy to add support for even more right in the AdminCP.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-49-002850700%201271347984.jpg"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-49-002850700%201271347984_thumb.jpg" data-fileid="23058" loading="lazy"></a><br><br><br><strong>Included with IP.Board 3.1</strong><br><br>
This new mobile skin is included for free with IP.Board 3.1 when it is released. It will install right along with the upgrade and be available for your members to enjoy.<br><br>
If you find any issues please report them to the bug tracker. Enjoy!</p>]]></description><guid isPermaLink="false">585</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1: Notifications (Updated)</title><link>https://invisioncommunity.com/news/invision-community/4817-ipboard-31-notifications-updated/</link><description><![CDATA[<p>Since first unveiling the notification changes coming in IP.Board 3.1 we've received a ton of feedback from our customers to further improve the system and make the notifications more useful.  We've been listening to your feedback (and often agreeing with your points) and have decided to implement many great ideas to the make the notifications system cleaner, easier to use, and less intrusive.<br><br><br><strong>Better defaults upon upgrading</strong><br><br>
With our first beta release, nearly everything that can issue a notification did.  While inline notifications were set for various less important notifications (such as "Your friend has updated their status"), this quickly proved to be intrusive for users who were regularly active on the board.  We have not removed any of the notification options available, however we've defaulted many of the less important notification options to not issue notifications initially upon upgrade.  Users who wish to receive notifications for these actions may still visit their user control panel and enable them.<br><br>
This should lead to a less intrusive (and thus, more useful) inline notification setup when you first upgrade, while still allowing users to stay informed of everything happening on the board should they wish to.<br><br><br><strong>Shut the popup off</strong><br><br>
Another option that has been introduced is the ability to disable the popup, should you not wish to see it whenever you receive a new notification.  There is a per-user setting added to the notifications configuration section of the user control panel to allow you to enable and disable the popup.  If you disable the popup, your notifications are still available in your user control panel.<br><br>
This is a small addition that we felt would give each user more control over their browsing experience.<br><br><br><strong>Review all of your unread notifications in the popup</strong><br><br>
Another change requested frequently since we first introduced the new system is the ability to review all of your unread notifications from the popup.  Presently, only your latest notification is shown, and a link is provided to allow you to visit your notifications log area.  Now, there are buttons to allow you to jump through your unread notifications directly from the popup so that you can view all of your unread notifications at once.<br><br>
We've made a short video to demonstrate how this works:<br><br></p>
<div class="ipsEmbeddedVideo"><iframe width="480" height="270" src="http://www.youtube.com/embed/UH_Sx6-_O8E?feature=oembed" frameborder="0" allowfullscreen loading="lazy"></iframe></div>
<br><br>
This is another small, but useful, change that has been oft-requested, and that we're happy to provide in the next 3.1 beta release.<br><br><br><strong>Better accessibility</strong><br><strong>
</strong><br>
And now we've saved the best for last.  Many of our customers have requested that in-lieu of an intrusive popup window to alert you when you've received a new notification, that we implement a menu inline in the page, and show a count on this menu.  The menu would provide for quick access to your latest notifications, providing an easy way to review new notifications, while not issuing a popup on every other page load.<br><br>
We're happy to report that you will see such a menu introduced in the next IP.Board 3.1 beta release, with a few extra touches to further enhance your browsing experience.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-011438900%201270757943.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-011438900%201270757943_thumb.png" data-fileid="22986" loading="lazy"></a><br><br>
A new menu has been added next to your username dropdown in the top right corner of the page.  The number of unread notifications is listed on this menu so that you can quickly see how many unread notifications you have.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-065029500%201270758022.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-065029500%201270758022_thumb.png" data-fileid="22987" loading="lazy"></a><br><br>
When you click on the menu, a dropdown is loaded via AJAX displaying your last 10 notifications.  Unread notifications are bolded to help you quickly identify them in the list.<br><br>
You'll notice that we've additionally added icons to represent each notification type.  These icons can be changed per-skin, and third party developers can add and specify their own icons for their own notifications that they issue.<br><br>
(Please note that the icons you see in this screenshot may not be the icons used in IP.Board 3.1 final)<br><br>
There's a "View All" link at the bottom of the menu, allowing you to quickly go to your notifications list should you need to review further back than the last 10 notifications you received.<br><br>
An important note to make here - when you open your menu, all of your unread notifications will be marked as read.  This is a small change that we feel helps make the notifications system more useful.  It's natural to assume that when you open the menu and review the list of notifications, you've acknowledged them and no longer need them to reflect an "unread" status.  You can still, of course, review them even after they've been marked as read.<br><br>
And finally, once you have no unread notifications, the styling of the menu will change so as to prevent it from drawing your attention as readily as when there are unread notifications for you to view.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-084827300%201270758409.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-084827300%201270758409_thumb.png" data-fileid="22988" loading="lazy"></a><br><br><br><strong>Coming in the next refresh</strong><br><br>
All of these changes will be present in the next refresh of the IP.Board 3.1 beta which will be applied to our community forum later next week. We look forward to your feedback on the enhancements we've made to the notifications system.  We expect these changes will prove useful and help to further polish an already powerful and exciting new feature.<br><br>
(Note that a beta of IP.Board 3.1 is not yet available for download while we finish polishing off these features based on your feedback. Once we have a stable product we will be releasing public betas. Keep an eye on this blog for an announcement.)
]]></description><guid isPermaLink="false">584</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Chat 1.1 Dev Update</title><link>https://invisioncommunity.com/news/invision-community/4809-ipchat-11-dev-update/</link><description><![CDATA[<p>Development is under way (and wrapping up, in fact!) on IP.Chat 1.1.0, so we wanted to take a few moments to illustrate what new functionality you can expect to see with the next update of IP.Chat.<br><br>
If you are not already familiar with IP.Chat, we offer a javascript-based chatroom solution that any customer with an active IP.Board license (or support and services contract) can add to their site.  The first level of service for the IP.Chat product allows for you to host up to 5 simultaneous chatters, and is available at no cost to you while your license is active.  Other packages are also available for sites that expect more traffic to their chatroom.  For more information on IP.Chat, please see our <a href="%22http://www.invisionpower.com/products/chat/%22" rel="external nofollow">IP.Chat product information page</a>.<br><br><br><strong>How many people are in the chatroom?</strong><br><strong>
</strong><br>
While IP.Chat does include a hook that shows the number of users in the chatroom on the board index, many users felt that the display of this hook was too hidden (it is at the bottom of the screen, along with the other board stats), and only shows on the board index.  As a result, users are frequently unaware when someone enters the chatroom, limiting the amount of activity the chatroom gets.<br><br>
We've implemented the most popular suggestion to counter this problem: we've added a count to the 'Chat' tab at the top of the screen that displays how many users are currently in the chatroom.  This has been implemented as a hook, and as such can be disabled in the Manage Hooks page of the ACP if you have no use for the feature.  You will also have the option to disable the count if no one is in the chatroom, and to hide the count on the tab when you are actually viewing the chatroom page itself.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-086979000%201270559876.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-086979000%201270559876_thumb.png" data-fileid="22953" loading="lazy"></a><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-093727200%201270559885.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-093727200%201270559885_thumb.png" data-fileid="22954" loading="lazy"></a><br><br>
If you allow the count to display while viewing the chatroom itself, the count will dynamically update as users enter and leave the chatroom, allowing you to easily and quickly tell how many people are still in the room just by looking at the tab at the top of the page.<br><br>
We feel this is a small, but useful, addition to the chat software which should help spur activity in your chat room.<br><br><br><strong>Private Chatting</strong><br><strong>
</strong><br>
Another highly requested feature has been implemented for IP.Chat 1.1: private chats.  You will now be able to chat within the chat software privately with other users who are logged into chat.<br><br>
A new ACP setting has been added, allowing you to control which groups are allowed to initiate private chats (note: anyone can <em>receive</em> private chats).  When your group is allowed to initiate private chats, the username menu that exists presently for moderator actions will have an option to "Start Private Chat".  When clicked, a small popup box appears to allow you to fill in the private chat text you wish to send to the user.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-043027000%201270560261.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-043027000%201270560261_thumb.png" data-fileid="22955" loading="lazy"></a><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-055074100%201270560266.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-055074100%201270560266_thumb.png" data-fileid="22956" loading="lazy"></a><br><br>
When a new private chat is started, a new tab is created within the interface.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-023108800%201270560745.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-023108800%201270560745_thumb.png" data-fileid="22957" loading="lazy"></a><br><br>
And if new messages are received for inactive tabs, a count is displayed to let you know.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-091028300%201270560807.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-091028300%201270560807_thumb.png" data-fileid="22958" loading="lazy"></a><br><br>
As the name of the feature implies, private chats are a one-to-one relationship between two users only.<br><br><br><strong>What if I don't want to talk to you?</strong><br><br>
It's natural that you may not wish to converse privately with certain members of a community you are a part of.  A "block user" feature has been added to allow you to prevent specific users from sending you private chats within the chat room.<br><br>
There is a new user control panel page where you can block and unblock users.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-059252300%201270561431.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-059252300%201270561431_thumb.png" data-fileid="22959" loading="lazy"></a><br><br>
You can also block and unblock users directly within the chat interface.  AJAX is used to save the option, and your preferences are updated dynamically (users will be blocked immediately).  The user is not made aware that you have blocked them.  Instead, any private chats will simply be ignored on your part, as if it was never initiated.<br><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-037594500%201270561513.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-037594500%201270561513_thumb.png" data-fileid="22960" loading="lazy"></a><br><a href="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-021176300%201270561516.png"><img src="http://community.invisionpower.com/uploads/monthly_04_2010/blogentry-46197-021176300%201270561516_thumb.png" data-fileid="22961" loading="lazy"></a><br><br><br><strong>Wrap-up</strong><br><br>
IP.Chat has proved to be a stable, useful, and popular addition to our community software line-up.  Many of you are making good use of the chat software on your site, and we hope these new additions improve and expand the functionality available in the software in useful ways for you and your users.  We have some good ideas for future features, however we wanted to keep a focused approach for 1.1.0 first.  Stability and security is of the utmost importance to us.  The new functionality introduced for IP.Chat 1.1.0 lays the foundation for many new useful features in the future.</p>]]></description><guid isPermaLink="false">583</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Skin Generator Service</title><link>https://invisioncommunity.com/news/invision-community/4744-skin-generator-service/</link><description><![CDATA[<p>Having a great forum skin is something every forum owner craves.  A great skin is a big selling point, as it gives visitors a good first impression, and it colors (pun intended) the overall experience of using that forum.  While a great many sites are perfectly happy with the stock IP.Board forum skin, getting something new is often a top priority for sites that are trying to make it big.  Up until now, you've had a few options for this:<br><br></p>
<ul><li>Download or purchase a skin from <a href="http://community.invisionpower.com/files/category/7-ipboard-skins/" rel="external nofollow">IPS Resources</a>, or a third party resource site
</li>
<li>Pay a skinner to make you a custom skin
</li>
<li>Teach yourself how to skin</li>
</ul><br>
While all of these options are certainly good choices, we'd like to introduce another option for you: our <a href="http://community.invisionpower.com/index.php?app=core&amp;module=skingen" rel="external nofollow">Skin Generator</a> service.  This is a brand new service we have developed and made available to those with active IP.Board services licenses as a special little perk.<br><br>
The way the tool works is that it presents you with several options for customizing your skin, such as choosing different color choices:<br><br><a href="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-031144500%201269454637.png"><img src="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-031144500%201269454637_thumb.png" data-fileid="22679" alt="blogentry-44642-031144500 1269454637_thu" loading="lazy"></a><br><br>
Clicking on one of the color text boxes there gives you a small UI (from <a href="http://jscolor.com/" rel="external nofollow">jscolor.com</a>) to choose different colors.  You can either use that dialog, or type in a hex color there.  There is also an option to apply our 'contrast limiting' function, which attempts to ensure light colors aren't too light, and dark colors aren't too dark; it can be used, or not, to try and get the skin looking the way you want.  Once you have chosen colors and any other options, click the Preview button to show what that skin will look like; that shows in the main part of the page.  Here's a quick one I created to demonstrate this preview:<br><br><a href="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-068096800%201269455068.png"><img src="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-068096800%201269455068_thumb.png" data-fileid="22681" alt="blogentry-44642-068096800 1269455068_thu" loading="lazy"></a><br><br>
Note the tabs at the top for the different views, you can preview your choices in a couple of different forum views there.  Here's a Topic View preview of this same skin:<br><br><a href="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-064029600%201269455173.png"><img src="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-064029600%201269455173_thumb.png" data-fileid="22682" alt="blogentry-44642-064029600 1269455173_thu" loading="lazy"></a><br><br>
Previewing the skins is cool enough, but it wouldn't be a very good skin generator if it wouldn't let you get the skin you created for use on your own site, would it?  Below the options for choosing your skin colors, there is a box for choosing some options to build your skin download:<br><br><a href="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-002242300%201269455313.png"><img src="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-002242300%201269455313_thumb.png" data-fileid="22683" alt="blogentry-44642-002242300 1269455313_thu" loading="lazy"></a><br><br>
In here, you can name your skin, and choose the IPS applications you have installed, and their versions.  By choosing all of these, your downloaded skin will contain all of the appropriate CSS, templates, and image files for all of these apps.  No more worrying about whether the skin you got from a resource site has been coded to work with your IP.Gallery install!<br><br>
Once you fill out this box, click Export, and it'll prompt you to download the .zip file of that skin; the Skin Set and Skin Image Set files will be included in that zip, ready for you to import into your site.  Here's one I created and installed on my test board:<br><br><a href="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-056204400%201269455509.png"><img src="http://community.invisionpower.com/uploads/monthly_03_2010/blogentry-44642-056204400%201269455509_thumb.png" data-fileid="22684" alt="blogentry-44642-056204400 1269455509_thu" loading="lazy"></a><br><br><em>Please consider this a beta service at this point. As this is a brand new service plus it is doing something rather difficult (creating a skin automatically) we do expect many bugs. Right now this is designed for IP.Board 3.0.5. We will be upgrading it to IP.Board 3.1 when it is released. Please post any </em><a href="" rel="external nofollow"><em>bugs you find</em></a><em> or </em><a href="" rel="external nofollow"><em>ideas you may have</em></a><em>!</em><br><br>
That about wraps it up, please let us know what you think, or any other features you'd like to see introduced in future updates! :)
]]></description><guid isPermaLink="false">582</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Content 2.0 Dev Update: Articles</title><link>https://invisioncommunity.com/news/invision-community/4671-ipcontent-20-dev-update-articles/</link><description><![CDATA[<p>IP.Content has many features, and indeed it's quite possible to create a rather useful articles system using the custom databases feature introduced in IP.Content 1.1, however many of our users have been requesting a true "articles" feature since the first release of IP.Content. In typical IPS fashion, we've listened, and you will be happy to hear that IP.Content 2.0 introduces a new "Articles" module.<br><br><a href="//media.invisioncic.com/a319035//blogentry-0-126894509019.png"><img src="//media.invisioncic.com/a319035//blogentry-0-126894509019_thumb.png" data-fileid="22564" loading="lazy"></a><br><br><strong>Building on existing functionality</strong><br><br>
As I mentioned, you can create a very useful and workable articles section using the existing databases features in IP.Content. The database feature accomplishes so much of what needs to be implemented for articles, in fact, that articles actually "build on" databases behind the scenes. Much of the interfaces will feel familiar, because indeed much of the code is shared between the two modules. This helps ensure consistency is met between the various sections of the site, and helps to ensure that bug fixes for one area are automatically and immediately carried over to the other. Many of the ACP pages will feel nearly identical to the databases section, and the majority of the features are available in your own custom created databases as well. We feel that the similarities with the existing functionality will help you to get started with articles quickly and efficiently, while the new features and functionality will help to set it apart from the rest of your databases.<br><br><strong>Navigational flow and frontpages</strong><br><br>
In a generic custom database within IP.Content you will have a "categories" template (which displays a list of your categories, akin to the forum index page), a "listing" template (which shows the listing of records, similar to viewing a forum), and a "display" template (which facilitates displaying the actual record itself, similar to viewing a topic). The articles module separates here from the databases functionality a little, giving you some more options and flexibility.<br><br>
The homepage uses a new template type we refer to as a "frontpage" template. When you first visit the articles section, this frontpage template is used to show you the landing page content. By default, articles that are flagged to show on the homepage will display on the frontpage, however you can naturally change the template to manipulate the data however you like. We will ship with 3 default frontpage templates:<br><br></p>
<ul><li>
<strong>1x2x2</strong><br>
This template displays a large article summary block at the top. The next 2 rows have 2 article summary blocks side by side. Finally, two more rows can display showing article summary blocks side by side.
</li>
<li>
<strong>Blog</strong><br>
The blog-style template displays one article per row, showing the entire article text (or the first page of the article text, if it is a multi-page article). This is similar to what you might expect to see when you visit a blog.
</li>
<li>
<strong>Single Column</strong><br>
This template displays one article per row as well, however instead of displaying the full article (or first page of the article), it only displays a small summary. This is similar to what you might expect to see on a typical news site.<br></li>
</ul><br><br>
You can of course also create your own frontpage templates, or modify our defaults to suit your own needs. It is entirely up to you, however we have included a few to help get you started.<br><br>
Now, a user is likely to enter an article directly from the front page, since we bring articles to the forefront with the frontpage template. If so, they will reach a "display" template, just like they would with a standard custom database. However, if a user instead clicks through to a category, they will see a layout similar to the homepage, since you now will also assign a frontpage template to each category. The category will display articles in a fashion similar to the homepage (although you can use different frontpage templates per-category), instead of just providing a listing of articles as would happen in a standard custom database.<br><br>
We do still have a "categories" template within the articles module, which is linked in our default site from the category block. You can make use of this if you want, however we believe you will find it secondary to the main navigation structure, instead of a primary focus as it is in other custom databases. There is also an "archives" template, which is similar to the "listing" template in any other custom database. It will list all articles within your articles section, and features sorting, filtering and pagination as appropriate.<br><br><strong>Managing articles</strong><br><br>
The ACP interface for managing articles has similarly been overhauled, allowing for an easier and more efficient process of managing your articles. You can dynamically sort the listing of articles both in a lowest to highest and highest to lowest order, you can change the status of an article to published or draft using AJAX, and you can filter articles via multiple characteristics to allow you to easily and quickly find the content you need to edit. The form to add and edit articles has been cleaned up and condensed, making it a much quicker process to add or update an article.<br><br><div class="ipsEmbeddedVideo"><iframe width="459" height="344" src="http://www.youtube.com/embed/4KGs8_vskC0?feature=oembed" frameborder="0" allowfullscreen loading="lazy"></iframe></div>
<br><br>
When adding or editing an article, you will be able to set certain characteristics about the article. You can control whether the article shows on the frontpage or not. You can control whether the article will allow users to comment on it or not. You can also specify a comment cutoff date, after which comments will no longer be allowed. You can control when the article itself "expires", after which it will only be available when viewing the archive listing. You can change the article author to another member (using AJAX). You can even control, per-article, which article view template to use. This means that you can create a set of pre-defined article view templates (for instance, maybe one which displays the screenshot image on the left, and one which displays it centered at the top of the article), and then when adding your article you just select which template to use from a dropdown menu. Overall, you have a lot of control to ensure that your article is presented exactly how you intend. It is important to note that, just like with your other custom databases, you can create additional custom fields for your articles if you find that you need a field which is not presented by default.<br><br>
There is also a frontpage manager page in the ACP, where you can quickly see all articles set to display on the front page, with the ability to remove any articles that should no longer be available on the front page. It is important to note that you can also control how many articles are displayed on the front page, and that your template can further control how many articles are displayed, based on certain conditions of the template. Thus, while you may have 20 articles set to display on the front page, only 10 may actually display. Your front page manager can help you control which articles, exactly, should display.<br><br><a href="//media.invisioncic.com/a319035//blogentry-0-1268945076.png"><img src="//media.invisioncic.com/a319035//blogentry-0-1268945076_thumb.png" data-fileid="22563" loading="lazy"></a><br><br><strong>Promoting forum content</strong><br><br>
Along with the new articles section of IP.Content in version 2.0, we have added a "Promote to article" hook to the forums. Users allowed to use this new button will be able to promote any post on the forums to the new articles section of IP.Content 2.0.<br><br>
The promotion feature has several options to ensure that it is flexible enough to meet your needs. Firstly, as the administrator, you can control which user groups are allowed to use the feature. You can allow both copying and moving of posts to the articles section. When you allow copying of posts and a user clicks on the promote button, a new article will be posted as a copy of the post. When you allow moving of posts and a user uses the feature, instead of copying the post to the articles section, it will be moved (with the original post in the forum being deleted).<br><br>
You can optionally have a link left behind in the forums pointing to the new article. When a post is copied, this link is added to the end of the post. When a post is moved and a link is left behind, the post isn't actually removed, but rather replaced with the link to the new article. As the administrator, you can allow your users to specify whether to leave a link behind each time a post is promoted, or require that the link always be left behind.<br><br>
This new feature should help facilitate promotion of valuable content on your site, and help enable easier content discovery by your vistors, registered or otherwise. As the search engine industry often says, "content is king". The content on your site is its most valuable asset, and this feature helps you better manage that content, to ensure it is benefiting your site as best as possible.<br><br><div class="ipsEmbeddedVideo"><iframe width="459" height="344" src="http://www.youtube.com/embed/uzxNFpG7ems?feature=oembed" frameborder="0" allowfullscreen loading="lazy"></iframe></div>
<br><br>
Before we move on, I would like to take a moment to mention that the articles section can also allow comments to be stored in the forums, just like your other databases. This new feature in IP.Content 2.0, <a href="http://community.invisionpower.com/blog/1174/entry-4493-ipcontent-20-dev-update-tighter-forum-integration/" rel="external nofollow">discussed in a past blog entry</a>, supports databases and articles alike.<br><br><strong>New default site</strong><br><br>
By itself, we believe the new article section will help you better manage your site, and get you started using IP.Content quicker than ever. No longer will you need to manually create a database, create database templates, tweak them to suit your needs, add the database to a page, and so on. Instead, the articles section takes care of the majority of the legwork for you. So now that we've made everything easier to use from the outset, where can we go from there?<br><br>
Well, not content to sit back even for a moment, we have redesigned the default site that ships with IP.Content to better highlight some of the features of IP.Content 2.0. By default, you will have two "pages". One hosts the new articles section, while the other is a demo of another custom database: a media section, linking to various youtube videos. We feel that the new demo site better shows off many of the capabilities of IP.Content, so that you can better understand how to use the system. Some of the things the new default site shows off:<br><br><ul><li>Some default pages
</li>
<li>Some CSS "pages"
</li>
<li>Custom blocks holding variables
</li>
<li>An article category feed
</li>
<li>A "latest articles" feed
</li>
<li>A "latest article comments" feed
</li>
<li>A separate custom database<br></li>
</ul><br><br>
The default site will also populate some basic content for the above areas so that it is not empty upon installation.<br><br>
We will not be inserting this default site for upgrading users (the expectation is that if you are upgrading, you're already familiar with the software and would only be deleting the default site content anyways), so we've decided to host a demo of the new default site so you can click around and see how it works. We will post some articles describing how we created some of these areas for you to benefit from near the release of IP.Content 2.0, in case you are curious how we accomplished certain functionality (such as the media database).<br><br><strong>Take a look for yourself!</strong><br><br>
And with that said, <a href="http://ipcontent.invisionzone.com/" rel="external nofollow">head on over to our demo installation so you can take a look</a>! This is an early look at the actual default site that will be presented with IP.Content 2.0 upon installation. We look forward to hearing your feedback, and we hope you are as excited as we are about the latest feature announcement for IP.Content 2.0. Overwhelmingly, the one thing our customers have requested for IP.Content 2.0 is a "true article system". We've listened, and a true article section is on its way.



]]></description><guid isPermaLink="false">581</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Search Overhaul</title><link>https://invisioncommunity.com/news/invision-community/4573-ipboard-310-dev-update-search-overhaul/</link><description><![CDATA[<p>When we developed IP.Board 3, one of the main goals was to centralize searching and simplify it to provide results cleanly and concisely. Since then we have had a lot of emphatic feedback on how to develop the search further and to improve the interface.<br><br>
We've have taken all that feedback on board and completely overhauled search making it more flexible and more useful. This blog entry lists the major improvements. There's a lot to get through, so lets get started.<br><br><strong>Search Form</strong><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-103234.png" loading="lazy"><br>
The search form has been redesigned with separate applications in mind. Right away you'll notice that there are radio buttons to select which app you want to search in which then presents its own filtering options. <br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-103339.png" loading="lazy"><br>
As the filter and sort options are unique to the application, you can request to sort by very specific fields such as topic title, views, etc.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-103307.png" loading="lazy"><br>
Full boolean searching is supported with the ability to choose the search mode between "match all words" and "match any words". Phrase searching is also available, for example searching for "roses are red" will find topics or posts that match that phrase precisely.<br><br><strong>Search Results</strong><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104000.png" loading="lazy"><br>
This screen shot shows the search results as a topic list. You'll notice immediately two things; first it now shows hidden or soft deleted topics in the result stream (assuming you have permission to see them) and also a multi-moderation checkbox to the right.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-103829.png" loading="lazy"><br>
As when viewing a normal forum, you can select multiple topics and perform moderation on them in a few clicks. This makes it much easier to moderate the board especially as the same functionality is applied to both "View New Content" and "Active Content" and User's Content.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104351.png" loading="lazy"><br>
We've also implemented the topic preview when you mouse over the topic row. <br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104156.png" loading="lazy"><br>
This screen shot shows the same search but listed as posts. You'll note it uses the familiar post template and also has multi-moderation available.<br><br><strong>Multiple Content Types</strong><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104601.png" loading="lazy"><br>
Now that applications have more control over the search itself, you can specify multiple content types that can be searched. The 'members' tab allows you to search through members  or profile comments.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104644.png" loading="lazy"><br>
This screen shot shows the result of searching in profile comments.<br><br><strong>Finding User Content</strong><br>
As of IP.Board 3.1, "Find my posts" and "Find my topics" have been merged into a more useful view "User's Content". This works across all applications so you can quickly view all of the content the user has created. Remember that hidden and soft deleted items are also shown where permission allows making moderation even easier.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104520.png" loading="lazy"><br>
The new button on the user's profile.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-104749.png" loading="lazy"><br>
The forum application's "Users Content" view. Note that this first view shows all topics the user has started <strong>and</strong> all topics the user has posted in, much like a "My Activity" feed.<br><br>
This works across all applications, like IP.Gallery<br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-105247.png" loading="lazy"><br><br><strong>Sphinx Integration</strong><br>
We added Sphinx integration into IP.Board 3 to provide a way to offset the resources used when members search. However, it was a very simple implementation and many filtering options were removed.<br><br>
I'm happy to say that I've completely overhauled Sphinx integration so that it is identical to the regular search. Indeed, Sphinx is running on my local test board and all these screen shots are taken with Sphinx activated.<br><br>
I'm also pleased to say that Sphinx is now used for searching, active content, new content and user's content views so you can take full advantage of the fast and efficient searching it provides.<br><br>
That concludes our search updates. I hope that you enjoy these updates and that you find searching less of a chore in IP.Board 3.1.0 We genuinely appreciate all the feedback that we get and we've really listened with your search feedback.<br><br><strong>Oh, one last thing...</strong><br>
If you'll excuse the Jobzian finale, there is one other improvement to the search system:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100311-103113.png" loading="lazy"><br>
The global search box is now context sensitive so that when you are viewing a forum or topic, you have the choice to restrict your search.</p>]]></description><guid isPermaLink="false">580</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Content 2.0 Dev Update: Tighter Forum Integration</title><link>https://invisioncommunity.com/news/invision-community/4493-ipcontent-20-dev-update-tighter-forum-integration/</link><description><![CDATA[<p>IP.Content is an extremely flexible system. While considering the possibilities with IP.Content and feeding content to your external pages, we knew that there were multiple options.<br><br><br><br></p>
<ul><li>
<strong>Using a database</strong><br>
You can create a database to store content such as articles, and then allow commenting on these articles directly. In doing so, you keep your articles and your topics separated.</li>
<li>
<strong>Using a blog</strong><br>
You could create a blog, and then create a feed block that pulls entries from this specific blog to your homepage. In doing so, you could create a dynamically updated homepage which is fed from a specified blog. You would not easily be able to allow commenting on the entries on the homepage, but the blog itself would still allow commenting.</li>
<li>
<strong>Using a forum</strong><br>
You could create a forum and then post your "news" topics in this forum. Then you can create a forum feed block to pull these topics to your homepage. This allows for easy syndication of topics you wish to show elsewhere, although you will again face limitations when it comes to allowing comments.</li>
<li>
<strong>Raw pages</strong><br>
You could certainly create new pages manually, and update them on your homepage. You could even create a topic manually associated with each page, and then feed replies from that topic to the page using a forum reply feed block, if you wanted.</li>
</ul><br><br>
Many users have expressed interest in a hybrid method not listed above. Specifically, many users have requested a way to use the forums to facilitate commenting on database records. As of IP.Content 2.0, this will now be possible.<br><br><br><br><strong>Overview</strong><br><br>
Databases are segregated from your forums on purpose. They are their own "section", and are designed to run independently of the forums. Still, there's no reason that the two can't play nicely together, right?<br><br><br><br>
With IP.Content 2.0, you will now be able to turn on and off the forum integration at a per-database (and per-category) level. When you do, submitting a record to the database will post a topic in a forum of your choosing. You can also optionally choose to use that topic as the comment storage container. If you choose to do so, comments made in the database will actually be posted as replies to the topic, and the comments displayed on the page will be the replies pulled directly from the topic.<br><br><br><br><strong>Specifics</strong><br><br>
For each database, you can enable and disable the forum integration. You will be able to turn the forum integration on, specify which forum the topics should be posted in, specify a topic title "prefix" and "suffix", specify if the topic should be deleted if the record gets deleted, and enable the feature to use the topic to host the comments for the record.<br><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126782455185.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126782455185_thumb.png" data-fileid="22354" loading="lazy"></a><br><br><br><br><br>
Further to this, you can override these settings at the category level as well. By default, the categories will inherit the forum settings, but you can edit each category and override any of the above settings.<br><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126782455717.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126782455717_thumb.png" data-fileid="22355" loading="lazy"></a><br><br><br><br><br>
This allows you to create some interesting combinations. You could use the built in database functionality for all categories except for your news category, for instance. Or you can have IP.Content post the topics in an appropriately mirrored category structure in the forums. It's up to you!<br><br><br><br>
You can also allow IP.Content to remove the automatically generated topic (and any replies to the topic) when you delete the record, as well. Additionally, any standard moderator actions (delete comment, approve comment, unapprove comment, etc.) will work seamlessly from IP.Content, both from the front end and from the ACP, regardless of whether you use the forum integration or not. While you can manage comments from the forum as well (for instance, if you delete a reply to the topic, that "comment" will no longer show up when viewing the IP.Content record), we recommend you use IP.Content to manage the comments. In some instances, IP.Content may need to take additional actions which will only be triggered when the moderator action is initiated from IP.Content.<br><br><br><br><strong>Comments</strong><br><br>
When you enable the forum integration for comments, any comments made on the record are not stored in the IP.Content database tables, but instead are posted as replies to the automatically created topic. When displaying the comments in IP.Content, instead of checking it's local tables it will instead pull the replies to the topic and display them on the record page. Users will be able to comment on the record directly, OR post a reply to the topic (provided you give them appropriate permissions in the forums). Either way, the comment will be displayed appropriately when viewing the record in IP.Content.<br><br><br><br>
Note that IP.Content will be able to post to the topic even if you do not allow any permission masks to access the forums you have told IP.Content to use. This means you can create hidden forums to host the topics if you want, or you can create forums that are open to everyone. Some users may prefer to navigate your main website (powered by IP.Content), while some users may find navigating your forums more familiar. Using this new integration option, you can cater to both demographics on your site easily, all the while without increasing your workload or duplicating the content inappropriately across your site.<br><br><br><br>
The comments as displayed in IP.Content when using the forum integration appear the same way they would if you stored the comments locally. Your users won't know the difference. Note that if you leave reputation on a comment that comes from the forum, the reputation is associated with the forum post (so the user will not be able to visit the topic and rep a post again). Just for completeness, here's an example of comments being fed from the automatically generated topic anyways.<br><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126782456177.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126782456177_thumb.png" data-fileid="22356" loading="lazy"></a><br><br><br><br><br><strong>Upgrading</strong><br><br>
When you upgrade to IP.Content 2, naturally your existing articles won't have topics stored in the forums, thus comments won't be stored in the forums either. Any record that does not have a topic associated will automatically fallback to using it's local built-in commenting system, while new records submitted will use the forums as configured. This means that when you upgrade, you don't have to worry about any of your comments disappearing if you decide to make use of the new functionality.<br><br><br><br>
Everything should work seamlessly so you don't have to worry about rebuilding records or missing comments. When you upgrade, you can optionally make use of this new feature, but it won't affect your previously saved records.<br><br><br><br><strong>Wrap Up</strong><br><br>
We feel that this new capability in IP.Content solidifies the forum integration capabilities available with IP.Content, allowing you to create unique and creative site configurations. You can allow visitors to view the content from both IP.Content and the forums, or only from IP.Content, or only from the forums. You can opt not to embed the database into any pages, and instead just allow members to read the records and comment on them from the forums only. You can let IP.Content post a topic and all comments to a hidden forum to make moderation easier for your old-time moderators who aren't familiar with IP.Content. You have many options; this is the goal with IP.Content. To allow <em>you</em> to decide how <em>your</em> site should function. We look forward to hearing your feedback regarding this new feature!<br><br>]]></description><guid isPermaLink="false">579</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Content 2.0 Dev Update: Some Template Tweaks</title><link>https://invisioncommunity.com/news/invision-community/4460-ipcontent-20-dev-update-some-template-tweaks/</link><description><![CDATA[<p>Templates in IP.Content are a useful tool that can save administrators a lot of work managing their site. They are utilized to facilitate displaying database content, and can be utilized to normalize the display of multiple pages through a shared template. We have made a few small tweaks to templates to make them easier to manage and easier to use in IP.Content 2.0.<br><br><br><strong>Separation of templates</strong><br><br>
In IP.Content 1.x database templates and page templates were displayed on the same page. While they technically use the same backend system to render the templated HTML, it can be confusing for users to associate page templates and database templates on the same page. Utilizing containers can help separate the two types of templates, but we felt we should go a step further. In IP.Content 2.0, database templates and page templates are not displayed on the same page. Database templates now have their own page under the generic Templates header.<br><br><br><strong>Container grouping</strong><br><br>
Within the template areas you can create containers to "contain" your templates. This is primarily used as a form of categorization and grouping, allowing you to group similar templates together. This is useful when viewing the templates on the template manager page, however templates are not similarly grouped when viewing them in dropdowns elsewhere throughout IP.Content.<br><br><br>
We have enhanced the template dropdowns in IP.Content to display the appropriate template containers you have created in the dropdown menus, allowing you to more easily identify the templates you wish to use. The template containers are rendered as "optgroup" tags, so they will be unselectable (you won't be able to accidentally set a template container as your page template, for instance). <br><br><br>
Developers may be interested to know that in implementing this change, we have enhanced the IP.Board admin CP output library formDropdown() method to accept an optional array of opt groups. You will be able to make use of this new optgroup functionality in your third party applications starting with IP.Board 3.1.<br><br><br><strong>Identifier storage</strong><br><br>
Previously in IP.Content, we recorded whether a template was a database template or page template, however we never recorded what kind of database template you were saving (i.e. a "category" template, a "listing" template, or a "record display" template). Starting with 2.x, we now store what kind of database template you are creating, and in doing so we can better streamline IP.Content's options elsewhere.<br><br><br>
When you create a database, only listing templates will be displayed in the listing template dropdown menu, for instance. This will help prevent users from accidentally setting a category display template as their listing template (in which case, no records are ever listed). Additionally, when clicking the link to display database variable help, we can now show you the variables directly related to the template you are editing, without having to ask you to select what kind of template it is first.<br><br><br>
While this isn't an exciting change, for sure, we believe you'll find it streamlines management of your IP.Content installation, and makes your available options much clearer.<br><br><br><strong>Template comparisons</strong><br><br>
We are introducing a template comparison tool for your database templates starting with IP.Content 2.0. When you upgrade to IP.Content 2.0, you will need to make template changes to take advantage of some of the newer features. For instance, to show the button to "watch" a record or category, the HTML for this button needs to be added to the template. It can be tedious and time consuming for you to have to manually create a new template and then copy over the customizations you have made to your previous template.<br><br><br>
We have added a template comparison tool that will compare your database template to the default database template for that template type (i.e. to compare your database listing template to the default database listing template) so that you can quickly see what is different in your custom template compared to the default.<br><br><br>
We believe this tool will help ease upgrades moving forward, especially upgrades where new features are introduced to the databases functionality in IP.Content.<br><br><br><strong>Until next time...</strong><br><br>
We realize this isn't the most exciting blog entry about IP.Content 2, but we wanted to finish telling you about some of the smaller changes you should expect to see in IP.Content 2 before we get into the bigger things. Stay tuned for the next few blog entries. We think you'll like what we have in store!</p>]]></description><guid isPermaLink="false">578</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Content 2.0 Dev Update: More Database Improvements</title><link>https://invisioncommunity.com/news/invision-community/4349-ipcontent-20-dev-update-more-database-improvements/</link><description><![CDATA[<p>
<strong>Add and edit hookpoints</strong>
Based on requests from users integrating IP.Content into their website, we have added two new hook points to the database handler: postSave() and postSaveEdit(). These are called immediately upon saving the record to the database (for add and edit requests, respectively), and can be utilized to take action on a record after it has been saved. This could be used, for instance, if a file is uploaded or linked, and you need to take action on this file, but don't want to until the record itself has been accepted.
<strong>Format numerically</strong>
We have added a new field formatting option that will allow you to automatically format fields numerically, based on your selected locale. This option will automatically apply thousands and decimal separators to the value supplied in the field.
<strong>"Bump" records with comments</strong>
There is a new per-database configuration option that will allow you to tell IP.Content that when a new comment is made on a record, that record should be "bumped" to the beginning of the list. For this to work, you must be sorting your database by "last update". When this option is enabled and a new comment is made on the record, the last update timestamp for the record will also be updated, moving that record to the top of the list.
<strong>Other contributors</strong>
 If you have a database configured that allows wiki-style editing, and you have revisions enabled for this database, a new line will be displayed below the "Submitted by:" field showing all members who have contributed to the record. This is useful in a true collaborative environment to allow you to see all users that have modified the record. You can still utilize the revision manager in the ACP for details of each revision, as well.
 <strong>Random database feeds</strong>
You will now be able to order database record and comment feeds randomly, making these feeds more consistent with the other feeds you can create using the block manager. You can use this ability to show a block with 10 random records, for instance, helping your users to discover the content in your databases easier.
<strong>Database category feeds</strong>
You will now be able to create feeds of the categories within a database. The feed template has some slight modifications made to it in order to display the categories in a more natural display than you would use for records. Hierarchy is preserved with the feed.
<strong>More consistent linking</strong>
In IP.Content 1.2 and below, many of the links to the databases require using a "redirecter" link to get there. By that, I mean that instead of linking directly to a category or record on the page it is actually located on, we link to "app=ccs&amp;module=pages&amp;do=redirect&amp;database=1&amp;record=1" (for example). This is effective and efficient, however it is not the most desirable setup naturally. In IP.Content 2, the actual link to the resource is correctly used instead. Primarily, you will notice the changes in feeds.
<strong>Canonical tags</strong>
And while we're on the subject of SEO and consistent linking, the next feature we'd like to announce for IP.Content 2.0 is that of canonical tags. Canonical tags will be automatically determined and added to pages and databases (including category and record display pages in databases). This will help to ensure that any additional links that may load a page or database record will pass it's link value through to the correct canonical URL.
<strong>New field type: uploads</strong>
The attachments field shipped with IP.Content 1 works well, and is very consistent with IP.Board posting. Your users will find it familiar, and indeed in most cases this may be the best field to use for your specific needs. However, many users have requested the ability to upload single files, often because they would like to be able to manipulate these files from the listing template (for example), or because they want more control over how the files are embedded into the actual record.
IP.Content 2.0 introduces a new single file upload field which you can use to upload single files. You can add more than one of this field type to a database (there is no hardcoded limit), and the value that will be seen by IP.Content is simply the URL to the file you've uploaded. There is no image resizing or other functions executed with this particular field type - it is a simple field to allow you to upload a file easily. You can use this field type for any file type as well (you can define which file types are allowed with the field when configuring the field in the ACP). When editing records, a note will be displayed below the upload field to let you know if a file is already present and will be overwritten by uploading a new file. A checkbox will also be available to allow you to easily remove the file without uploading a new one.
<strong>Resize image template plugin</strong>
When implementing the single file upload field, we begin experimenting with ways to embed the content within the record, and found that it would be useful to be able to dynamically resize images that were uploaded, even if we didn't resize the file itself. Even just specifying width and height parameters to the image would allow us to manipulate the display for our specific purposes.
To this end, we've added a new template plugin that accomplishes just that. Note that template plugins can be used all over IPB and are not restricted to IP.Content specifically. You use the template plugin by embedding the following:</p>
<div data-role="contentPage">
<hr data-role="contentPageBreak"><p>While we work to wrap up some of the IP.Content 2.0 changes we'll be discussing in upcoming blog entries, I wanted to take a moment to give everyone a quick update on some of the smaller changes and tweaks we've already implemented in IP.Content 2.0. These small, but useful, tweaks and feature enhancements are sure to allow you to take IP.Content databases in new directions.</p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126694995636.png"></a><img src="http://community.invisionpower.com/uploads/blogentry-46197-126694995636_thumb.png" data-fileid="22209" loading="lazy"><br><br><br><br><br><br><br><br><br><br><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126694996281.png"></a><img src="http://community.invisionpower.com/uploads/blogentry-46197-126694996281_thumb.png" data-fileid="22210" loading="lazy"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><p></p>
<pre class="ipsCode">{parse resize_image="url or path to image" maxwidth="100" maxheight="100"}</pre>
<p>
The plugin will determine the proportionately resized width and height values that fit within your constraints, and return the string "width='x' and height='x'" to suit your request. Note that maxwidth and maxheight are both optional parameters (you could restrict based on width only, for instance), however at least one must be supplied.
<strong>Multipage records</strong>
We have added a new custom bbcode that can be used within IP.Content to create multi-page records. The bbcode is very easy to use. Below you will find an example:</p>
<br><br><br><br><br><br><br><br><br><br><br><p>
[/page][page]
This is the text for page 2
[/page][page]
This is the text for page 3</p>
<pre class="ipsCode">This is the text for page 1<br><br><br><br><br><br><br><br></pre>
<p>
Effectively, you just insert "
<strong>Moderator "add record" permission</strong>
While IP.Content does allow for some separation of authoring and editorial duties, many of the lines are blurred and a true editorial process is not always clear within this environment. We made some small enhancements to the moderator duty capabilities in IP.Content 2 to overcome this.
There is a new permission option for moderators: "Add Records". Utilizing this permission, you can easily create a true editorial review process for all articles posted on your site. You can now create "moderators" who have only "add record" permissions. These moderators can post new records into the database, but cannot edit or approve those records. Then, you setup your editors as moderators with enhanced permissions in the database. These are the users that can edit, delete and approve records. Your authors will then add the records, and your editors will edit, review and approve the records the authors add. By utilizing a multi-step process, you cut down on grammatical, spelling, and factual errors in the content posted on your site.
<strong>Share links</strong>
A week or two ago,  we can expect to see in IP.Board 3.1. This new sharing link functionality will be integrated with IP.Content 2, as well, allowing you to easily share (or email/print/download) any record in your IP.Content databases.
<strong>Comment reputation</strong>
Going along with the last feature, in keeping consistent with IP.Board we have integrated reputation into IP.Content database comments. You can now leave reputation for database comments, just like comments in other areas such as IP.Blog, and these comments will automatically be hidden or displayed based on your configured reputation preferences. You will be able to quickly view comments hidden through negative reputation filtering by clicking a link presented with the comment.
<strong>Subscribe to records and categories</strong>
And last, but not least, for today: the ability to watch categories and records in IP.Content 2.0. You will be able to click a watch icon (which will change to "Stop watching" if you are already subscribed) in categories and when viewing records starting with IP.Content 2.0. Upon clicking the button, you will begin receiving notifications of new records in categories you subscribe to, and new comments made to records you have subscribed to. These notifications honor your configured notification preferences in IP.Board 3.1.
<strong>AND THAT'S NOT ALL!</strong>
As you can see, there are a lot of exciting changes coming to IP.Content 2.0. We feel that many of these changes round out the database features significantly, bringing its functionality in line with that of IP.Board, both for consistency, and to allow you to offer your users more functionality that they are already familiar with.
We still have some more great features we can't wait to tell you about, but we hope these tidbits will tide you over while we work to finish up those other enhancements. We're working hard to make IP.Content 2.0 a great release. We hope you're as excited about the upcoming changes as we are!</p>
<br><br><br></div>
<p></p>
<div data-role="contentPage">
<hr data-role="contentPageBreak"><p>" where you want a page break inserted. The custom bbcode takes care of the rest, inserting page links (which you can style independently of the main IP.Board pagination links) below the article content for the specified page. Here's a screenshot that will make this a little clearer (in this screenshot, we are on page 2).</p>
<br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126694996946.png"></a><img src="http://community.invisionpower.com/uploads/blogentry-46197-126694996946_thumb.png" data-fileid="22211" loading="lazy"><br><br><br><br><br><br><br><br><br><br><br><br><br><a href="%22http://community.invisionpower.com/blog/1174/entry-4162-ipboard-310-dev-update-sharing-links/%22" rel="external nofollow">Matt blogged about the new sharing links functionality</a><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126695016208.png"></a><img src="http://community.invisionpower.com/uploads/blogentry-46197-126695016208_thumb.png" data-fileid="22213" loading="lazy"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
<p>[contentpagination=4]</p>]]></description><guid isPermaLink="false">577</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: View Reputation</title><link>https://invisioncommunity.com/news/invision-community/4343-ipboard-310-dev-update-view-reputation/</link><description><![CDATA[<p>In IP.Board 3.0 we introduced a simple reputation feature, allowing users to give positive or negative reputation to a post.<br>
While administrators can view who gave reputation through the Admin CP, in IP.Board 3.1 we have introduced a way for all users to view who gave reputation on any given post.<br><br>
To view who gave reputation, you just click on the reputation number at the bottom of the post which will now display a popup balloon indicating who has given reputation.<br><a href="http://community.invisionpower.com/uploads/blogentry-108264-126692724361.png"><img src="http://community.invisionpower.com/uploads/blogentry-108264-126692724361_thumb.png" data-fileid="22205" loading="lazy"></a><br><br>
There is a per-group setting to control who can use this feature. If a user does not have permission to use it, the number will not be clickable and appear unchanged from how it currently is.<br><br>
The data is loaded through an AJAX call when the link is clicked, so there is no additional queries to the topic view for this feature.</p>]]></description><guid isPermaLink="false">576</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Profile Customization (II)</title><link>https://invisioncommunity.com/news/invision-community/4294-ipboard-310-dev-update-profile-customization-ii/</link><description><![CDATA[<p>We recently blogged about our new <a href="%22http://community.invisionpower.com/blog/1174/entry-4289-ipboard-310-dev-update-profile-customization%22" rel="external nofollow">profile customization options</a>. I've made a few updates since and wanted to update you on them.<br><br>
As you may already be aware, we have added <a href="%22http://community.invisionpower.com/blog/1174/entry-4007-ipboard-310-dev-news-twitter-integration/%22" rel="external nofollow">Twitter integration</a> into IP.Board 3.1. This enables you to 'connect' your Twitter account to your forum account to share links, status updates and to allow you to use your Twitter photo on the board.<br><br>
I've taken this a step further and added an option to allow you to import your Twitter background preferences to your profile:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-095205.png" loading="lazy"><br><em>My test Twitter account with using a different Twitter theme</em><br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-094916.png" loading="lazy"><br><em>The background preferences (img and color) imported into IP.Board</em><br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-095438.png" loading="lazy"><br><em>The preferences control panel</em><br><br>
I've also added a few handy links to the Profile Customization control panel. These links allow you to revert all customizations, remove just the background image and load your profile to see the changes:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-095630.png" loading="lazy"><br><br>
I've also included a quick way to remove your own customizations while viewing your profile:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-100825.png" loading="lazy"><br><br>
And if you are a "Super Moderator", then you remove and remove and disable customizations on any profile you view:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-101101.png" loading="lazy"><br><br>
We hope that you enjoy this feature and allowing Twitter to set your background further personalizes your board profile and re-enforces your own personal brand.</p>]]></description><guid isPermaLink="false">575</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Demo System Term Extended</title><link>https://invisioncommunity.com/news/invision-community/4315-demo-system-term-extended/</link><description><![CDATA[<p>While not a particular interesting blog entry :) I wanted anyone interested to know that our <a href="%22http://www.invisionpower.com/products/demo.php%22" rel="external nofollow">demo service</a> term has been extended from 24 to 48 hours. As always, you can email sales for a further extension if you might need more time.<br><br>
If you are considering using IP.Board now is a great time to get your proverbial feet wet on version 3.0.5 so you are ready as soon as the upcoming version 3.1 is released! If you have any questions, feel free to email <a href="mailto:%22sales@invisionpower.com%22">sales@invisionpower.com</a> to speak to our sales staff or post in our <a href="%22http://community.invisionpower.com/forum/305-pre-sales-questions/%22" rel="external nofollow">pre-sales forum</a> for friendly help from the community.</p>]]></description><guid isPermaLink="false">574</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Topic Preview</title><link>https://invisioncommunity.com/news/invision-community/4300-ipboard-310-dev-update-topic-preview/</link><description><![CDATA[<p>We read virtually every piece of feedback we receive, even if we don't reply and we often see the same requests coming up. The ability to 'preview' the topic by viewing an excerpt from the first post is often requested and we've added this into IP.Board 3.1.<br><br>
We've made it a little more useful by also including the last time you read a topic (if applicable) and the number of unread posts so you can quickly review how much activity has taken place since you last read the topic.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100218-155259.png" loading="lazy"><br><br>
When you 'mouse over' a topic entry, you'll see a little 'pop-up' icon. Clicking this loads an excerpt from the first post along with some data underneath. This is very useful for moderators who can quickly review un-approved topics and well as being useful for normal members who can quickly decide whether they want to open the topic or not.<br><br>
Technical Details:<br>
- Icon appears for moderators / admins and normal members. If there are no moderator tools, it shows on its own.<br>
- When you mouse over the cell, the icon is "faded" until you mouse over the actual icon.<br>
- Data is loaded via Ajax to reduce mark-up required in the templates.<br>
- The post excerpt is stripped of all BBCode and mark-up to prevent it breaking out of the pop-up.<br><br>
This feature adds a little more functionality and polish to the forum index allowing you to perform your daily routine a little quicker and a little easier.</p>]]></description><guid isPermaLink="false">573</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Profile Customization</title><link>https://invisioncommunity.com/news/invision-community/4289-ipboard-310-dev-update-profile-customization/</link><description><![CDATA[<p>The IP.Board 2 series introduced a number of new profile features designed to make your profile page a little more interactive. Besides the usual stats and figures, we introduced a personal photo and the ability to leave comments and list recent visitors. This made your profile page a little more personal and encouraged repeat visits.<br><br>
With the status updates feature in IP.Board 3.1, the profile page is becoming increasingly like a little user portal. With that in mind, we've extended the personalization options to include profile page background customization. You can allow your members permission to add a new background image or change the background color which instantly changes the feel of the page.<br><br>
Here's an example of my own profile:<br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100217-162317.png" loading="lazy"><br><br>
I've chosen a beach scene, so I've not tiled the image. This allows the image to not repeat and remain 'fixed' so that when you scroll, the background doesn't scroll with it.<br><br>
You'll note a new menu item in the User Control Panel:<br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100217-162504.png" loading="lazy"><br><br>
Naturally, you as the administrator can control which groups have permission to do this:<br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100217-162747.png" loading="lazy"><br><br>
When the user adds a profile background, the margins on the profile page increase so you can see the background image. If the user doesn't have a background image set, the profile appears as normal with minimal padding. You can adjust this by editing the profile page CSS as normal via the Admin CP.<br><br>
The profile page has undergone a few tweaks to make it a little neater. We've moved all the user's information into the left hand bar leaving more space to the right for other data such as the status updates, etc. We plan to develop user customization further in future releases.<br><br>
Technical Notes:<br>
- Group settings to enable / allow uploads / allow URL images / maximum upload size<br>
- Ability to disable on a per-user basis<br>
- Ability to tile an image, or to fix it (background-repeat: no-repeat; background-attachment: fixed)</p>]]></description><guid isPermaLink="false">572</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Content 2.0 Dev Update: Friendly URLs for Databases</title><link>https://invisioncommunity.com/news/invision-community/4242-ipcontent-20-dev-update-friendly-urls-for-databases/</link><description><![CDATA[<p>IP.Content is a complex framework that allows you to create and manage website content in many different ways. You can embed blocks and databases into pages, and pages can be wrapped by templates. You can define page names and use friendly URLs through the IP.Board built-in FURL system, you can use friendly URL's through the included index.php file with IP.Content (for instance, if you want your website in the root of your domain, and the forums in a subfolder), or you can optionally not use friendly URLs at all. Because of the many configuration options, and the fact that you are already embedding a database within another friendly URL system of sorts (given that you define the filename of your page already), friendly URLs were not supported in IP.Content 1.<br><br><br><strong>They will be in 2.x, however.</strong><br><br><br>
We have added support for databases in IP.Content 2.x to utilize friendly URLs. To make use of this support, you will need to be using an existing friendly URL method (accessing IP.Content through the included index.php file, or using IP.Board friendly URLs). <br><br>
The index page of a database lists the categories contained within the database, and is accessed by accessing the page the database is embedded on. For example, if you embed your database on a page called "database.html", then you may access your category index page at<br><br></p><p></p><pre class="ipsCode">http://domain.com/database.html</pre><p><br><br>
In IP.Content 1.x, if you clicked on a category from this page, you would see a URL similar to the following<br><br></p><p></p><pre class="ipsCode">http://domain.com/database.html?category=1</pre><p><br><br>
Arguably, the URL is still "friendly", but "?category=1" doesn't really tell you much about the link you are clicking on. In IP.Content 2.x, you will now define the friendly URL name for the category by editing the category in the ACP. The upgrade process will automatically set a friendly URL name for your categories based on the category title, but you have free-reign to go back through and set the categories to be accessed as a different name if you wish. If I set the category 1 friendly URL title to be "ipb-rocks" for instance, the URL to the category is now<br><br></p><p></p><pre class="ipsCode">http://domain.com/database.html/_/ipb-rocks</pre><p><br><br>
Because categories are defined by administrators and we are able to do error checking while saving your category configurations, categories <em>do not</em> require any additional information in the URL (such as the category ID).<br><br>
This page will list the records stored in the category. In IP.Content 1 those records would be accessed as follows:<br><br></p><p></p><pre class="ipsCode">http://domain.com/database.html?record=1</pre><p><br><br>
Again, this isn't <em>unfriendly</em>, but we can do a little better. Similar to topics in the forums, records will automatically inherit their title based on the specified title for the record. For instance, if the record title is "IP.Content is cool!", it will be automatically rewritten to the following URL<br><br></p><p></p><pre class="ipsCode">http://domain.com/database.html/_/ipb-rocks/ipcontent-is-cool-r1</pre><p><br><br>
In this instance, because titles can be duplicated and we wouldn't want to restrict record titles purely to prevent URL conflicts, we must add a marker with the ID to the end of the URL. IP.Content in turn uses this information to load up the proper record when this URL is requested. This is pretty useful in and of itself, however we went a step further.<br><br>
IP.Content is used by many different customers in many different fashions. On some sites, anyone can submit to the database. On some sites, only administrators submit to the database. Because of the different configuration options, and because some databases are small and very controlled by nature, we knew that some administrators would like to remove the record ID from the end of the URL. So we built in support to do just that. If you would like to remove the "-r1" from the end of the URL in the last example, you need only login to the ACP, load up the record to edit it, and within the ACP you will have the option to specify the friendly URL for this specific record. If you manually specify a friendly URL for the record, it overrides the dynamic friendly URL and is used instead. You will not be able to set this same friendly URL for any other record, naturally, but you can edit the URLs at any time should you need to. Thus, you can turn the above record into the following URL<br><br></p><p></p><pre class="ipsCode">http://domain.com/database.html/_/ipb-rocks/ipcontent-is-cool</pre><p><br><br>
You may have already noticed, but it's important to note that IP.Content utilizes the category hierarchy within the URL for records, including for any sub-categories you may have configured. If you do not utilize categories for your database, that's fine as well - IP.Content will already know this and omit the category from the URL without issue.<br><br><br><br>
While not related to the friendly URLs, there's something else I'd like to point out while we're discussing friendly URLs in IP.Content. You are not required to specify an extension for the pages you create in IP.Content, if you don't want to. If you didn't realize this, you can rename "database.html", in our example, to just "database" and the page will continue to function just fine. If you did so, your URL would become<br><br></p><p></p><pre class="ipsCode">http://domain.com/database/_/ipb-rocks/ipcontent-is-cool</pre><p><br><br><br><br>
I know some of you are going to ask about the "/_/" marker in the URLs posted above. It is not a typo. Because of the complexity and many configuration possiblities (pages can be in folders, which can be subfolders, with or without an extension, and so on), IP.Content requires some sort of "marker" in the URL so that it knows when the rest of the parameters are database information. We thought about setting some sort of word for this marker (i.e. "news") but quickly realized this isn't feasible, because everyone uses their databases for different purposes, and many of our customers do not speak English natively. Additionally, you may run one more than one database, however the marker itself is global to IP.Content. While the marker will ship as "/_/" in IP.Content 2.0, you can change it if you desire by editing a constant in an IP.Content file. We felt that having this constant was the the best way to ensure you had control over the marker, should you wish to change it, given that we cannot store this information as an ACP setting for technical reasons.<br><br><br><br>
Your requests for friendly URLs in IP.Content 2.x have been heard. They will be available, and will work right out of the box based upon your existing configuration. We have much more in store, so stay tuned!</p>]]></description><guid isPermaLink="false">571</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Content 2.0 Dev Update: Interface Improvements to Pages</title><link>https://invisioncommunity.com/news/invision-community/4205-ipcontent-20-dev-update-interface-improvements-to-pages/</link><description><![CDATA[<p>The page manager, introduced with IP.Content 1.0, is a core feature to IP.Content. It allows you to create pages and folders, and manage those pages and folders, core functionality that IP.Content relies on for everything else. Page management has been pretty reliable and functional, but we decided we wanted to improve the interface for IP.Content 2.0 to make it sleeker, faster and even more functional.<br><br><br>
Several interface tweaks have been (and are still being) implemented in IP.Content, and the page manager was one of the primary focuses of these interface enhancements. We'll quickly describe the major changes below.<br><br><strong>Redesigned "buttons"</strong><br><br><br>
The IP.Board ACP interface utilizes a small "button" icon that is located to the far right of a row in the ACP that you can take action against. In most cases, you will click this button and then choose an option from a resulting dropdown menu. Here's a quick screenshot of one such button to give you an idea of what I'm referring to<br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126581972834.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126581972834_thumb.png" data-fileid="21987" loading="lazy"></a><br><br><br>
While functional, Rikki has redesigned this area to allow for the more important buttons/options to be pulled out of the menu, while still allowing for the menu to contain further options you may need to take on a row, but likely won't be executing very often. This means that for your typical options (i.e. edit) you now have one click, instead of two. And it's a lot prettier to boot!<br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126581973369.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126581973369_thumb.png" data-fileid="21988" loading="lazy"></a><br><br><br>
The folder rows allow you to quickly add a new folder or page under the selected folder, while the page rows allow you you to quickly edit the page. Additional options remain tucked neatly away in the dropdown menu, just a click away.<br><br><strong>Quicker access to folders</strong><br><br>
In IP.Content 1.x, when you click on a folder you are taken to a new page that lists that folder's contents. If there is a subfolder, you can click on it to enter into that folder. While effective, if you have a deep folder structure, this can require some time to fully drill down to where you want to end go. There's an easier way than this, surely!<br><br>
With IP.Content 2.0, when you click a folder, its contents will be returned via AJAX and displayed inline. Any subfolders will be listed, along with any files in the folder, right below the folder row that you clicked in (indented, to show "depth"). You can click on subfolders to return those results as well. here's a quick screenshot to show you what I'm talking about.<br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126581971741.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126581971741_thumb.png" data-fileid="21986" loading="lazy"></a><br><br><br>
In this screenshot, I've clicked on "<strong>another-test</strong>" and then proceeded to click on "<strong>sub-another</strong>" to show its contents as well. With this method, you can quickly drill down into any directory without having to wait for several page loads to occur, improving resource usage and efficiency, while simultaneously reducing the time it takes to accomplish the same task as before.<br><br><strong>Page filtering</strong><br><br>
When you just have 4 or 5 pages, it's not much of a task to find the one you need to edit. You can quickly browse the list of pages from the page manager and click on it to edit it. Once you start designing an entire site, however, and utilize folders to create sub-sections of the site, it can become increasingly difficult to find the exact page you are looking to edit. Setting aside any "difficulty" in navigating to where you need to get, if you have a 10-level directory structure, it obviously takes a little bit of time to drill that deep.<br><br>
IP.Content 2.x features a new filtering field at the top of the page manager page. This filtering field utilizes live-search functionality to show you search results as you type into the field. You start off by typing in the name of the page you wish to edit. The display will switch to show you all search results for that page, and the folder the search result is contained within. From here you just click on the page and start editing. You can click the "x" icon to clear the search results and switch back to the normal page manager listing, all without any page refreshes.<br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126581970551.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126581970551_thumb.png" data-fileid="21985" loading="lazy"></a><br><br><br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126581969401.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126581969401_thumb.png" data-fileid="21984" loading="lazy"></a><br><br>
If you know the name of the page you want to edit, but don't remember what folder it is contained within, this new filter capability can make it easier to find where you need to go without hassle.<br><br><strong>More AJAX</strong><br><br>
We've utilized AJAX elsewhere on the page manager to make common actions quicker and smoother. For instance, if you click on a button to add a folder, and submit the new folder name, it is submitted to the server via AJAX and then displays inline where it should (i.e. as a subfolder of an existing folder, or in the main page manager root, depending on what folder you are adding your new folder to).<br><br>
Deleting and emptying folders also utilize AJAX to accomplish these actions without the need for a full page refresh. Inline confirm prompts (newly restyled) ensure that you don't accidentally click the link without confirming that you truly want to empty or delete the folder.<br><br><a href="http://community.invisionpower.com/uploads/blogentry-46197-126581968913.png"><img src="http://community.invisionpower.com/uploads/blogentry-46197-126581968913_thumb.png" data-fileid="21983" loading="lazy"></a><br><br><br>
Additionally, deleting pages also utilize AJAX to accomplish the task, again with the restyled confirm prompt to prevent you from accidentally removing something you didn't mean to.<br><br><strong>Conclusion</strong><br><br>
Many of these new interface changes you will see introduced elsewhere in IP.Content, such as the new action buttons to trigger actions against a specific row of data. Other minor tweaks are being implemented elsewhere in the ACP as well, but we'll leave that for another blog entry. ;)<br><br>
As always, if you have any questions or feedback, we'd love to hear it!</p>]]></description><guid isPermaLink="false">570</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IPB 3.1.0: Centralized License Key</title><link>https://invisioncommunity.com/news/invision-community/4192-ipb-310-centralized-license-key/</link><description><![CDATA[<p>Over the past year we have introduced new services that are available to our IP.Board Standard Licenses holders, such as the spam service and the chat service.  We also have plans for more services that will be tied to your license.  While this provides a lot of value to your license, managing these services is a cumbersome process, you need to create keys for each of these services and enter them in different areas of the ACP.<br><br>
We're always looking for ways to streamline and improve your experience, toward that end we will be introduce a new centralized license key that will work for all services.  Starting with IP.Board 3.1, all licenses will be given a single key that will grant access to all services available to that license.  When we introduce new services, you will automatically have access to that service without having to log in to your client area account to generate a new key and activate it.<br><br>
IP.Board 3.1 will include a new license manager in the ACP.  When you first access the manager, you will see a screen that lets you enter your license key and your forum URL:<br><br><img src="http://www.invisionpower.com/uploads/sshots/licenseKeyForm.png" alt="licenseKeyForm.png" loading="lazy"><br><br>
After you activate your license, you will be able to see the status of your license and all the services that are attached to that license:<br><br><img src="http://www.invisionpower.com/uploads/sshots/licenseStatus.png" alt="licenseStatus.png" loading="lazy"><br><br>
Like all previous versions of IP.Board, your forum will function if you do not enter your license key, however you will not have access to any of the special extra services your license provides until you activate your license key.  There will be a grace period where old spam and chat keys will continue to function, however we recommend that you activate your new license keys as soon as possible.<br><br>
We hope that this simplification of our license key system will be beneficial to everyone and that you enjoy all the services it provides!  As always feedback and suggestions are welcome.</p>]]></description><guid isPermaLink="false">569</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Improved Facebook Integration</title><link>https://invisioncommunity.com/news/invision-community/4176-ipboard-310-dev-update-improved-facebook-integration/</link><description><![CDATA[<p>When we were developing IP.Board 3.0 we were looking for ways to lower the barrier for registering. There are many single sign in providers but most of them required separate registration and set-up. Around this time, Facebook released their emerging  API "Facebook Connect". We seized the opportunity to implement it within IP.Board 3 and adhered to all their guidelines. The first implementation of the Facebook Connect API was less of a point of authentication but more of a way to appear as a member of a site.<br><br>
This was slightly at odds with the concept of permanent registration at a forum and a few work-arounds had to be made. For example, there was no way to request your Facebook data without you actually being active on the board and connected (logged into Facebook). Also, Facebook did not allow you to request the Facebook user's real email address but instead had to make do with a long proxy email address that Facebook would use to forward mail to your Facebook account. Despite these limitations, it worked well in allowing users with a Facebook account to register almost instantly on your forum.<br><br>
Since then, Facebook have updated their API dramatically allowing so much more functionality. Naturally, we have taken the opportunity to update the integration within IP.Board. You can now request several different permissions to allow IP.Board to fetch your Facebook data without you being online. Furthermore, IP.Board can now store a permanent "key" to link your forum account to your Facebook account meaning that you shouldn't see the "Connect" button once you initially set up your forum account.<br><br>
As these permissions need to be explicitly granted, we have added a little section to the "Manage Facebook Connect" page to list the permissions IP.Board requires and whether or not such permission has been granted. If permission has not been granted, you will be give the option of requesting permission.<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100208-095040.png" loading="lazy"><br><br>
You can now also publish your status updates directly to your Facebook account using the new API methods:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100208-095457.png" loading="lazy"><br><br>
This new implementation should clear up a lot of the current Facebook issues people experience, mostly due to authorization errors between IP.Board and Facebook caused by expired sessions.<br><br>
The new methods also allow the <a href="%22http://community.invisionpower.com/blog/1174/entry-4162-ipboard-310-dev-update-sharing-links/%22" rel="external nofollow">new sharing links system</a>.</p>]]></description><guid isPermaLink="false">568</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>IP.Board 3.1.0 Dev Update: Sharing Links</title><link>https://invisioncommunity.com/news/invision-community/4162-ipboard-310-dev-update-sharing-links/</link><description><![CDATA[<p>Following on from our recent blog entry about <a href="%22http://community.invisionpower.com/blog/1174/entry-4007-ipboard-310-dev-news-twitter-integration/%22" rel="external nofollow">Twitter Integration</a>, I'd like to present our newest IP.Board 3.1.0 feature: Sharing Links. This new feature makes good use of our improved Facebook Connect integration and the new Twitter integration.<br><br>
As most Facebook and Twitter users have discovered, sometimes you see a link to a great article or topic and want to share it with your friends and followers. This new feature makes this very easy to do. You don't even have to leave the page to do it. The ease of use will encourage your members to share your links among their friends increasing the traffic to your forum.<br><br>
If you have connected your forum account to Twitter and Facebook, then clicking on the share link icon for those services loads a pop-up enabling you to tailor your content before sending it. Of course, there are many more places to share links which is why we've included a few other methods by default and made it very easy to add your own.<br><br>
Let's look at the feature in more detail.<br><br>
The screen shot below shows a typical topic and the new share icons underneath. In this case, we've just clicked on the "Twitter" icon:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100205-153648.png" loading="lazy"><br><br>
Now, lets hit "Share". We see a confirmation of our tweet and a link to it:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100205-153728.png" loading="lazy"><br><br>
Let's take a quick look on the Twitter site to confirm it. (I've removed some of the bit.ly URL in this screen shot)<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100205-153842.png" loading="lazy"><br><br>
Now, let's hit the Facebook icon:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100205-154022.png" loading="lazy"><br><br>
A quick look on Facebook confirms the link has been added to my wall<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100205-154153.png" loading="lazy"><br><br>
Of course, if you don't have your account linked to Twitter or Facebook, the standard "share" link is launched for each service. The other services act like this too, a new window is opened with the service's share page loaded and filled in.<br><br>
Developers will be pleased to note that adding share links to your own pages is incredibly easy. All you need to do is add one small line of code to your <em>templates</em> and it handles the rest. You don't need to load or parse any data directly, it's all handled for you. For example:<br><br></p>
<p></p>
<pre class="ipsCode">Share this: {IPSLib::shareLinks( $documentTitle )}</pre>
<p><br><br>
Wouldn't it be great to know which links were shared and how many times? You'll be pleased to know that IP.Board tracks the number of shares for each URL and service type and can show a log of this data in the Admin CP. We've also put together a side bar hook to process this data:<br><br><img src="http://www.invisionpower.com/uploads/sshots//Shades-20100205-154307.png" loading="lazy"><br><br>
This data is cached each time a link is shared, so it is very light to load and process. It is entirely abstracted so your own applications can make use of it.<br><br>
It's no secret how social media has improved how we share data to each other and this feature allows your board to gain more exposure using existing services. The seamless integration with Facebook and Twitter lowers the barrier for sharing your content.<br><br>
Here's a quick overview of the feature:<br><br>
- Global on/off switch to remove the share link icons and functionality<br>
- On/off switch per forum to remove the icons and functionality<br>
- Fall back to simple service's "share" page if member doesn't have JS enabled, or does not have their account connected<br>
- Admin CP options to add more services and to disable existing services<br>
- Sidebar hook uses cached data and can be disabled. Guests cannot see it.<br>
- Topics that are shared that you do not have permission to see have the topic title "Protected Topic" by default in the sidebar block.</p>]]></description><guid isPermaLink="false">567</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item></channel></rss>
