Developer Connection
Use this forum to interact with our development team on technical issues, suggestions and official best practices advice.
1,734 topics in this forum
-
- 5 followers
- 5 replies
- 1.1k views
Hi, Hi, Last year, together with my company from Poland, I created profile in medium for creating article. I decided to create articles about creating app for IPS. Check this 🙂 https://medium.com/oke-software/create-apps-in-invision-community-1-hello-world-35ef25142cac
Last reply by aXenDev, -
- 1 reply
- 616 views
Bring more image upload support for theming for non-technical people like myself. I know on one of the logo upload options you have the ability to upload a .svg files, but for the main logo as well this should be an option.
Last reply by Randy Calvert, -
- 1 reply
- 493 views
Where can I hire a developer to help me with a personal project? (Preferably Invision staff)
Last reply by Chris Anderson, -
- 1 follower
- 8 replies
- 842 views
Hi, I turn on the designer mode, delete the directories and files that I physically created from the server, turn off the designer mode, synchronize and still these directories are as if they are not deleted. Isn't it sometimes an IPS bug? 1. I turn on the designer mode so that the themes folder appears. 2. I delete the template files and the folder physically from the server. 3. I turn off designer mode and synchronize changes. The folder and template is still there and has not deleted.
Last reply by Grafidea, -
- 1 follower
- 6 replies
- 991 views
When upgrading the forum I got a warning that the theme's file core → global → responsive → data-lists.css was modified/customized. This is ok as I modified many files and when upgrading I merge them. However, I can't find the data-lists.css file in the theme's editor. I can always find all files to merge, but not this one. The only css file I can see on the CSS tab of the editor is the custom.css file. Here is a screenshot:
Last reply by Randy Calvert, -
- 1 follower
- 0 replies
- 502 views
I'll be working on a project in a few weeks which would require parts of the community to be embeddable on an external site. They should be able to do basic actions such as registering, logging in, reading topics and replying to topics all within the iframe on the external site. The height reserved for the iframe on the external site should be dynamic and change whenever the height of the embedded page changes. My idea thus far is to solve this by asking them to include an iframe on the external page. I'll obviously be adding a Content Security Policy so the community can't be included everywhere. My initial thought on the approach to do this would be to creat…
Last reply by TSP, -
-
- 2 followers
- 5 replies
- 1.2k views
@Ehren has done a great job recently, but this is area has been missed. This is just to point at it as hopefully it gets polished in the future.
Last reply by SeNioR-, -
-
-
- 3 followers
- 14 replies
- 1.2k views
I am trying to setup the website in a way that related content from database entries are shows in forums, topics and the other way around. So, let's say there is a forum called Marriage and then an articles database which has a category of Marriage. How I would display marriage articles within marriage topics? Thank you.
Last reply by virap1, -
-
-
- 1 follower
- 1 reply
- 524 views
The title is going behind the user's profile picture. @Ehren
Last reply by Ehren, -
-
-
- 1 follower
- 8 replies
- 926 views
@Ehrenas this without manual apply a space. Thanks.
Last reply by Ehren, -
-
- 0 replies
- 527 views
We have an existing invision site which we need dev help with. I will outline the requirements below: - existing external single page sites is ~ 10 - need each external site to have content copied to invision page, removing needs for external sites - Each external site will be a link on the new invision page menu bar That's about it really. Lots of cut/pasting, lots of image linking, etc. I'm happy to provide links to the existing sites upon request.
Last reply by BACG, -
-
- 1 follower
- 3 replies
- 1.2k views
Hello, Polls are left behind when you uninstall an application. To make life easier, core_polls should have a "class" column or any way to identify the source, like core_follow has (follow_app and follow_area), that would make easier to list only polls from an specific app or even to delete them when uninstalling an app. Thanks.
Last reply by Marc, -
-
-
- 2 followers
- 2 replies
- 972 views
When adding a new extra field in Downloads the option Include field in topics? is never saved correct. Enabling it will always show it as disabled when you go edit it again. The issue is caused by the code in \applications\downloads\sources\Field\Field.php on lines 152-157: if ( \IPS\Application::appIsEnabled( 'forums' ) AND isset( $values['cf_topic'] ) ) { /* Forcibly disable include in topic option if it is a paid field */ $values['topic'] = ( isset( $values['downloads_field_paid'] ) AND $values['downloads_field_paid'] ) ? $values['cf_topic'] : 0; unset( $values['cf_topic'] ); } The code checks if the paid field option is active and disables th…
Last reply by Marc, -
-
LIVE CHAT SUPPORT PLUGIN Hello - I am looking for a strong developer. I'm actually quite surprised there are no plugins like this and I also know it would sell like wild fire. I don't want to use 3rd party extremely complex like systems like Tidio or Zendesk. I want to host everything on my website and not rely on 3rd parties also I want a limited amount of functions. REQUIREMENTS: [USER SIDE] - Guests / Members / Customers should be able to see a live chat button in the bottom right of the browser. - When clicked it will pop up a Chat box where the following IF statements will occur : if guest = force them to make an account …
Last reply by KO1, -
- 0 replies
- 778 views
I'm hoping someone can assist me in providing the best approach to upgrading the CMS when one is using heavily customized Template/Theme files. Historically, we've had many problems upgrading Invision Power, as our website relies on lots of custom work in the templates and theme files (including the global theme, where we need to break out of the built-in padding to implement certain design features). Our issue comes in when we need to update the CMS. We've noticed in the past that large changes to IPB (from recollection, the header was changed in a previous version, and because our custom global template (and other templates) hold different code to the updated version…
Last reply by coert_g, -
- 1 follower
- 0 replies
- 525 views
Hi, Is there an existing or planned way to extract data from the Statistics section of the AdminCP via GraphQL or REST API? I'd like to create an exporter plug-in. Thank you.
Last reply by The Old Man, -
- 1 follower
- 0 replies
- 325 views
Not sure if this is an issue or not, but it is an annoyance. While in developer mode with Whoops (DEV_USE_WHOOPS, TRUE) enabled, widgets from plugins do not show in the Block Manager window. Widgets from Applications however do. If I disable Whoops they are shown as expected. Is this the correct behaviour?
Last reply by TDBF, -
-
- 1 follower
- 3 replies
- 720 views
Hi everybody, I'm looking for solution for enabling selected reactions in selected forums. In example I have reactions: r1, r2, r3, r4, r5; and forums f1, f2, f3 and now I want to enable in forums f1, f3, reactions r1, r3, r5 and in forum f2 reactions r1, r2, r3, r4, r5. Is there any solution to do this?
Last reply by Marc, -
-
- 1 follower
- 0 replies
- 603 views
Users who are in the Moderators group who have 'Require approval before content shows', can still create Topics, but their posts are still required to be approved by a moderator. The way this stands, any moderator who is restricted from posting can still create topics, but their posts will still require moderation. Bug?
Last reply by TDBF, -
-
- 2 followers
- 7 replies
- 1k views
Hello, I'm a retail developer. I'm not professional, just a hobbyist one. I worked before with Wordpress and Processwire and I'm used to work with PHP. I bought a week ago Invision Community and I'm trying to create a custom item type. I just need to create a content item with Title and Description (no categories or taxonomies implied) All examples I saw in doc was to create the source (model) but the documentation provided for the controller is (on my own view) useless or does not provide the info I need. There is any blank example or hello world with the CRUD to know how the Invision engine works? Thank you.
Last reply by Adriano Faria, -
-
-
- 1 follower
- 4 replies
- 929 views
Found a small bug which only seems to show when I have Whoops enabled. This happened when viewing a member's profile in the ACP and an applications Notification configurationOptions function does NOT explicitly set a return. Such as: public static function configurationOptions( \IPS\Member $member = NULL ) { if ( $member === NULL or $member->modPermission( 'can_view_hidden_content' ) ) { return [ 'my_notification' => [ 'type' => 'standard', 'notificationTypes' => ['my_notifiction'], 'title' => 'notifications__my_notification', 'showTitle' => FALSE, 'description' =&g…
Last reply by TDBF, -
-
- 1 follower
- 0 replies
- 921 views
Hi there, https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTitem How can I register the birthday date? I've tested rawProperties[]=birthday:12/1/1980 But it doesn't work... Any advise?
Last reply by Colombia Humana, -
- 2 replies
- 906 views
Not sure if this is a thing, so I'm checking. Is there a list somewhere of Invision developers?
Last reply by BACG, -
- 1 follower
- 1 reply
- 625 views
The reported content doesn't show any moderated actions that applied to the reported topic or post. For example: If you hide the post/topic, the "Hide" word doesn't change to "Unhide" or even show the hidden eye icon next to the title in order to inform the staff that the post/topic is hidden. Also, that apply to delete action. It doesn't change to "Restore" or show that the post/topic was deleted.
Last reply by Afrodude, -
- 0 replies
- 437 views
Links do not have a discernible name. Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children. List items (<li>) are not contained within <ul> or <ol> parent elements.
Last reply by SeNioR-,