
Everything posted by Daniel F
-
Invision Community v5: How to Migrate a Second Site Smoothly?
You can change the domain in the conf_global.php file
-
Invision Community 5.0.5 Beta Releases
It's safe to ignore this.
-
class loading system , a bug?
Ask him if he has declared the $multitons variable in the classes;) /** * @brief Multiton Store */ protected static $multitons;
-
Working on SSO, Can't Find Page/Module
I guess because the module doesn’t exist, that said, you really shouldn’t put your custom code into the core application , why aren’t you creating your own application with its own modules and controllers ?
-
Invision Community 5.0.4 Upgrade Breaks my Website
Based on the error it sounds like not all files were overwritten. Was this an upgrade via the ACP, or did you manually upload the files to your server? If the later, I would just try it again.
-
I no longer see the helpful tab in forums since 5.0.4 update.
There is an upgrade step which should enable it for all groups, let me test this.
-
Problem with tags
We have an open bugreport for this.
-
Undefined function
Changed Status to Not a bug
-
Undefined function
This function doesn't exist in IC5 anymore.
-
Event cover photo not present in API
I have created an internal suggestion mentioning this because it sounds like an oversight. The REST response for downloads app files contains the primary image, cms records too, so it would be just logical to also include it for blog entries and calendar events.
-
Event cover photo not present in API
That's correct, the cover photo isn't included (yet) into the REST API response
-
Topic Feed showing in all forums instead of selected forum only
The forum selector is for the content which should be shown, not where it should appear
-
Welcome page.
You can use the page for both! Use blocks from the ACP ( ACP => PAges => BLocks) to contol the visibility via permissions, so that one set of blocks is visible to only guests and the other to members)
-
%s at %s in date
Seems that your translation isn’t up2date.
-
Followers don't appear in profile
Matt literally fixed this few minutes ago.
-
Report API fails with a fatal error if the content has already been reported
Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
-
What should I answer to members who get 'Your email address is blocked in our system' alert?
I have created a ticket to take a look at this.
-
What should I answer to members who get 'Your email address is blocked in our system' alert?
You should be able to unblock them in your ACP on their Profile.
-
Update to 4.7.20 forum crashes
Sounds like your .htaccess file is missing. In your ACP => System => Advanced Configuration, download the .htacces file and upload it to your community root directory
-
Push notifications no longer working?
Are they working on other communities for you? Are they working on your own community for you? Are they working for others on your community?
-
Featured content in Bulk Mails
The bug was the missing settings in your ACP => System => Email Settings You should be able to disable it now there.
-
I can only use the Feature function for posts and not for the first post...
Fixed:) Please report such stuff as separate bugs, so that it doesn't get lost between all the comments.
-
I can only use the Feature function for posts and not for the first post...
Featured Content in IC5 is almost the same as our picks in IPS4! If you want to allow your members to use it, you can create a new member group, make it a moderator group and allow it only to feature and unfeature content.
-
Friendly number format
You could create a custom block : ACP => Pages => Blocks Chose the Forum Statistics Block and then customize the template <h3 class='ipsWidget__header'>{lang="block_forumStatistics"}</h3> <div class="ipsWidget__content"> <ul class='ipsList ipsList--stats ipsList--stacked ipsList--border ipsList--fill'> <li> <strong class='ipsList__label'>{lang="total_topics"}</strong> <span class='ipsList__value'>{number="$stats['total_topics']" }</span> </li> <li> <strong class='ipsList__label'>{lang="total_posts"}</strong> <span class='ipsList__value'>{number="$stats['total_posts']" }</span> </li> </ul> </div> My only change was the removal of "format="short"" Easy Peasy, isn't it:)
-
Zombie members
The login credentials on file are not working. {!#[1:Имя пользователя или пароль][2:Email адрес или пароль][3:Имя пользователя, email адрес или пароль]} неверны. Пожалуйста, попробуйте ещё раз (убедитесь, что caps lock выключен).