Jump to content

Marc Stridgen

Invision Community Team
  • Posts

    14,214
  • Joined

  • Last visited

  • Days Won

    247

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Marc Stridgen

  1. The invision community system sets up emails via the email template system. This gives you the ability to amend the email structures from within your ACP, without the need to edit any core files. The following guide shows how the Email Template system works, and where you would be looking in order to change a particular email. Email Structure The email template structure is made up of 4 parts, in which you would need to be aware of to make changes to your emails. Email Wrapper Template - The email wrapper is the surrounding template for all emails. Each email type will be 'wrapped' by the email wrapper when building up the email, and so is where the basis for the look of your emails would be changed. Note there are some examples of templates which do not use the wrapper. These are specified in the template name, as shown in the example below. The wrapper can be previewed at any time. using the button provided at the top of the template list. Content Templates - All other templates are the body of specific emails, and would be the contents that sit within the email wrapper. For example, you may see an item such as 'Staff Reply', which is the email template for when staff respond to a ticket. This is the template for the content of that email, which would then be pushed into the Email Wrapper. Tags - These are items which are specific to an email type. You will see an available list of these in the side of the editor for each template. For example, the email wrapper has tags for subject, member, content, unsubscribe and more, which can be placed within the template. Language Strings - It is important to note that most text within an email which is not dynamic, will come from a language string. In most cases if you are editing simply the wording of an email, you will find these within the language editor Templates Templates for emails work in a similar manner to that of theme templates. Any tags available will be shown on the left, and can be clicked to add to the email template itself. Additionally, below is a highlighted example of where you would look at a language string to change content. In this case, the language string email_registration_validate is used, so you would visit that language string to change its contents.
  2. What is EasyPost? Enabling integration with EasyPost provides direct API access to shipping and logistics, when a user purchases a physical item. This allows for items to be priced based on the current price to ship an item, direct from the supplier of that service. Creating a EasyPost Key In order to create a EasyPost API key, you will first need to create an EasyPost account on their website. Once logged in, click the API link shown in the left bar, as shown in the following image, by selecting your name, then API Keys. You need to copy the Production API key from this location. API Key Location Adding EasyPost to your site Now you have your API key, you can add EasyPost to your Invision Community site. To do this, visit the following area within your admin CP System -> Site Features -> Community Enhancements Once here, select the "Enable" button under EasyPost. You will then be shown the following where you need to enter the key you have just created and select 'Enable'. For EasyPost, you must have an address set up to set from, which can also be set either in this location, or it can use your settings from General Configuration if needed. API Setup Once you have set up your required settings, you can test the EasyPost API if you would like to do so. To do this, select the "Test Settings and View Rates" button in the top right of that screen. This will present you with the following Testing EasyPost Add a product, a member, and a destination address. You will then be shown the rates available for that chosen location.
  3. What is Giphy Integration? Giphy integration will allow your users to click and select GIF images, directly from the editor. This will pull and search gifs on the popular Giphy platform, allowing for ease of use, and expression through short media videos The Invision Community platform allows you to set up giphy integration, by simply adding your giphy API key into the platform, requiring no coding knowledge to add. Adding Giphy to your site You can switch on Giphy integration by visiting the following location within your adminCP. System -> Site Features -> Community Enhancements Select "Enable" under the giphy option, and optionally select the ratings of GIFs you wish your users to see. If you do not wish to use the preinstalled default key provided for your use, you can enter your own API key using the option provided API Key Entry Using Giphy Once you have completed the above steps, you will see a new button on your toolbar which you can click to search an add gifs to the page, as shown below. If you do not see the button, you may need to add this. Please see the following guide on how to add buttons to your toolbar
  4. What is Mapbox used for? Enabling integration with Mapbox provides autocomplete functionality when a user enters an address (which is particularly useful if you are using the Commerce application) and can display maps when looking at IP addresses and elsewhere. This is an alternative to the preferred googlemaps enhancement, where google maps may not be an option. Creating a Mapbox Key In order to create a Mapbox API key, you will first need to create a Mapbox account on their website. Once logged in, you will see you are automatically given a public token (this is your API Key) for use on your site. Copy this token which will be used in the next step Get your key Adding Mapbox to your site Now you have your API key, you can add mapbox to your Invision Community site. To do this, visit the following area within your admin CP System -> Site Features -> Community Enhancements Once here, select the "Enable" button under Mapbox. You will then be shown the following where you need to enter the key you have just created and select 'Enable'. Enter your API key in the ACP Once done, this will enable the integration in various areas of your site where locations and addresses are shown. For example the location shown here in the admin CP on a members profile Map example
  5. What is Facebook pixel? The Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising by understanding the actions people take on your website. You can use pixel data to: Make sure your ads are being shown to the right people Build advertising audiences Unlock additional Facebook advertising tools The Invision Community platform allows you to set up facebook pixel, by simply adding your pixel ID into the platform. Pixel Stats Getting your Pixel ID In order to integrate your facebook pixel, you must first create one on the facebook business site. Once logged in, you can create a pixel by selecting "Get Started" as shown in the image below Getting Started You will then be asked to create a name for your Pixel, along with giving your sites URL Add your name and URL here As you are using the Invision Community platform, the next step in creation is not needed. We have added the integration to the software already, so you need only your pixel ID in order to continue here. Therefore we will simply close this screen. Integration is already done You will now see that you have a pixel ID in the top left of your screen, you will need to copy this, as this is what you will need to get started on setting up in the Invision Community platform. Copy your pixel ID Adding Pixel to your site Now you have your Pixel ID, you can add facebook pixel to your Invision Community site. To do this, visit the following area within your admin CP System -> Site Features -> Community Enhancements Once here, select the "Enable" button under Facebook Pixel. You will then be shown the following where you need to enter your pixel ID and select 'Enable. You can also set a delay if needed, which can avoid re-targeting bouncing users, by adding a delay before the pixel loads. Integrating your pixel
  6. Often there will be resources you wish to use within pages, pages templates, or theme templates, such as images, fonts and more. While you could upload these via ftp to somewhere on your server, or another server, with the pages application Invision Community 4 provides a way in which you can upload these directly from your admin CP. Media Manager The Media Manager can be found in the following location within your ACP Pages->Page Management->Media Page Management->Media From here you can upload new items using the button provided. This can be files of any type that you wish to use within your templates or pages. In addition, you will notice in the top left you can create folders for these, in order to categories as needed. Using Media Tags Once you have your media uploaded, if you click on any of your resources you will see the info panel open on the left. This shows the media tag for that resource, which can be used to point to that resource in any location of your templates or pages. Info Panel You can use these in any way that you need. For example here I have added an image to the top of the Category Index within the default database templates as follows <img src="{media="1"}" /> Example
  7. Note: Invision Community 4.6.8 changes the need for a manual robots.txt file Invision Community 4.6.8 onwards has a built-in way to create a robots.txt file. If you are using a version older than 4.6.8 or wish to learn about creating other verification files, then please use this guide. There are various reasons that you may wish to create a robots.txt file, or you may need an ads.txt file. For a robots.txt file this may be because you wish to block the indexing of certain pages by search engines, or even block a search engine altogether, amongst many other reasons. But did you know you can do this with the pages application? Creating a robots.txt or ads.txt file with the pages application can be helpful if you have no access to your server via ftp, such as on the cloud platform, and also gives you a quick location for you to edit these without the need to ever access the file directly. Creating the page In order to create you robots.txt file for the site, you need to create a new page within the following location in your ACP Pages -> Page Management -> Pages When creating a new page, choose the 'Manual HTML' option, which will allow you to manually create pages in code. When creating use 'robots.txt' or 'ads.txt' as the page and file name Robots.txt example It is important to note in the above that we have deselected the "Use suite HTML wrapper" option. This is done so that we are directly creating just text on the page for search engine use, rather than surrounding with the wrapper from the rest of the site. Also, ensure this is not placed within another folder, and is instead at the root of your pages application. Adding content Adding content to your robots.txt file is then as simple as adding whatever you need to the contents tab. Here I have added a simple entry to tell googlebot not to index my site. On an ads.txt file, paste in the code provided from your ad provider. robots.txt entry When saving, you must ensure you give permissions for guests to view that page, otherwise search engine bots will not be able to view the contents/rules you have in place. Upon saving you will see that the robots.txt file is available from yourSiteURLHere/index.php
  8. With the advent of social media, this can provide great opportunity to promote your site to new potential members. Within the Invision Community application, we provide the tools you need to take advantage of the marketing opportunities that this can provide for you and your site. Setting up Social Media Promotion can be set up from the following location within your Admin CP System -> Site Promotion -> Social Media Promotion You can choose to set up multiple areas to promote to within this section, both internally and externally on social media. These include Twitter Feeds Our picks (internal promotion) Twitter Setup As with the facebook item, selecting the 'Twitter Promotion' tab will first of all prompt you to set up a twitter login, if you havent already. Please see the following guide for information on how to set up a twitter application. https://invisioncommunity.com/4guides/how-to-use-ips-community-suite/social-sign-in/43-and-above/twitter-r303/ When promoting to twitter, you can set up as many hashtags to be sent alongside your promoted content as you wish. Due to the limitation on text you can use on a tweet, you can select what to do in the scenario that your limit is used. Twitter promotion setup Link Shortening To reduce space on your promotions, you can optionally make use of the external provider bitly, to shorten your links. In order to do this, you would need to set up a bitly account, and enter the access token for this. bitly setup Setting up this would give you shortened URLs on promotion. For example https://bit.ly/2IizDkN , which is a shortened link for our own site here. Scheduling When you are promoting content, you may not necessarily want content to be sent straight away, but instead always sent on schedules of your choosing. For example, many will send at times such as 13:10 as people will have just gone on lunch (so will be checking their social media). You can set up automatic schedule times from the Auto Schedule tab, which can then be used when promoting content. Scheduling Promotions Permissions Permissions for promoting content can be set up on a group by group basis, by checking the selection box within the groups you wish to allow to promote. You can read more about editing group settings within our group settings guide. However there will be times where you wish to add an individual to be able to promote. This can be done from the permissions tab within the promotion section, by adding the name of the person(s). Individuals able to promote Our Picks On the final tab, you can switch on the 'Our Pick' option. This is an internal promotion, that will promote to the 'Our Picks' page, as seen below. Our Picks Additionally, there is a block in which will show these, which you can select from the block manager, and place anywhere you wish on your site. Using Social Promotion Promoting an item Each item such as topic, gallery album, blog entry etc, has its own Promote button. You can see this in the top left of the page. Selecting this would allow you to promote to any of the items you have set up for social promotion, such as Twitter, or My Picks. Click to promote In addition to promoting content items, you may also wish to promote an individual comment or post. This can be done by selecting the 'Promote' button within the options menu Promoting an individual comment Once one of these buttons has been selected, you will be shown the promote page, where you will be given a preview of what is to be shared. Sharer Page From here you can customise the text that you are sharing if you wish to do so, along with upload new images for sharing with this. The system is smart enough to add images from the post automatically, so these can also be selected for use. Once you are done, you can either promote the item using the promote button, or can change the schedule for when this will be promoted. The auto schedule will use the times set up within your AdminCP in the Social Media Promotions setting. Scheduling Once promoted, you will then see this in the platforms you have chosen, as per below example. Managing Promoted Content The status of promoted content can be seen by selecting your name in the top right, and selecting "Manage Promoted Items". From here you can see an icon showing where items have already been promoted, along with delete the items from the queue if needed (also deleting from the 'My Picks' page) Managing Promoted Items
  9. Increasing the security of your site, over the usual login layer, can be an important factor for many users. Whether this be for everyone, or just for the extra security of admin areas on your site. Two factor Authentication allows you to add an extra layer of security to your site, by allowing you to add another form of login, such as security questions, or even text message authentication. Two Factor Authentication All two factor authentication settings can be found within the following location in your ACP System -> Settings -> Two Factor Authentication There are 3 different methods of 2 factor authentication, each of which are discussed below. When one of these is set up by the user, it will prompt the user for one of these secondary items after they have logged in. 2 Factor on login The user can set up these items from their security settings in Account Settings -> Security settings. Here you can see I already have security questions set up. I can amend these using the option provided, or activate another if one is available. Account Settings Area When setting up these, the system will ask you any details required for you to set up that option. Here the system is asking us for 3 security questions. Question Setup Authentication Types In the default setup of the platform, there are 3 authentication types which you can allow (or even force) people to use on your site. These can all be seen within the following location of your ACP, and can be enabled by selecting the icon at the side of the relevant icon System -> Settings -> Two Factor Authentication Click to Enable/Disable Authy The Authy method of authentication will allow users to authenticate via text message, phonecall, or by the Authy app which can be downloaded to the users phone. In order to set up authy, you would need to get an API key from the authy site https://dashboard.authy.com/signin Once you have this, add the API key in the location provided, and set up which options you wish to use for this. Authy Settings Google Authenticator Google authenticator will allow people to authenticate on the site using the google authenticator application on mobile (downloadable from the app store/play store). The only settings for this are which groups that can use it. Other than this, it simply needs switching on. No other configuration is needed. When the user initially sets this up, they will be given a barcode to scan with the authenticate application. This will in turn, give a code to be entered into the site. Each time the user then enters the site, they will be asked for the code on their application, which will change every few seconds and is unique to that individual account Google Authentication Setup Security Questions Setting up security questions for use will allow the user to answer any of the questions you have set up in their settings, and then be prompted to provide that same answer to a random one of those questions on login. On the settings page, you can set whether or not you wish for this to be mandatory, along with how many questions you want them to set up. You will find on the questions tab, there are some pre-populated questions which are set up within the stock installation for your use. You can delete, edit, or add to these questions from this page Question Creation Settings On the main settings page for Two Factor Authentication, you will find many different options relating to how this will work on your site. This includes the ability to set up groups in which setting up 2 factor authentication is mandatory, which can often be an important security consideration where groups have more access. For example, you may wish for the administrators group to have to set up 2 factor authentication. Two Factor Settings In addition, here you can set up what prompts 2 factor authentication. So it may be that you want people to use this when logging into the ACP and changing passwords only, for example. Passwords The email addresses and passwords that your members use on the site, are often the core security measure for a member accessing your site. As such it is important that these are both set up securely in the first place, and then kept secure once they are stored. In order to aid this, the software allows you to set up password strength limitations. This can be found within the fololwing location System -> Settings -> Login & Registration Password Strength Of course, on occasion you may find reason to force your users to change their password on the site. This can be done from the following location, by selecting the "Force Password Reset" button at the top of the page Members -> Members Force Password Reset If you need to do this only for an individual member, you can do this by selecting "Edit Password" then clicking the link provided within the password reset page for that member Individual Reset
  10. Creating a homepage for your site has many benefits including: Showing your best content first By using the "Our Picks" blocks, you can display your best content first. This content sets the tone for the site and will encourage engagement across your site. Display multiple areas of the suite Each application has its own feed blocks that can be used to display content on the home page. If your members use Gallery heavily, then showcase those photos on the homepage. If you use Calendar a lot to schedule events, then show event feeds. By displaying feeds to content is a great way to showcase all areas of your site on a single page. Reduce confusion For those of us that grew up with forums are used to viewing a list of categories and forums. We find it easy to scan the list of forums and dip into the ones that interest us. For those that are not so familiar, a homepage displaying easily accessible content reduces the confusion and invites true content discovery. Basic Homepage While the pages application can be as complex as you would like to make it, creation of a basic homepage can be quite simple to do, even if you are a beginner in using the platform. The following video shows how to create a basic application using the block manager Whilst creating your home page, and re-organising you site, you may also find the following guides helpful in obtaining more information about some of the items discussed in this video. Databases There may be times where you wish to add your own database driven content to your homepage. For example you may want to add some articles in there, which are not driven by any other area of your site, such as forums. For this you can use the databases part of our pages application. The following 2 guides discuss databases and how to create them within your ACP. Databases are added, and connected to only one page. In this example we would be using your home page. Note, this is not to be confused with being able to add feeds from a database, which you can do in various places around the site. You would add a database to your site once created, using the block manager. Once added, you can select the database you have created, as shown below Database Selection By default this would show the categories of your database, as you can see in the background of the above image. For our purposes, we only have one category named articles, and want these to show up on the page itself, rather than showing the category name. In order to do this, you would need to edit the database you have created, and change its 'Database index' setting so 'Show as Articles'. This would the give an article layout to your database. Database in article layout More advanced options For our more advanced users, pages can be created in the 'Manual HTML' style editor, which you would select instead of using the 'Page Builder' option, when creating a page. Manual HTML One important option here for advanced users, is the 'Use suite HTML wrapper' option. If this is selected, you would be creating HTML within the suite wrapper. So you would already have the standard site header, footer, CSS, includes etc. This can be helpful if you want to add content within the page itself. If you do not choose this option, then you would be responsible for the whole page, including the doctype, head, body etc. All html content for the HTML version of a page would be added to the content tab.
  11. There will be various times in which it is important to be able to find out information about how something has happened on your site. This may be related to something that has happened to a user, something that has changed on your site, or even an issue that has occurred that you need more information on. Within the Invision community suite ,we provide various methods of logging. The various areas you can find these are discussed below. Moderator/Admin Logs Front end moderation Within most content items, you can find out what moderation tasks have been performed, by using the moderator log. These can be found by selecting the 'moderator log' option within the 'Moderator Tools' menu, as shown below. Moderator Tools Clicking on this will give you a history of every moderator action which has been performed on that particular content item. Moderator History If you have full edit history switched on, you can also see a full edit history for a given item, along with what it was edited from and to. In order to see this, you need to ensure that the following option is switched on 'System -> Settings -> Posting -> Edit Log -> Log all edits made to content and what was changed' Edit History ACP Moderation Log A more overall log of moderator actions or administator actions can be found within the ACP within the following locations. Members -> staff -> Moderators -> Moderator Logs Members -> staff -> Administrators -> Administrator Logs You will note that there is a Prune settings option at the top. Clicking on this will allow you to set when these items should be removed from the system, if you wish to do so. Moderator Logs Administrator logs refer more to items that have been changed within the admin area. For example changing a setting, adding a usergroup etc. Admin Logs Admin CP Login Logs Within the following location in the ACP, you can see Admin CP login logs. These can be helpful if you believe someone has been logging in to do something malicious, or you beelieve someone has been attempting to access your ACP that shouldnt be. A full log of all these actions, and whether successfull or not can be found here. Members -> Staff -> Administrators -> Admin CP Login Logs ACP Login Logs Member logs There are various reasons in which you may need to know what has happened to an individual member account. It may be that you wish to know about a purchase they believe they have made, or simply what device they are using to log into the system. Whatever the reason, you will find this information within every members profile in the ACP by selecting the individual members profile Members -> Members Account History System/Error logs Whilst using the software, you will inevitably have times where you or your members experience an issue with the site. This may be related to a problem on your server, a 3rd party item you have added, or many other reasons. Often you will be given limited information from your members, and so we have made it easy to track down the error or system messages that the user has received. There are 2 different types of logs for these Error Logs These are related to items which are expected, but would be shown to a user. For example a user would recieve a permission error if they do not have permission to enter a certain area of the site. these would be logged in this area. You can find these in the ACP at the following location System -> Support -> Support -> Error logs Empty Error log Errors classified as being above a certain 'level' will be notified to you via email. Clicking on the settings button will allow you to set which of these you wish to recieve, or even which you whether or not you wish to log at all Error Levels System Logs System logs are those which are related to the internal system itself. If you see an error on the front end which relates to a 3rd party item crashing for example, this is where you would be likely to see it. You can find these here System -> Support -> Support -> System logs This is how you would hope to see your system log on most occasions. If there are items that are showing in here, then they likely need to be addressed. System Log Email Error Logs As of version 4.4, email error logs can be found within the following location in your ACP. System -> Settings -> Email Settings If you are having problems with emails, this is the first place in which you would look for the error messages. Email issues will almost always be related to either the details that have been entered, or the email server. You should forward error messages to your hosting company if its not immediately apparently what you need to address. Email Error Log From here you can also attempt to resend once you have resolved any issues, using the button provided on the right of each entry.
  12. There are often rules on sites in which people will use to promote members to another group. For example, you may have a rule on your site which states when a member reaches a 1000 posts, you would add them to an advanced member group. Within the Invision Community platform, you can do this automatically, based on rules which you provide to the system. Group Promotion Rules You would set up group promotion rules within the following area of the ACP Members -> Members -> Group Promotions From here you can add any number of criteria in which to use for promoting members. For example, I may wish to move members who have done 1000 posts . Whilst that example is quite simple, you can see from the options available, you can set up some quite complex options, should you wish to do so. Promotion Criteria Once your given criteria is reached, you can then move the users group, or add/remove secondary groups Promotion Action Restrictions The rules you set up within the group promotions area apply to all members, other than the following: If a member meets the criteria for more than one rule, the last shown in the list will be used. For example, if you have a rule to promote members after they have made 10 posts, and another after 100 posts, you should make sure the 100 post rule is below the 10 post rule in this list. If a member purchases a product which moves them into a group, these rules will not apply to them. Users who are in a group which has been set up to be excluded from group promotions, would not be promoted automatically by the system.
  13. Completing forms can be a tedious job for anyone, however an important area when capturing data for your members. Filling in a large form to register on a site can be somewhat of a turn off to potential members. Invision Community Suite provides the facility for you to get your members signed up quickly, whilst also giving you the ability to capture any data that you need, by way of profile completion tasks. What is it? Profile completion allows potential members to sign up to your site, filling in the minimal amount of data necessary for registration on your site. It will capture only the display name, email, and password details. Any other information you need to capture from the user can then be prompted to be entered after the member has already registered, by way of 'Profile Completion'. These can be either optional, or mandatory items. So you can prevent people from using the site if you require information prior to use. Quick Registration Setting up Before setting up any profile completion sections, you need to ensure that you are using the 'Quick Registration' form. You can switch to this from the following location in your ACP System -> Settings -> Login & Registration -> Registration Once you have done this, you can create new profile completion steps from your custom profile fields. If you have not yet created the profile fields that you need, we would recommend taking a look at our custom profile fields guide before continuing. Profile completion steps are set up from the following location within your ACP Members -> Member Setting -> Profiles -> Profile Completion Clicking to 'Create New' will allow you to create a profile completion step. Each step can contain one of more profile items to be completed by the user on that step, and can also be stated to be required or not. The below example creates a simple profile completion step asking the user to tell you a little more about themselves. Profile Completion ACP You can set up as many of these steps as you would like the user to be shown on the front end. These will then be shown one per page to the user in the profile completion section. Additionally, as of version 4.4, you can create WYSIWYG items to appear in the profile completion section, via the "Custom Message". Custom Message User Side When there are items left to fill in on a users profile, the profile completion bar will be shown to that user, along with the percentage they have currently completed. This bar is dismissible by the user if they wish, in which case they would then need to complete any profile items from the profile itself. They can click on "Complete my profile" to continue to the next step shown, and complete each item. Profile Completion Bar Mandatory fields You will notice on the 'Complete my profile' section that there is a 'Skip this step' button at the bottom. This will only be displayed if the items are not required to be completed by the user. If there are any steps which are required, they will not have this selection, and the profile completion screen will always show until the required information is completed. The screenshot below shows that you are currently on a non-mandatory step which can be skipped. However step 2 is mandatory and has not yet been completed. Therefor you will notice there are no menu items that the user can select, and they see nothing on the site other than the profile completion section until they have populated any required elements. Profile Completion Custom Message
  14. Donations can be a quick an easy way to generate revenue toward the running costs of your site. Within the Invision Community software, we provide the ability to create donation goals. For example, you may wish to set a goal of "Running costs" with the total running costs for your site, and people can then donate toward that goal. Donation Goals You can set up a donation goal within the following area of your ACP Commerce -> Payments -> Donations -> Goals Goal Setup Here you can set the amount of your goal along with a description to show your users on what the goal is for. You can set up as many of these as you like. These will then be listed on the main goals page Goals List Donating Your users can then donate toward these goals from the donations page on the front end of your site. This appears by default as a submenu item under the store link. Users can click to donate to any of the items they wish Main Donations Page In addition to the main donations page, we also provide a block that you can add from the block manager, making it simple to draw attention to your goals from wherever you wish on your site. Donation Blocks
  15. RSS feeds are a way in which people can subscribe to your site using news readers. These allow for content on your site to be promoted easily with online RSS readers, and keep users engaged that use readers to give them news and information from various sites. The IPS Community suite shows RSS links in various areas of the site by default, and also allows for easy set of your own customised feeds. Built In Feeds Within each section of your site, you will see an RSS feed link in the bottom left. This provides an RSS feed link to the content within that area, which can then be consumed by the reader. In the example below, you can see it shows the latest topics from the News Forum, which we are currently browsing. Section RSS Links In addition to the links in each section, you will also see these within each of your activity streams. Creating new streams on your site can be a simple way of showing both the content on your site, and within a feed. Activity Feed Link Custom Feeds If you wish to build your own feeds to show within the main RSS link in the bottom left, you can do this from your ACP in the following location System -> Content Discovery -> RSS Feeds When creating a new feed, you can choose which sections you wish to 'feed' into this new RSS feed. Here we have created a feed named 'Test Feed', which shows information only from a specific calendar. Feed Creation
  16. Within the IPS Community Suite, you are provided with the ability to add items to your pages by way of a 'Block Manager'. This drag/drop facility allows you to quickly add items to create a sidebar, or add items to the top and bottom of your page. This facility is also used within our pages application to facilitate the easy creation of new pages. Adding Blocks Adding blocks to your pages is a simple process. When logged in as a member of staff with the moderator permission "Can use sidebar", you will see a tab sticking out from the left of the site. Clicking on this will open the block manager, and reveal available areas of the site where you can place your blocks. This is shown in the gif image below Block Manager Usage Editing Blocks Some blocks that you add to the page will have their own configuration to them. Where this is the case, you will see an edit button where you can add further configuration. Clicking edit reveals setup options In this example, we are using the topic feed. As you can see from the image below, you can configure many of these blocks to very specific needs. For example, you may want a block named "News" which is fed from your news forum. This would easily done with the topic feed block. Topic Feed Config Selecting the visibility tab, you can also then choose to show on all devices, or limit to desktop, tablet, or mobile view. Block Visibility Pages Additions If you have purchased the pages application, there are a few additions to the block manager that are worth noting. Each of these are described below. If you haven't yet purchased the pages application, and you are interested in adding this to your community, please see the following guide. If you are one of our community in the cloud customers, don't worry, you already have this. WYSIWYG Block By adding one of these blocks from the block manager in teh pages section, you can add a WYSIWYG Editor to any blog placement area. Meaning you can add anything you like to the page that you could add in the editor. Here a WYSIWYG block has been added to an articles section of the site. WYSIWYG Editor Adding this to the top of the page, I have been able to add a simple text description to the top of my page. While this is a simple example, you can of course add anything you like into the editor area. WYSIWYG Result Database Filters If you have a database set up within your pages application, and also have a field added to that database as filterable, you can add a "Database Filters" block to your page. Database Filters This will allow you to filter the database (in this case, articles) using the selections, as shown. You can read more about setting up fields from our pages guide on building a recipe section at the link below Page Builder Widgets The page builder widget block types were introduced in version 4.5, and allow for the easy adding of content to any page on your site, with a lot of customizations, and without the need to code any CSS of HTML. You can add background colors and images, adjust padding and borders and even add color overlays right from the widget menu. There are 3 of these widgets, of which serve slightly different purposes Page Builder: Text - Used for adding simple text to the page Page Builder: Media Embed - Embedding of external content, such as YouTube, Vimeo, GIPHY and more Page Builder: Upload Images - Add a single image, or an image carousel to the page Each accepts slightly different input when adding them to the page. So for the Page Builder it's just text that is accepted, the Media Embed it's a single media URL, and the upload images it is one or more images. All three of these blocks contain an 'advanced' tab, which allows you to very quickly change the look of the block to suit Advanced Page Builder Settings One item in the advanced settings which is worth extra note is the "Set custom background" setting. Here you can move from the default inherit option, to add background images or colors. So you can very quickly create striking sections on your page within a few clicks. These also contain a transparency option, so you can 'fade' an image into the background of text for example. Background Image Settings This example is simply a stock image for a background image with some transparency selected, a change of font size and padding. All done with a few clicks from the advanced tab Background Image Example For a further look at this feature, please take a look at our video showing these features in action
  17. The Commerce application, give you the ability to sell subscriptions to your users. This may be to give a higher status to your users, give access to more sections, change usergroups or anything else you decide within the product. These can become an important revenue stream for your community, and promote social engagement though the ability to give multiple tiers to your community. Creating Creating a new subscription item can be done from the following location within your ACP Commerce -> Subscriptions -> Subscription Plans From here you can see any subscriptions which already exist, along with how many active and interactive subscribers are currently using that package (with revenue, of course). You can edit any of these by selecting the pencil icon, and even add a subscriber manually to that package using the + icon (note manually added members would not be paying for that subscription). Subscription Package List Clicking on 'Create new' in the top right, will give you the setup screen for a new subscription. Here you will see a variety of options you can use for that particular subscription, including the renewal periods (if required), any benefits the subscriber gains by changing or adding to that members group, and other payment options such as the payment and tax methods to be used. Subscription Setup Settings Within the following location in your ACP, there are various settings which apply to the subscription system over all. Commerce -> Subscriptions -> Subscription Plans -> Settings From here you can set overall options for upgrading/downgrading on the subscriptions you have set up, such as whether or not to charge a difference, prorate, or not charge at all for a change. You can also set up protected groups which would not be affected by any group changes, which can be helpful to ensure that moderators and admins groups are not amended. Subscription Setings If you click on any of the numbers in the main Subscriptions page, you can also get a list of subscribers which are currently set up on the system. Subscriber List Purchasing Users can purchase a subscription from the front end, by visiting the subscriptions section. These can also be shown on registration if set up within the subscription settings, or even shown anywhere on your site with a block available within the block manager. Subscriptions Front End Users can change their subscription at any time fro the upgrade/downgrade/cancel buttons provided within the subscriptions screen. They will be asked to confirm this, and also shown any changes to costs which may occur. Changing Subscriptions
  18. Marc Stridgen

    Venues

    Within the calendar application, there is the ability to set up venues to be used by anyone with permission at the click of a button. This can be handy if you have specific locations for events on your site, for example, football games or motor racing events whereby there are repeated locations/venues Setting up venues Venues can be created and managed from the following location within your ACP Community -> Calendar -> Venues To create a new venue, simply select the 'create' button and enter the details requested Venue Creation In order to use the venues you have set up, you must ensure that you switch this on within your calendar settings Using Venues When creating a new event on the front end of the site, you will then see that there is the ability to select one of the pre-added venues from the dropdown provided. This does not remove the ability for you to add your own location. If the location you wish to use is not pre-defined, simply select "Venue not listed" which will allow you to enter an address as normal Venue Use
  19. Clubs are a way of supporting sub-communities within your site. Many people have requested social group functionality in the past and Clubs are our implementation of this concept. Setting Up Initial Setup The first thing you will need to do in order to use the clubs functionality on your site, would be to switch these on. You can do this by visiting Community>Clubs>Clubs, where you will see an 'Enable' button. Click enable to switch the clubs system on Settings The club application contains various global settings, which apply to every club. These range from whether or not clubs must be approved by staff, to how clubs themselves are displayed on the site. An area in which should be paid special attention to here are the permissions in which you wish to allow club moderators to have access to. Club Settings Paid Clubs If you have purchased the commerce application, you can set up the ability to charge for access to a club. You can do this from Community>Clubs>Settings within your ACP. When this is enabled, users who have permission will beable to create clubs for which a membership fee must be paid to join. You can control which groups can create paid groups, by allowing this on the clubs page of any member group. Below shows the settings for this, including the ability to give the site a commision for paid clubs, taxes, and payment types that can be used. Paid Club Settings This will give an additional option to users who have permissions when creating a club. All proceeds would be added to the users account as account credit, which can be withdrawn based on your withdrawal settings in Commerce>Payments>Withdrawals. If you do not currently have the commerce application, and would like to add this to your community, you can see more information on how to do this in the following location. Purchasing and adding a new IPS product Allowed Permissions You can control what members can create and participate in, all from within their group settings. These are found in members>groups>social by editing any group. These options include: What types clubs members can create How many clubs they can create If they can create paid clubs (You will see this only if paid clubs is switched on) What content can be created within clubs You can read more about group settings in the following area Using Clubs Club types There are 5 different types of clubs that a member can create, if they have permission to do so. These are as follows: Public - Everyone can see these clubs and their posts. Members can participate within that club without the need to join. Open - Everyone can see these clubs and their posts, however you have to join the club in order to participate. Anyone can join. Closed - Everyone can see the club, and can see who is in that club, but only members of that club can participate. Users need to ask a leader of that club in order to join. Private - Thee clubs can only be seen by member of that club. Users would need to be invited by a leader of that club. Read Only - These are read only clubs that can only be added to by the leader of that club. Members cannot add content. Creating Clubs Members can create new clubs on the front end (permission dependant), from the clubs page, using the "Start a Club" button provided. They would simply fill in the detail required on that page, and save to initially create the club itself. Here I have created a public club, given it an icon which will show on the club itself, and also chosen a location. Locations are optional, and will show a map of where that club is located, if added. Club Creation Screen You will see a forums section has already been added. Adding Features Once created, click the club to enter. Initially, you will be presented with just the home tab, which shows a stream of all activity within that club. You now need to select "Manage Club" to add more tabs to the club, such as forums, an images section etc. You will note at the bottom there is an additional "Add Page" setting. This will allow you to add a page fully created by yourself to the club. This may be because you want to add an extra information page or any number of additional uses. Reordering Menus Added on version 4.4 is the ability to re-order club menus. To do this, select the "Manage Club' option within the club itself, then select Reorder Menu. Once selected you will be able to drag and drop menu items into the order you would like them to show. This can be seen in the image below. Reordering Menu Club Rules You can add and amend terms from the initial club settings when you set up the club, or later by selecting "Edit Club Settings" from the Manage Club menu. On selection this will give you the opportunity to add some rules, or amend any in which you already have, along with the ability to force people who join the club to acknowledge them. Rules Setup Note, if you change your rules, you can use the selection at the bottom to force people to re-acknowledge. Moderators & Leaders Within clubs, the creator change members of that club to be moderators or leaders. The difference in these is as follows. Leaders - A leader can moderate content and manage members in the club, including making other members leaders. The creator of the club initially, is a leader Moderators - A moderator can moderate content only. They cannot make any structural changes to the group, nor make any other members leader or moderator. You can change a member to a leader or moderator, from the members tab within any club, as shown in the image below. Making a member a moderator/leader
  20. Permissions are a great way in which to control who can see different areas of your site. By using permissions, it empowers you, as an admin, to customize a users experience on your community. It may be that you have a staff area you want only members of your moderation team to view, or even a premium area that you sell to your members. Overview Within the Invision Comunity platform, we provide various different ways in which to manage what a user sees, both from a staffing point of view, and that of a member. Here we will discuss how to set up the member side of permissions, by the use of groups and modules. Along with a brief overview of other areas you may see across the suite relating to control of your membership. Group Permissions Permissions on the various areas of the platform are controlled by Member Groups. Please take a look at our Member Groups guide, if you are not yet familiar with these. Permissions can be accessed from either the Member Group screen in the ACP, or from the application in which you are changing permissions for. Which way you access these, would depend on what you are trying to achieve. For example, if you wish to do all the permissions for an individual group, you would visit the following location: Members -> Groups Once there, select the lock icon at the side of that group. Select the lock icon to access permissions (nb: In some areas, this may be under the dropdown on the right) You will see a similar option within this location: Community>Forums or indeed many other areas where there are categories such as Gallery, or Downloads. Choosing from the group page would give you the following, where you can choose all permissions for that member group, as shown in the following image. Permissions for our 'Members' group When selecting the permission (lock) icon at the side of a forum/category within an application, you will see a similar set of checkboxes, but this time it would show all groups permission for that forum/category. Permissions for a gallery category In this way, you can quickly and easily set up new permissions for a newly created category, forum, or member group, without the need to go into each item. It is important to note that permissions will be added if they are on any group in which a member has. Therefore if a member has 2 groups set, one with a permission and one without, they will gain that permission. Module permissions Within the software, there will be times that you wish to restrict an application, or application module, in its entirety on your system. Using the member group permisions for this can often not be effective. You may, for example, want to completely remove the contact us section, or remove the PM system from a given group, as if it doesnt exist. For this you would use module permissions. To apply permissions to a module, first of all, go to the following area within your ACP: System -> Site Features -> Applications Expanding any application will give you a list of modules in which that application contains. Note. that unlike regular permissions, these will give you the option to completely remove functions as if they do not exist to the end user. Applications overview Clicking the permission/lock icon at the side of any module will give you the ability to restrict access to only specific member groups. So for example, if I wanted to remove search entirely from guests, I would click the icon, giving me the following where I can deselect 'guests' Module permissions This would completely remove all search functionality on the site, for any user who is not logged into the site. Other permissions You will see in many sections, you can set custom permission error messages. This can be helpful in situations where you wish to direct your members to another area, such as signing up to a subscription to be able to access a specific forum. You can see an example of this in the image below, which is on the forum setup screen. Custom Permission Error As you can also see from the above, there are other areas in which permissions can be set. These are items in which are global in nature such as upload limits, or area specific rather than group specific.
  21. Moving your site to another server / Server Transfer is a relatively simple task with regards to the way in which your software works. In order to do this, you would follow the process below. Step 1 - Your old hosting Switch your site offline ready for transfer to your new server Make a full backup of your database. Make a full backup of your files and folders. Step 2 - Your new hosting Create a new database Restore your backup from the above steps to the new database you have just created Upload your files and folder, which you backed up from your old server Ensure any folders which should be writable, remain writable on your new server. The folders which should be writable by the software are as follows applications datastore plugins uploads recursively (all contents) Step 3 - Software configuration Open your conf_global.php file, which can be found at the root of your installations folder on the new server. In here you will need to edit the mysql username, password, and database name, to match the new database you have set up and restored to. Log into your admin control panel and run through the support tools by visiting System>Support>Support, and selecting "something isnt working correctly". You will need to select next only until it states cache has been cleared. Other considerations If you have also changed the URL of your site, or the folder in which your site will be in (for example moved it from a subfolder into root), then you will also need to change the site URL within your conf_global.php file. You should do this prior to running the support tool in the steps above. If you have a constants.php file (not all configurations will have this), then please ensure that you check any paths which may be present within this file as they will likely need to be updated. If you are using .htaccess for friendly url rewrites you may also need to adjust the path in the .htaccess file or download a new one from the admincp > Search Engine Optimization > Friendly URL sub-tab. ----------------------- Test installations Creating a test installation would be the same process as above, however you would be copying, rather than moving the software. You would need to ensure you have changed your URL within your conf_global.php file as described above. In addition, you need to ensure you change to your test license key from the following location system>settings>license key Your test key, would be your current license key, suffixed with -TESTINSTALL . So for example, if you have a license key of the following 000-000-000 then your test key would be 000-000-000 -TESTINSTALL All test installations should be protected by htaccess, and not available to the public, as per your license agreement.
  22. There may come a point after the installation of your product, that you wish to purchase another part of the IPS community suite. The following instructions will show you how to do this. Purchasing a new product Purchasing a new product for your suite can be done directly from your client area, in the following manner Log into the client area, using your client credentials Go to the "Manage purchases" tab Select the license in which you would like to add the new application Select "Manage your community" From this page you can add any product you have not already purchased for that license. In addition, you can purchase any extras from that area, such as priority support, copyright removal, or even an increate in your chatroom limit. Once selected, you will be given the option to pay for the new product in the top right, as seen below. Applications Page Adding a newly purchased application If you have purchased a new application, you then need to add this to your community suite. In order to do this, you would do the following. Download a fresh set of files from your client area. If you are unsure on how to do this, please see the following guide which will show you how to get this. https://invisioncommunity.com/4guides/welcome/install-and-upgrade-r259/ Unpack, and uploads the files. Do not delete any existing files, however please do overwrite where there are files that already exist on the server. You may find this guide helpful if you are unsure on this https://invisioncommunity.com/4guides/welcome/install-and-upgrade-r259/ Log into your admin CP, and visit "System>Site Features>Applications". From here you will see that you can install your new application, using the install button provided. For example here, we will install the gallery application, using the + icon shown. Installing an Application
  23. Within the downloads system, you can allow using URLs for download submission, and also link things directly from your file system. If you edit any of your groups, and select the downloads tab, you will see a series of options which can select on a group by group basis. Submission Permissions Charging for files If you have a license for the commerce application, you can allow users to charge for files. This is similar to how it is used within the marketplace on our own site. You can see more information on this in the following guide Can submit multiple files at once? People without this setting, will only be able to upload single files at a time. Can submit URLs? This option will allow for people to use a URL to a file, rather than uploading a file. Note that people can only link to an external URL, if that setting is allowed within the main Downloads settings. Can import files from the filesystem? This will allow linking to files which are already uploaded somewhere onto the server, using your servers internal filesystem. Note that you should only ever enable this for trusted groups such as staff groups. When additional ways of submitting files, such as URL and filesystem, are allowed. The user will see further options above the upload window that can be selected to use these options, as shown in the screenshot below. Submission Screen
  24. Often when you are reading a topic, comments, or other posts, you will see team members replying. Although IPS Community Suite already allows groups to set up custom images and member titles, these replies can get lost in the noise. Within IPS4, you can switch on post highlighting per member group. This makes sure the reply stands out from the rest of the replies, as shown in the images below. Highlighted Post Of course, this feature works everywhere; from calendar comments to article replies. Highlighted Calendar Comment The feature is switched on via the Group form in the ACP. You can get to this from Members>Members>Groups, and editing the group you wish to highlight. This can be fount on the content tab. Group Highlighting Option Settings for the color of highlighted posts, can be found within your themes settings in customization>Appearance>Themes, by editing the relevant theme, and editing the 2 settings shown below, in the "front end colors" tab. Highlighted Post Theme Settings We have also ensured that theme designers can get the most out of the system by embedding a data attribute noting the group of the author. This means that you can add custom CSS to use different colours per member group. We think post highlighting will be a simple way to bring attention to member posts in groups that you define.
  25. About caching With todays emphasis on speed being important to people when browsing websites, it can often be of benefit to add caching services to your site once your site increases in size. IPS4 is no exception to this, and we have therefore added the ability to use the redis caching method, which may be available to you on your hosting environment. Before setting up any caching, we advise you consult with your hosting company to see which is best suited to your particular environment . Setting up You can switch on any of these that are available on your server, by visiting the following location in your ACP System -> Settings -> Advanced Configuration -> Data Storage From here you can set up Redis, if available on your server configuration. If this is not detected by PHP will not be selectable. If you believe it should be available for use, you will need to contact your hosting company. Cache settings Once you have selected a caching method, and filled in any relevant options for that method, you will be asked to download a new constants.php file, which must be uploaded to the location in which your installation resides. Using sockets You may be given a socket by your hosting company for items such as redis, rather than an address in some cases. If this is the case, you would enter that socket address into the 'servers' section, and set any port to 0 where there is a port field to enter.
×
×
  • Create New...