Feedback
Help shape the future of Invision Community by suggesting new features or giving feedback on existing functionality.
We would love to hear your ideas for future versions of Invision Community. If you see a feature idea already posted that you like, make sure you reply and let us know!
25,503 topics in this forum
-
- 1 reply
- 477 views
Change all of these to custom settings and it still says "Latest Records" in the block headers. Where do we change that? Shouldn't it change? These are the blocks in the Page Builder. Thanks
Last reply by chilihead, -
- 0 replies
- 637 views
I was just browsing the client area and saw this message: Most common accounts requests such as renewing, cancelling or upgrading a purchase can be done through the client area without any need to contact account assistance. Please see our client area documentation for information on the self-service features available.I clicked the link and it went here: http://community.invisionpower.com/resources/guides.html/_/ips-client-services-and-faq/ Which gives the error: The server made a boo boo.So I thought I'd report it here to see if it's a bug or the server has made a boo boo lol.
Last reply by Michael Dance, -
- 1 follower
- 11 replies
- 1.2k views
A lot of people have video galleries, and don't want people to upload videos for bandwidth reasons. Please allow video links (that embed, just like in topics) as well as uploads, with on/off control for both, thanks!
Last reply by chilihead, -
- 1 follower
- 0 replies
- 498 views
would be nice to see by group ad impressions / clicks and also by geography? are ad impressions inflated by bots (google etc)? I have an ad and reset the count on Friday and already have over 43000 impressions.
Last reply by Ocean West, -
- 1 follower
- 5 replies
- 1.1k views
Is it possible to allow forum icons to be specified by a single upload / choose existing image? For example, if you have a forum that has 40/50/60 sections and all have the same image, then that is 39/49/59 additional requests for the same image. Although extremely small in the grand scheme of things, it would reduce the amount of requests from different URL's for the same image. It would also be beneficial to allow the use of font awesome selections here, rather than having to do theme edits.
Last reply by sobrenome, -
- 2 followers
- 19 replies
- 5.6k views
Issue 1: Post order settings Reading by chronological or reverse-chron post order is a personal preference. Personally, I prefer reverse-chron. If it is a personal preference across topics, options for it should be present in the UCP, not just at the forum level. (I don't understand the per-forum utility of this setting -- perhaps it's a vestige of when IPB used to be one big forum?) Allow me to share with you this gripping exchange with one of my users in my 5-day-old site's support topic (oldest post first, emphasis mine): -------------- USER Posted 23 March 2011 - 07:01 AM I am having trouble reading posts since they appear in an ascending fashion rather than …
Last reply by Pazmanyi, -
- 1 follower
- 1 reply
- 987 views
Hallo There are some "untranslatable" Keys. I understand in english its more simple as there is only this "the" article: for example key "go_to_this_x" Can be a comment or a report or whatever. In other languages there are several articles beside "the", german has "der", "die", "das" - french has "le", "la" and I imagine others might come with even more. But this makes this key some sort of "untranslateable": Gehe zu diesem Beitrag Gehe zu dieser Meldung ... There are quite a few language keys that are affected by this (email_content_reported, ...). And it is especially hard to guess what is filled in into these placeholders. I understand one would want to be able to b…
Last reply by Tanja, -
- 0 replies
- 605 views
I would like to suggest again this feature that doesn't make it in IP.Content:
Last reply by Ramiru, -
- 1 follower
- 6 replies
- 930 views
Give us the option of moving a purchaser into a new user group from the downloads app instead of needing to take them through the store. Absolutely redundant to use 2 pieces of software to do the job of one. We do not need to show 2 stores, we do not need to waste time making everything 2 times. Customers should be able to be group changed from the downloads purchase without any involvement from the store and the need to do everything 2 times To be a bit clearer, if a none user or registered member, new customer makes a purchase they need to go through the store to be group changed into let's say the "Client" group. If they are forced to go through the store that means t…
Last reply by 不中用, -
- 1 follower
- 3 replies
- 884 views
is it possible to have a visual "post number" in on each post - say next to the date posted Post 13 of 17 • Posted 3 Hours ago some people found it helpful making a mental note as to which item something was. Of being able to say look at the "5th post above" to someone.
Last reply by 不中用, -
- 0 replies
- 602 views
Now APP Calendar loaded jquery js of address: http://your sait/applications/core/interface/jquery/ ... To allow the use of cookie-free domain, please change if possible, these JavaScript can be installed in a folder of uploads directory. This will improve the performance of APP Calendar Thanks
Last reply by Adlago, -
- 0 replies
- 567 views
Last reply by Gnuru, -
- 0 replies
- 483 views
Because of using IPS as an article plattform with downloads I would like to see it beeing easier to link content within the ckeditor without searching the url of this content. Best thing would be, if you could search for the title of a content, insert this link into the the new content , which will be updated, if the old content is moved....
Last reply by Gnuru, -
- 8 followers
- 46 replies
- 4.9k views
PLEASE, separate the Followers notification of the real followed 'content' notification. On IPS4 there are no friends anymore. Which is bad. Now there are followers. My friends became my followers, ok. With that, I received hundred notifications on a day everytime someone blinks the eye around the board (new topic, new reply, bla bla bla). This is annoying! So I was told to disable the "New content for things I follow" notification. Fine. If I do it, I won't be notified anymore of things I REALLY want to, like forums, topics, files, etc. The solution here ? Do what I did: simply had to delete ALL my friends/followers (100+). Is that fair or reasonable to you ? That makes …
Last reply by Adriano Faria, -
- 0 replies
- 610 views
Add the ability to add profile fields in the standard group profiles. For example, I want to add a phone number field in the group pofiley "contact information" how to do it without duplicating this group profiles. Machine translation.
Last reply by DebuggeR94, -
- 1 follower
- 3 replies
- 561 views
it appears that block cache is on or off and no time way to cache a block for # minutes any more?
Last reply by Ocean West, -
- 2 followers
- 23 replies
- 2.8k views
what do i need to change in this 3x code that worked as a custom block but currently doesn't work in 4x $this->DB->build( array( 'select' => 'ad_id', 'from' => 'nexus_ads', 'where' => 'ad_locations like "%fmf_square%"', 'and' => 'ad_active=1', 'order' => 'rand()' ) ); $this->DB->execute(); $i=0; while ( $row = $this->DB->fetch() ) { $ad_ids[] = $row['ad_id']; } foreach( $ad_ids as $ad_id ){ $i++; $str = file_get_contents( "{$this->settings['board_url']}/interface/advertisements.php?$ad_id" ) ; $str = preg_replace('/\<[\/]{0,1}div[^\>]*\>/i', '', $str); if($i==10) { echo $str . "<br>"; } else …
Last reply by 不中用, -
- 0 replies
- 583 views
Did custom actions get removed? or what happened?
Last reply by MADMAN32395, -
- 1 follower
- 10 replies
- 1.9k views
Where can we officially request that removed features be added back? A lot of my members change their username and we don't limit it. We'd like the option to see the name change history, like we had in 3.4. I know it's in the ACP, but regular users like to view it also. Thanks
Last reply by Square Wheels, -
- 30 replies
- 7.2k views
In some circumstances, it would be good to be able to send an email to a user group regardless of their privacy setting. It would be good to have a tick-box in the bulk email section to ignore "Send me any updates sent by the board administrator".
Last reply by chilihead, -
- 1 reply
- 517 views
How difficult would it be to create a Forum topic for an Event the same way you can for an Article?
Last reply by socceronly, -
- 2 followers
- 36 replies
- 16.3k views
There's plenty of room for improvement in IP.Boards searching function. All in all, it's always been a pain for me to use. It's almost always easier to simply use a Google search on my site to find what I want. However, this is only because my site is well indexed by Google. Not everyone is so lucky. In this thread, I'm going to go through some of the problems I've had, in no specific order. My memory is fairly sub-par, so I'll likely recall a few other complaints and suggestions over time that I'll add to this list, but this is simply a thread to get a discussion started. A thread to gather feedback and gather comments and further suggestions from the rest of the c…
Last reply by ZakRhyno, -
- 3 followers
- 38 replies
- 5.9k views
Its there, can't wait to get home!
Last reply by WOFman, -
- 1 follower
- 15 replies
- 2.1k views
I hate this text editor so much, the reason is due the amount of issues I have with it and my members. I want the old IP.Board one back, or give us a option to swap between them. It's impossible to edit code or [\php] without breaking the code.
Last reply by OctoDev, -
- 2 followers
- 21 replies
- 2.4k views
I am using IP.Content as CMS. And IP.Content is not the best in image handling. Following IPS tips, I have used a attachment type custom field in every database of my site to handle images. Now I want to upgrade to 4.0 and I realize the Pages does not accept attachment type as custom field. Please, bring it back urgently! I guess that most of IP.Content users have followed IPS suggestion to use attachment type custom field in articles and other databases to handle images and are now unable to upgrade to IPS 4.0 without losing all images related to database records. Thanks!!!
Last reply by chilihead,