Content Type
Downloads
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Development Blog
Deprecation Tracker
Providers Directory
Projects
Release Notes v5
Invision Community 5 Bug Tracker
Forums
Events
Store
Gallery
Posts posted by Adriano Faria
-
-
We need to be able to do the minimum, at least. Adding fields only isn’t enough.
-
How can I add a $form->addHeader on a UINode extension?
-
You need to create step on profile completion. Probably this will appear as an option.
-
-
-
-
-
Could you please increase it to 15 files?
Always having a gap in the last position is a bit weird.
$mostDownloaded = ( Settings::i()->idm_show_most_downloaded ) ? File::getItemsWithPermission( $mostDownloadedWhere, 'file_downloads DESC', 14, 'read', Filter::FILTER_AUTOMATIC, 0, NULL, TRUE ) : array();
-
-
Sorry @Ehren, my bad. I meant the carousel (not grid) in the Downloads index (What’s New, etc).
-
@Ehren, is there any theme setting or a custom CSS I can use to make the block of grid from Downloads index smaller? Particularly I found it very big.
Thank you.
-
Pagination in messages isn't working. If I click on any other page, I go from (link in pagination):
Quote...com.br/index.php?/messenger/552/&page=5
See:
to:
Quote....com.br/index.php?%2Fmessenger%2F552%2F=&page=5
then I'm redirected to the (main app) index.
This has been happening for quite a while now. I never remember to report it.
-
Found a few minutes later. Thanks.
-
-
40 minutes ago, teraßyte said:
It's a theme setting now. Users can no longer choose. What you can do instead is create a new theme for each layout option.
You'll need 3 separate themes:
- Table
- Grid
- Fluid
Which is bizarre. So if you have 5 different themes, you need 15 of that workaround.
🤦🏻♂️
-
-
On 11/15/2024 at 10:36 PM, Ehren said:
If you need to restrict the grid to a certain amount of columns (lets assume you never want more than 3 columns for some reason), you can add ipsGrid--max-3 to the parent.
@Ehren or anyone else.
I got this on IPS4:
I used:
<div class='ipsGrid'> <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div> <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div> <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div> <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div> <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div> <div class='ipsBox ipsGrid_span2 ipsType_center'>...</div> </div>
Trying to do the same on IPS5. I'm trying:
<div class='ipsGrid ipsGrid--max-6 i-margin-top_2'> <div class='ipsBox i-text-align_center i-padding_2'>...</div> <div class='ipsBox i-text-align_center i-padding_2'>...</div> <div class='ipsBox i-text-align_center i-padding_2'>...</div> <div class='ipsBox i-text-align_center i-padding_2'>...</div> <div class='ipsBox i-text-align_center i-padding_2'>...</div> <div class='ipsBox i-text-align_center i-padding_2'>...</div> </div>
but it isn't working as expected:
Can you point out what I'm doing wrong?
Thanks.
-
Ok, I’m stuck on Beta 6, by my own will.Thanks.
-
@EliasM have you upgraded to Beta 8 and tested it?
-
2 hours ago, 403 - Forbiddeen said:
You have a LOT of this:
Quote[10-Dec-2024 14:20:55 UTC] PHP Fatal error: Declaration of IPS\forums\widgets\_hotTopics::isExecutableByApp($app) must be compatible with IPS\Widget::isExecutableByApp(array|string $app): bool in /home/ggames/t.ggames.com.br/applications/forums/widgets/hotTopics.php on line 62
EDIT: SORRY, I didn't see Jim's reply.
-
-
-
-
1 hour ago, 403 - Forbiddeen said:
Hey @Adriano Faria, basically this is the error I have
I meant the server error, notthe one you can see on the ACP.
8 hours ago, Adriano Faria said:What shows up in the error_log? You can see it via CPanel (File Manager) or FTP.
$form->addHeader on a UINode extension?
in Beta Discussion
Posted
For the header, yes. HTML message is required sometimes too.