Community Answers
-
Adriano Faria's post in Make help threads private is it possible? was marked as the answer
Edit 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 answer
This 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 answer
Try the RECOVERY mode.
-
Adriano Faria's post in Attachment permissions was marked as the answer
No, 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 Popular Now Block not working for me was marked as the answer
Popular (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 Following error when I try to create a theme was marked as the answer
Disable 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 answer
Or 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 answer
You 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 answer
Only with a 3rd-party resource:
-
Adriano Faria's post in Strange registration from today was marked as the answer
Do 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 Hide ads on mobile? was marked as the answer
Add a div in your ad and use the following classes:
ipsResponsive_hidePhone ipsResponsive_hideTablet ipsResponsive_showDesktop -
Adriano Faria's post in Restrict "Sign in as..." for some admins was marked as the answer
Edit the group in ACP -> Members -> Administrators and set it as Restricted, if it isn’t then remove the following permission:
-
Adriano Faria's post in Stock replies icon not showing up in editors was marked as the answer
You need to create stock replies first. The button will show up after that.
https://invisioncommunity.com/news/product-updates/editor-stock-replies-r1233/?do=findComment&comment=222828
-
Adriano Faria's post in Upon login 500 internal error new issue was marked as the answer
Read about Recovery Mode (Self hosted only) here:
-
Adriano Faria's post in all login areas broken was marked as the answer
You are using an outdated version of Links Directory. Version for IPS 4.6 doesn't has this issue.
You don't even show as purchaser of this app! 🤷♀️
-
Adriano Faria's post in Can't find place to enter status update was marked as the answer
It appears in your profile above the Activity Stream.
-
Adriano Faria's post in Error code: 2F173/H getting this as an Admin was marked as the answer
Check the permissions to view the forum. It is related to permissions.
-
Adriano Faria's post in PHP8 Tried to add File to Downloads was marked as the answer
Disable the Radical Tags app and try t again.