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 follower
- 9 replies
- 1.9k views
Has anybody got a succesfull upgrade from v3.4.7 to v4 Beta 4b ? And if you got, did you delete or clean several things before upgrading? Regards
Last reply by pisaldi, -
- 1 reply
- 608 views
Hello Can anyone please tell me why a forum I am party to keeps flashing every time I log in, plus my inbox says it is full when there are no messages in it? I notice in the url it states =idx Thanks A
Last reply by Mark H, -
- 4 replies
- 1k views
I seem to be getting a lot of white space in short posts with not much text any ideas. Thanks.
Last reply by GMIC, -
- 0 replies
- 418 views
Hay, I am new to I.P.B i own forum with around 1500 users and around 14k posts its a active forum and grown well i am using PBPBB. I am going to create a new forum and migrate the data over. I have the 2 questions - Should i build in now in 3. or should i wait for 4.0. I do not want to spend months moving and creating a custom design then having to re do on 4.0I want to have a front end website for the forum. I see 2 options use the content mod (Not really liking the design) or to use some blog software for the front end.Any tips are helpful Thanks
Last reply by b0re, -
- 1 follower
- 0 replies
- 523 views
Hi there, Currently, when pasting a link from a gallery image, we have something like that: I think it would be much better to have the full size image, like when inserting an image URL in a post : … and below the image, the gallery details (the author, the number of comments…). Maybe something like that: What do you think? Thanks,
Last reply by LaCollision, -
- 3 replies
- 1.5k views
in this guide for previous IP.Board there is a way to make your own custom license key format [nexus] .. searching for the files md5.php or standard.php in IPS4 seems not to exist anymore although the functionality is in IPS4 Commerce .. Is there any info/doc leak/peek for IPS4 to do custom licenses ? ( I know the docs are a bit behind, just looking for a small hint to get the idea going ) Will it be possible to do so in IPS4 ?
Last reply by Mark, -
- 1 follower
- 1 reply
- 1.6k views
I can't find in ACP "domain cookie" setting. Is there one?
Last reply by Mark, -
- 0 replies
- 528 views
Lets say that you are using the yes/no option for a Pages database. Would it be possible to nest a text input that appears if the user selects yes? Wondering if anyone knows if this is possible as a standard feature or if it can be easily accomplished.
Last reply by mycota, -
- 6 replies
- 760 views
When adding the Address Field in a database in Pages, it would be great to have some stock options about what address fields are included. For some databases it may be more useful to record the name of the location. ex - Brown County State Park, rather than the street address. It comes up in the Google Locations DB autocomplete, but will not save the name of the location when clicked, just the street address. A "county" record would also be a great addition to include for addresses.
Last reply by mycota, -
- 0 replies
- 937 views
What should a link to check for updates? Where can I find documentation about it.
Last reply by Incarnia, -
- 1 follower
- 0 replies
- 961 views
Notifications aren't working for me - at all. My notification settings are set to “Automatically Follow New Content I Post” and “Content I Reply To”, by email when "new content is posted" (immediately). - I've not received any notifications for any new content I've posted to or replied to, even though the button to "Notify me of replies" is on. - I seem to have been removed from some Marketplace support topics. Or, I've been set to not receive notifications on other topics. - If I click "Follow" on a topic, I can't choose "A notification when new content is posted" as it won't let me because it claims: "You cannot use this option because you have not chosen how the no…
Last reply by Millipede, -
- 11 replies
- 1.2k views
Any idea when the estimated time for 4.0 to release is? I know there is nothing set in stone but I want an estimate... was supposed to be earlier this year but so far nothing yet. Don't blame y'all it is a whole rewrite but I'm curious. I want to know whether it would be OK to make a theme for my site now or if I should wait until 4.0 comes out ultimately.
Last reply by DudeThatsErin, -
- 1 follower
- 6 replies
- 7.4k views
Sometimes my installation of the beta board hangs and I have to reboot the server. Does not hang the entire server though. I have the forum database separate to my Wordpress blog, which may or may not be important. Anyhow here is the error log - [19-Dec-2014 03:08:51 UTC] PHP Fatal error: Call to undefined method stdClass::parent() in /home/eoshdcom/public_html/comments/system/Node/Model.php on line 730 [19-Dec-2014 03:09:33 UTC] PHP Fatal error: Call to undefined method stdClass::parent() in /home/eoshdcom/public_html/comments/system/Node/Model.php on line 730 [19-Dec-2014 03:09:48 UTC] PHP Fatal error: Call to undefined method stdClass::parent() in /home/eoshdcom/pub…
Last reply by Andrej, -
- 3 replies
- 1.5k views
Love V4.0 so far, great job - but I'm a bit worried that the default login protocol has shifted away from 'usernames'. People tend not to like to use their email address as they may forget which one they registered with and it is much longer to enter. They may not realise that Display Name = username and they might have a different display name to their username, which would lead to confusion upon logging in. Is there any chance the login handler can be set to accept all 3 ways? I'm experiencing a bug where none of my users cannot log out. Is this known? Cheers - Andrew
Last reply by Ahmad E., -
- 2 replies
- 818 views
Hi, Sorry for the long post, I really need your help. I have the need to support real names on a forum that I am creating using version 4.0.0. To enable this, I edited the file "ajax.php" in "ipb\applications\core\modules\front\system". The function "usernameExists" was edited by commenting out row 83-90: if ( \IPS\Member::loggedIn()->isAdmin() ) { $result = array( 'result' => 'fail', 'message' => \IPS\Member::loggedIn()->language()->addToStack('member_name_exists_admin', FALSE, array( 'sprintf' => array( $k ) ) ) ); } else { $result = array( 'result' => 'fail', 'message' => \IPS\Member::loggedIn()->language()->addToStack('member_name…
Last reply by NilsFMH, -
- 1 reply
- 1.1k views
Hi, I am editing the root_ramework.js file and the global/framework/common/ui/ips.ui.autocomplete.js function. To make a long story short I need to add member id when a token is created in ignore and PM function. This is performed in the following code: _buildResultsList = function() { if (options.resultsElem && $(options.resultsElem).length) { resultsElem = $(options.resultsElem); return; } var resultsList = ips.templates.render(options.resultsTemplate, { id: elemID }); wrapper.append(resultsList); resultsElem = $('#' + elemID + '_results'); resultsElem.on('mouseover', '[data-value]', function(e) { resul…
Last reply by NilsFMH, -
- 6 replies
- 1k views
I have a question for the Commerce Payment Flow in Download Paid Settings Payment Flow: Seller submits a file to sell. Buyer purchases an item and pays the Seller. Site Owner receives a commission percentage from the Seller. Question: Is the payment flow chained or parallel? Chained: Gateway pays Seller and Seller pays Site Owner from sold item. Parallel: Gateway pays Seller and Site Owner from sold item.
Last reply by Mark, -
- 1 follower
- 2 replies
- 856 views
Hi, I have the beta 3 installed, and recent agrade to beta 4, but how I can add nexus application to the installation withou install all again?
Last reply by kmk, -
- 0 replies
- 662 views
OK I know that we have widget areas.but can devs and sin devs create NEW widget areas for our skin and hooks or ap development?
Last reply by Sinistra Sensei, -
- 0 replies
- 537 views
Instead of having a square cropping box for the circular profile image, there should be a circular cropping feature to get a better idea of what will be shown as an end product. Also, is there not an option to resize the crop on the circular image? There is one for the larger background image. My understanding is that users currently have to upload a new image if they do not like the layout that appears in the circle.
Last reply by mycota, -
- 1 reply
- 665 views
I went to look at a download that I have purchased/downloaded previously and I noticed that right now it is listing the available downloads from oldest to newest.... I would easily mistakenly download the oldest one not knowing that the newest one is on the bottom. Seems a bit backwards to me. It should be switched to get less confusion. Give members a way to hide their birthday from their profile altogether or only show their age or only the month & day of their birthday or only the month etc. etc. I don't mind showing my age on here but I hate that my actual birthday is displayed. Makes it easier if someone wanted to steal my identity. Which happens all too frequent…
Last reply by DudeThatsErin, -
Yea not happy 1 2
by LIF- 3 followers
- 37 replies
- 4.6k views
I cant see moving to the 4.0 of this product. I will be staying with 3.3 - 3.4 Its not something my members would like to use.. If and when 3xx dies and this 4.0 stays I'll have to switch to another software. No disrespect to anyone who made it, but its not for us.
Last reply by Hitori Bocchi, -
- 2 replies
- 596 views
Is this possible? Seemed easier to find the files in 3.3/3.4 that I paid for and or downloaded... I can't figure out how to do it in this version.
Last reply by DudeThatsErin, -
- 2 replies
- 849 views
I don't like my birthday advertised, is there anyway I can remove it from my profile? sorry if this has already been posted before...
Last reply by Dillybob, -
- 1 follower
- 6 replies
- 831 views
I'm just wondering, with the recent beta release etc how the developers of 3rd party apps are coming along (if at all)? For example when V4 is released are 3rd party apps likely to be ready at the same time or will we expect them with a few days or a few weeks? I would ask in the relevant topics for a more specific answer on specific 3rd party apps but I was just wondering on a general basis.
Last reply by craigf136,