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
-
- 12 replies
- 855 views
I have to list some rows using php code. I am able to get them. But to add paging and Sorting to it, I m using third party script of datatable e.g https://legacy.datatables.net/examples/data_sources/server_side.html But i m facing the below error But all the js file is there in the script block. Can someone help ?
Last reply by Jyoti Rani, -
- 1 follower
- 9 replies
- 743 views
Invision haven't been very helpful with regards to a few errors on my board the have appeared since migrating, and are speculating it is due to 3rd party application and plugins, which of course it could possibly be, or it may be some other issue on my board as no one has actually checked. When enabling one application on a developers test site, it is showing as working absolutely fine. Though enabling on my board (since migrating to cloud) causes it to crash my forum completely. There is also an issue with guests being able to inject spam onto the forum despite settings disallowing them from doing so, there should be no plugin or application that its able to get ar…
Last reply by ekforum, -
- 0 replies
- 510 views
Hi, I have created a Block with pure Php code in AdminCP. I am this block in Page. There is a call to ajax file in it. Session is getting created in block code. But, When I am accessing this session variable in ajax file. its not available in it
Last reply by Jyoti Rani, -
-
- 1 follower
- 13 replies
- 793 views
In my previous(3.x) version of invision community setup. There are some pages in the menu, which have custom URL. I am not able to find which pages(php or html) it is pointing too. Can someone help ?
Last reply by teraßyte, -
-
- 1 reply
- 535 views
I have web app in version 3.x there were some manual hooks created in the web app. But in Manual upgrade those are not available. How to implement those hooks again in version4.7 community? Please share are link to implement custom hooks in version 4.7
Last reply by DawPi, -
-
- 1 follower
- 6 replies
- 679 views
I am in between of manual upgrade process as per the document. Its asking for convert folder under Application folder. But its not available. How to get this folder.? Its not available neither in previous invision application folder not in the latest invision folder. Please see attached.
Last reply by DawPi, -
-
-
- 1 follower
- 1 reply
- 587 views
Hi, I copied new invision community folder on server. But when i ran the url from the browser, it keeps me redirecting to the same page. and in the end it show below screen. I m using url like this abc.site.com/admin/install/
Last reply by Marc, -
-
Hello, I m trying to upgrade from 3.x to 4.x latest version. But before doing same i want to do this on subdomain.site.com. I setup all the files, database on subdomain, but home page is not showing anything. Can some suggest any solution for this? Am i on right path?
Last reply by Jyoti Rani, -
- 0 replies
- 551 views
Although it is right in the extension's default: namespace IPS\{app}\extensions\core\RssImport; /* To prevent PHP errors (extending class does not exist) revealing path */ if ( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { header( ( isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0' ) . ' 403 Forbidden' ); exit; } /** * @brief RSS Import extension: {class} */ class _{class} it only works if you create your extension with the name RssImport. Not tested but this is probably due to this in \IPS\core\Rss\Import: public function get__extension() { $classname = 'IPS\\' . $this->_application->directory . '\extensions\core\Rss…
Last reply by Adriano Faria, -
-
- 2 followers
- 7 replies
- 785 views
Hi, Is there a list of theme templates and folders that we can safely remove from the suite? I keep seeing templates for EOL options, in Nexus with hosting etc, social media promotion etc. but sometimes there is no Delete button. Sometimes there is a delete button for them but the templates still remain listed as modified even after using it and clearing the cache. The theme differences facility doesn't list them so you only have an idea from the change log and deprecated features. Many thanks!
Last reply by The Old Man, -
-
- 1 reply
- 690 views
Hello, I am trying to post new record into a database I created. Documentation says I have to pass it as an object of key:value. I copied the response when I tried to use GET to receive all the records and made the requests like this using Postman: This is what is being stored in the database and I receive: "title": "i", This should be Subject "fields": { "field_12": "i", This is the title "field_13": "e", This should be Text "field_14": "l", "field_15": "d", "field_16": "_", "field_17": "1", "field_18": "2" }, It is somehow braking my text and fill all the field I have with…
Last reply by TheAccountant, -
-
- 1 follower
- 8 replies
- 817 views
I read that external database access is disabled for security. I cannot find any documentation on how to search with rest api. I have a table (vendor) that has three columns - the id, date and tax - all are integers. I have the two integers (date, tax) I want to search for. How can I search this table and get back an array of ids that match the query?
Last reply by Marc, -
-
-
- 2 followers
- 6 replies
- 708 views
When I click on the Theme menu, it often opens below the footer/page as opposed to above itself. It does it with the default theme as well as custom themes. Is it a bug or determined in some way?
Last reply by The Old Man, -
-
-
- 1 follower
- 3 replies
- 641 views
I'm using Zapier to create a form and then save it in a custom table here. I cannot figure out how to pass my current forum user to zapier other than pass the member id in the url. I've tried https://chyll.zapier.app/{variable} but that does not work.
Last reply by Daniel F, -
-
-
- 2 followers
- 2 replies
- 632 views
Is the Pages (and Commerce) documentation still on the way? Only Core, Forums, Gallery and Blogs are documented at present. Thank you!
Last reply by The Old Man, -
-
- 3 replies
- 648 views
Hello, I was just about to remove and or disable one of the plugins that is not needed anymore, however didn't even know that one of my custom blocks was even link to it Xd https://invisioncommunity.com/files/file/8980-group-colors-on-user-links/ So here is the preview of that block As it says you log in or once you log in go to the What's new page. simple 🙂 But, As soon as I disable "Group Colors on User Links" that custom coding block stops working and gives out errors 😞 Here is the code: <h3 class="ipsType_reset ipsWidget_title">Register Or Login</h3> {{if \IPS\Member::loggedIn()->member_id }} <div class="rm_SideA…
Last reply by EmpireKicking, -
- 1 follower
- 3 replies
- 642 views
For some reason, my sites are showing these templates (marked in red) as still present in my default IPS theme (unmodified). They are also in my custom themes. There is no Delete button for them, but I could manually remove them in Designers Mode. I have a stock upgrade of 4.7.13 on localdev which doesn't have them. However my custom theme local dev sites do, both official default theme and my custom themes, and also my live site. I don't actually know why the IPS 4.7.13 upgrade or earlier wouldn't remove any EOL templates per se, but is it safe to remove them or will it cause template errors? Image: IPS 4.7.13 Default theme Many thanks.
Last reply by The Old Man, -
-
- 1 follower
- 3 replies
- 564 views
Hello. Is it possible to use Designer's Mode to work on my custom theme while my community is cloud based and not local on my hosting server ? I tried to check and did not find a way because as I understand I have to be able to manage the files.
Last reply by Marc, -
-
Bit of a deep cut this, and probably been there forever, but it would be nice to get this patched, if not in the 4x line, then 5x. _showImage method, line 305 (or approx) in ips.ui.lightbox.js // Build meta info if( image.meta ){ pieces.metaPanel .show() .html( ips.templates.render('core.lightbox.meta', { title: image.largeImage } ) ); } else { pieces.metaPanel.hide(); } Any alphanumeric/variable we pass in a front-end template through the data-ipsLightbox-meta bit, (e.g. data-ipsLightbox-meta="DERP"), will never display as you have the title variable in the render call hardcoded to image.largeImage instead of image.meta. imag…
Last reply by Marc, -
-
- 1 follower
- 9 replies
- 1.1k views
C:\wamp64\www\beta\system\Helpers\Form\FormAbstract.php:312: object(Whoops\Exception\ErrorException)[328] protected 'message' => string 'explode(): Passing null to parameter #2 ($string) of type string is deprecated' (length=78) private string 'string' (Exception) => string '' (length=0) protected 'code' => int 8192 protected string 'file' => string 'C:\Windows\Temp\theF15.tmp' (length=26) protected int 'line' => int 10 private array 'trace' (Exception) => array (size=13) 0 => array (size=4) 'function' => string 'handleError' (length=11) 'class' => string 'Whoops\Run' (length=10) 'typ…
Last reply by Marc, -
-
- 1 follower
- 4 replies
- 720 views
Hi, Is there any way to run Application Tasks at a specific time rather than every minute/hour/month/year after the application install/update date/time? I need to have an application run a task at 5pm once every day. Actually, it would be nice to be able to set specific run date/times rather than intervals. Also, another issue with tasks, when updating an Application, the task's last run times are reset to never. So, every time I update an application, everything is reset to the time I updated the application rather than a continuation when the Application was first installed. This to me is an annoyance rather than a bug, maybe?
Last reply by TDBF, -
-
- 3 followers
- 7 replies
- 815 views
Hi all, quick question on this fancy little 'Topic Format' feature I've only just noticed in Pages' custom fields section (very VERY handy by the way, thank you!). I have a custom field (with a custom Topic Format) that I want to display on a sync'd Topic if there is a value entered in the field. But the field formatting appears even when the field is empty, which is not desirable. ^ This is the code I have added for my Topic Format for the custom field (please excuse the messy hard-coded CSS, I'm testing this thing) ^ This is the resulting display on a sync'd Topic. Notice the "Original Post Content" box there with no text underneath it. That's an e…
Last reply by Dreadknux, -
-
-
- 13 followers
- 25 replies
- 4k views
Hi all, This is just a quick post to let you know that while stand-alone plug-ins are deprecated in version 5, there is no need to convert your plugins to applications right now. There are significant changes coming to how third party templates and code interacts with the v5 framework changes which means any plug-in or application will need a lot of work for Invision Community 5. Simply converting a plug-in into an app won't future proof it, so it is a waste of your time at this point. We're in the very early stages of making these framework changes but will get information to you as soon as we have everything figured out. Also a reminder that v4 will …
Last reply by Daniel F, -
-
- 1 follower
- 20 replies
- 949 views
Having some trouble with a table, in the IPS environment, of having numerical values of columns within a row add up automatically and display that sum total in a new column at the end of that row. Help is appreciated, thanks!
Last reply by My Sharona, -
Hey Guys, I am in the unfortunate sitation that I reside in Germany and a so called "Abmahn-Anwalt" (an attorny who soley focuses on making money off 'formal warnings') has figured that a community that runs since 1999 (Hello IKONBoard....) would be a fitting place to scrub through for uploaded images and request thousands of euros in fees and compensations. As much as it pains me I'd like to hide ALL image uploads from: Forum Postings Attachments from IP.Content news and database entries What I like to keep are avatars and images from a certain database. My initial approach was to limit access to file-types like .jpeg and .png in the "uploa…
Last reply by Marc,