Jump to content

Miss_B

Members
  • Posts

    1,484
  • Joined

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Miss_B

  1. Thanks for the screenshot. I was not aware of this. I assume that the archived topics will be moved to a separate table within the database as sort of backup. But the question is, will they be gone from the forums_topics table as well? I doubt it though, because the archived field indicates that not to be the case.
  2. If the php in your new server can not be downgraded temporarily to the version that supports the 3.4. forum version, you can try the method that you mentioned. i.e. install a new 4.1.10 Ipb, import the database and then run the upgrader to upgrade your database. It is worth a try imo. But before you try the upgrade, it is best to make a backup of your database and check it to make sure that it has been done properly. Doing that will ensure that no matter what happens, nothing will be lost.
  3. How can topics be moved to another table in the database? Afaik that is not possible...
  4. Not that I know of. This will require a custom mod.
  5. Did you install any plugin/app that affects the content edition? The only other way that I can think of why this is happening is the secondary permissions.
  6. You can unarchive all your topics by running this sql query. UPDATE forums_topics SET topic_archive_status = 0;
  7. You can use Automatic Content Moderation option in your Admin Panel for that. It will help a lot.
  8. If the notification has been gone by itself, the issues mentioned must have been resolved. However, you can double check with your host as well to make sure that that is the case indeed.
  9. Ipb is very secure, you have nothing to be afraid of in that regard. And as mentioned above, that link is for older versions of Ipb. As long as you keep your forum up to date with the latest version, you are safe. That being said, if would be best if you shared your worries with your host as well. Ask them about their security and such.
  10. You can add your code at the footer template.
  11. They should not be able to posts if they do not have permissions to do so. What plugins do you have installed btw?
  12. If your are using a different database for your test forum and all the info is set correctly inside the conf_global.php file, your test forum should not show live posts from the main forum.
  13. You are welcome. I take it that you created a new database at the other server for your test forum. Make a copy of the database of your live forum and restore it to the database of your test forum. You can either install a new fresh forum or move all the forum folder of your live forum. Personally I would advice you the latter, especially if you have a lot of plugins/apps installed. The conf_global.php file should hold all the details for the test forum, like the db info, board url etc. Like that, your test forum will be complete separate from your live forum. You can also check out this guide. At the bottom there is the part for the test forum. Hope it helps.
  14. You can install a test forum at new folder or a subdomain. Use a different database for your test forum. Then upload at that database a copy of your live forum 's database and configure the urls and paths to refect those of your test forum. Liek this there will be no interfering with your live forum. And your license key should be appended with -TESTINSTALL for the test installation and it should not be opened for public, the test forum I mean. I hope that it helps. If you have any more questions, do not hesitate to ask. There is no such thing as silly questions btw. We are all learning as we go along.
  15. That's a server generated error, it does not have anything to do with Ipb imo. Can you ask your host to give you some more details about the error? All they have to do is check the apache error log. We need to know the actual error that caused this.
  16. I see that you mean. I have plans to update this, but I am waiting for Ipb 4.5. first to reach the stable phase.
  17. I had missed your post. Somehow I did not receive a notification. Anyways, thank you for the correction regarding the name. I edited the title to reflect the right terminology. Can you please tell me what do you mean by the rest of your post btw? I am not sure that I understand. If I understood you correctly you want a certain topic to be set to a global ignored list for certain members? I am not sure that it can be done that way.
  18. Hi. Do you mean to hide everything of ignored members being ignored by the Ipb ignore system, or to hide members being globally ignored from everyone? If the latter, please see my app here: https://invisioncommunity.com/contributors/files/9644-global-ignore-list-techy-goes-to-coventry-ignored-log/
  19. Are you ok with editing files? Navigate to yourforum/System/Session/Store folder and open the Database.php file. There find this code: array( 's.running_time>?', \IPS\DateTime::create()->sub( new \DateInterval( 'PT30M' ) )->getTimeStamp() ), array( 'core_sessions.running_time>' . \IPS\DateTime::create()->sub( new \DateInterval( 'PT30M' ) )->getTimeStamp() ), And change 30, which is the number of minutes for the online session time. I have not tested this, but I think that it shoud work. Hope it helps.
  20. You must chmod the folders through either your ftp program or through the File Manager section in your cPanel. For ex, to do it through Ftp, right click at the folder and select the File permissions.. option (FileZilla), and set the permissions accordingly.
  21. Hi. That would require a custom plugin.
  22. There is no built in option to accomplish that afaik. You can do do that only through a third party plugin, like the one posted above.
  23. This looks to be an imagick error btw. Most likely imagick module is not installed or is disabled. Contact your host and ask them about it.
  24. 500 error is a general error that usually occurs either when there's a problem with the server or the script that you are using. Personally I think that something might have gone wrong with the move. If you can get to the precise eror message it would be a big help in pointing towards the real cause of the error. Can you access your database?
×
×
  • Create New...