Solutions
-
Adriano Faria's post in Create group error was marked as the answerSomething related to Jobs. Post in my board so I can take a look. đź‘Ť
-
Adriano Faria's post in Plugin Will Not Uninstall was marked as the answerFixed. It was indeed an oversight. New version tomorrow. đź‘Ť
-
Adriano Faria's post in Upgrading plugin removes the plugin was marked as the answerRegarding DEAD TOPIC PROTECTION:
It's in the file description. đź‘Ť
Specifically in the ADDITIONAL INFORMATION tab.
-
Adriano Faria's post in How to remove user group name in profile was marked as the answer
-
Adriano Faria's post in Hiring a community designer was marked as the answerhttps://invisioncommunity.com/third-party/providers/
https://invisioncommunity.com/forums/forum/506-requests/
-
Adriano Faria's post in Theme Issues/Forum not fully functional was marked as the answerI would reupload Downloads app. It seems there’s a missing file somehow.
-
Adriano Faria's post in How do I override default lang strings was marked as the answer
-
Adriano Faria's post in How to re-install Pages app? was marked as the answerSee
Find in that page: Adding a newly purchased application.
-
Adriano Faria's post in Notifications error was marked as the answer
-
Adriano Faria's post in Make help threads private is it possible? was marked as the answerEdit the forum and uncheck Users can see topics posted by other users?.
It's placed in the Forum Settings tab.
-
Adriano Faria's post in Is the ?d= parameter really necessary in Pages categories? was marked as the answerThis is used to load the form when the database isn't set on a page, @Gabriel Torres:
/** * Show the pre add record form. This is used when no category is set. * * @return void */ protected function form() { ... } else if ( \IPS\cms\Pages\Page::$currentPage === NULL and \IPS\cms\Databases\Dispatcher::i()->databaseId === NULL and isset( \IPS\Request::i()->d ) ) { \IPS\cms\Pages\Page::$currentPage = \IPS\cms\Pages\Page::loadByDatabaseId( \IPS\Request::i()->d ); }
-
Adriano Faria's post in Lost admincp access and site is off with error at the moment was marked as the answerTry the RECOVERY mode.
-
Adriano Faria's post in Attachment permissions was marked as the answerNo, it was removed on IPS4 due to low cost of hosting/external storage so it wouldn’t be a problem, IIRC.
Per forum: you can control who can download only via permissions.
Per group: you can control total space for each member of the group.
-
Adriano Faria's post in Changing FURL in custom apps was marked as the answer
-
Adriano Faria's post in Popular Now Block not working for me was marked as the answerPopular (hot) topics are topics with many replies within X minutes, configurable in your ACP. It won’t show if you haven’t topics like that at the moment.
-
Adriano Faria's post in Download Permissions was marked as the answerIt's a per category thing:
-
Adriano Faria's post in Following error when I try to create a theme was marked as the answerDisable the resource ipskit Aaddons and tey again.
-
Adriano Faria's post in Is there a tool there shows me unneeded tables on DB? was marked as the answerOr you can install a test board with the apps you currently have and compare with the DB of your live board.
-
Adriano Faria's post in How to disable Pages content from increasing Post Count was marked as the answerYou would need a plugin to achieve this:
With this plugin you can choose to enable/disable post count increase by app.
-
Adriano Faria's post in Restrict PMs so that members can only PM Staff? was marked as the answerOnly with a 3rd-party resource:
-
Adriano Faria's post in Welcome message for new users? was marked as the answer
-
Adriano Faria's post in Strange registration from today was marked as the answerDo you use any social media that allows to create accounts? Probably someone created and didn’t go on when prompted to provide the email or a real name. I remember have read old topics like that. Sometimes you can see in online list users browsing without name too.
-
Adriano Faria's post in Export translation of an app was marked as the answer
-
Adriano Faria's post in Hide ads on mobile? was marked as the answerAdd a div in your ad and use the following classes:
ipsResponsive_hidePhone ipsResponsive_hideTablet ipsResponsive_showDesktop