General Questions
New to Invision Community or need general help on making use of the platform? Post your How to questions and requests for configuration guidance here.
Need assistance? 🤚
Whether you are new to Invision Community or looking to add something new to your site, post here for help from Invision Community staff and members.
Please remember that all topics are public so never share any sensitive information such as passwords, email addresses, API keys, etc.
If you are a self-hosted license holder, please go to client area and enter your access information so our staff can login to your AdminCP to diagnose problems. If you are on the Invision Community platform, we do not need any extra information.
Have you taken a look at our help guides? 📚 These guides cover a lot of common configuration options as well as how to set up a lot of external services such as Zapier.
4,421 topics in this forum
-
- 1 follower
- 13 replies
- 500 views
As above. Thanks
Last reply by Dragonpol, -
- 0 replies
- 268 views
here is how to add an image to your sign in pop up just add to your custom css #elUserSignIn_menu { background-color: orange; background: url(https://www.site.com/Image/image.jpg); background-repeat: no-repeat; padding: 2px 15px; border-radius: 2px; right: 15px !important; } just add any image ps i cant post the changes because the pop up dsiapers when trying to screen shot for the search section change the color to mach your theme #elSearch { background-color: skyblue; padding: 2px 15px; border-radius: 2px; right: 15px !important; }
Last reply by sweethoney, -
- 0 replies
- 221 views
here is how you add a backround color or an image it will only show just for the admin and moderator messages Search for postContainer find this line <div class='ipsColumn ipsColumn_fluid'> Replace it with {{if $comment->author()->isAdmin() AND !$comment->hidden()}} <div class='ipsColumn adminPost ipsColumn_fluid'> {{elseif $comment->author()->modPermissions() AND !$comment->author()->isAdmin() AND !$comment->hidden()}} <div class='ipsColumn moderatorPost ipsColumn_fluid'> {{else}} <div class='ipsColumn ipsColumn_fluid'> {{endif}} Add this…
Last reply by sweethoney, -
- 0 replies
- 219 views
Do I have a bug or are Clubs actually set-up in such a way that when you add a block to one Club it then displays in every Club? If this is the set-up, is there any way around it other than a third party solution (assuming even that is possible) or is it stuck this way for the foreseeable future?
Last reply by Simon Woods, -
- 0 replies
- 201 views
I am looking for a way to create an overview of club events. I'd love it if the club calendars could show in the site calendar, but this i understand is something being worked on. Is there an other way to create a page/scheme where users can see what club events are coming up across the site?
Last reply by Steph Jensen, -
- 0 replies
- 236 views
Is it possible to use a PHPNuke plugin? And if not, is there a "marketplace" of sort where I could contract out work to port a public PHPNuke plugin over?
Last reply by mHawkins, -
- 4 replies
- 398 views
If I allow my members to create clubs... Is it possible for a member to create a club that has a subscription fee or cost to join and get paid? Then of course I get a small cut. Can this happen? Are clubs integrated with commerce in this way? Thank you
Last reply by Josiah Wallingford, -
- 1 follower
- 1 reply
- 212 views
I asked this question a couple of months ago in Pre-Sales Questions but it fell into oblivion without a response. Anyway - I remember setting up a demo account just to get my hands on Commerce to see how it operates in the suite. Somebody please correct me if I'm wrong, but I was a bit frustrated working with invoicing and it didn't seem to me as if one could manage invoices by giving them one's own invoice number. If I remember correctly, when you generate an invoice for a purchased service there is a number which the customer can see, and which can be edited, but I seem to remember that this was pretty useless if I, as site owner/admin, wanted to apply to thi…
Last reply by opentype, -
- 1 follower
- 2 replies
- 243 views
I've tried to use tags in a CSS file which is one of my page objects. Unfortunately, nothing is parsing. When I view my page source, it still looks as it did when I typed it into the CSS file: background: url({resource="cd-icon-navigation.svg" app="core" location="front"}) no-repeat 0 0; background: url({media="logos/eab-footer-logo-eo.svg"}) no-repeat 0 0; Am I doing something wrong or is it not possible to use tags in these templates?
Last reply by steve00, -
- 2 followers
- 0 replies
- 270 views
this is a better sidebar for your forums this will add a radio to your sidebar or any other custom codes like iheart radio just create an account and make a station and as you can see works perfect just replace all the codes in the sidebar temp \IPS\Output::i()->sidebar['enabled'] && ( ( isset( \IPS\Output::i()->sidebar['contextual'] ) && trim( \IPS\Output::i()->sidebar['contextual'] ) !== '' ) || ( isset( \IPS\Output::i()->sidebar['widgets']['sidebar'] ) && count( \IPS\Output::i()->sidebar['widgets']['sidebar'] ) ) || ( \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->appli…
Last reply by sweethoney, -
- 1 follower
- 0 replies
- 223 views
Can all of the features still be visible in their normal locations? Or do they only show up within the Club? We would like to have a place where calendar for everyone can be seen. Sam would be great for the Gallery. Steve K.
Last reply by 2002faq, -
- 1 reply
- 241 views
Hello, How do I enable signatures to be in use on ALL private messages, for all users? Bonus Question - Is there a way I can automate signatures based on user group, such as a plugin? Thanks in advance.
Last reply by Adriano Faria, -
- 0 replies
- 215 views
Hello, Using the API, is it possible to associate a user with one or more secondary groups?
Last reply by dschreiber, -
- 3 followers
- 3 replies
- 254 views
I'm currently getting my 4.2 upgrade tweaked in a development environment, and although the Commerce module is disabled, I have gotten emails from members (we took a snapshot of our 3.4.9 install and upgraded in development) with renewal notices from the development environment! Is there another setting I can switch this off while we work on the dev environment?
Last reply by Stuart Silvester, -
- 3 followers
- 4 replies
- 264 views
Is there any way in which you can see a previous versions of an edited post? Either moderator edited or user edited?
Last reply by optrexnz, -
- 7 replies
- 578 views
Some of my users are asking for an option to include tables or spreadsheets in their posts. The site is about racing, so they need a way to organize and present racing results through the site. There are multiple options for this, like embedding google spreadsheets or exporting a MS excel sheet, but this does not seem to work when the post is published. Do you have any suggestions on how to solve this?
Last reply by Steph Jensen, -
- 4 followers
- 0 replies
- 214 views
I've set up some keywords to monitor on my site via the adminCP, and I've used them as both myself and a test account but they don't seem to show up in my stats. Am I missing something as to how keywords measures things??
Last reply by LiquidFractal, -
- 0 replies
- 297 views
this will put a back round image to the user navigation bar and the links in the drop down list you can add any image you want #elUserNav { background-color: #2D2D2D; background: url(https://www.website.com/image here); padding: 2px 15px; border-radius: 2px; right: 15px !important; } #elUserLink_menu { border: 2px solid black; padding: 1px; background: url(https://www.website.com/Imag here); background-repeat: no-repeat; background-origin: content-box; } works 100% dont for get you can change the hover color
Last reply by sweethoney, -
- 1 follower
- 9 replies
- 751 views
We've just upgraded to IPS 4.2 and we're trying the clubs functionality, but some questions are emerging : 1) We've set that the clubs creation shall be validated by a moderator/administrator, but we can't manage to find where is the validation interface ? 2) We had already a club in our community, that club was allowed to manage its own forums, members (as groups) & sections, we've not found any way to move or copy the posts from a standard community forum to a club forum : is it possible ? 3) We cannot find any interface to manage clubs owners rights (other than to create clubs), could it be managed ? 4) Is there some detailed documentation about…
Last reply by Adriano Faria, -
- 1 reply
- 240 views
OK, I apologize if this has been asked before but searches using "downloads" etc get no good returns. I am uploading files to my download area, but I see no option to add a "cover shot" for the file. Adding images just adds them to the description area. My file list just shows black boxes with a camera. I am sure its obvious but I am missing it so far.
Last reply by Adriano Faria, -
- 3 replies
- 271 views
How do I add the sidebar options on my forum like the ones below
Last reply by -FP, -
- 0 replies
- 736 views
so you want an gif.image Groups icon effect for your admin or Moderators i am all most dune ill have it for you soon just let me know if you do and ill past the codes when im done here is an image i am done thanks to my son who help me could not get it to work <span style="background: url(https://www.mysite.com//Image/bubbles.gif); color: #55d820; font-weight: bold; text-shadow: 0 0 .9em #ffffff;"Baddog-11</span> with the codes above you will get this effect in the back round of your admin and moderator you can use any gif image you want all you have to do is change the bubbles.gif or you can rainbow your members…
Last reply by sweethoney, -
- 2 replies
- 260 views
I'm unsure if this is possible, mostly because it seems muddled, but here goes: I have a custom domain on my CitC site. I would like to use this domain for an email address, using fastmail as the service. This address would be used for the site internally (via the ACP, etc) and externally (general contact info, etc). The domain is hosted (managed) on a second service, hover. To set up the email address I need to create MX records, however I have been told they need to be done on the IPS end of things due to the DNS being hosted here. Hopefully that makes sense in some way. My questions are: Can this be done? Or would I ha…
Last reply by Simon Woods, -
- 0 replies
- 205 views
I am trying to get this to work, but its not matching: {{$catName = str_replace('Misc Instruments', '', $row->container()->_title);}} I suspect its because $row->container()->_title is coming back encoded? Can I convert that to text somehow? Appending the "|raw" element sends back weird characters
Last reply by jHz, -
- 3 replies
- 242 views
is there a way to add more widgets to the adminCP dashboard? can you add blocks from the frontend to the backend? there are some blocks i would like to add, one I would like to see is a block of newest members
Last reply by All Astronauts,