Jump to content

teraßyte

Clients
  • Posts

    33,424
  • Joined

  • Days Won

    47

 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 teraßyte

  1. That screenshot doesn't help much, unfortunately. Check your server error logs to find out what exactly that 500 error really is.
  2. Based on your first post, the path you should use in the first screenshot is /var/www/dg_forum, and /var/www/dg_forum/uploads for the second one (which you are already using; except the last slash). Maybe the folder permissions (CHMOD) are wrong?
  3. What happens if you try to save the template without making any changes to it? If there's no error, the code you added is broken somehow. If you still get an error, it might be mod_security as Marc mentioned above. It's a server module, you should ask your hosting about it.
  4. As Marc mentioned above, it's not possible with the current default options. The only way to do what you want would be a custom modification.
  5. You can use a similar rule to the one I posted in the other topic: body[data-pagelocation="front"][data-pageapp="cms"][data-pagecontroller="page"][data-pagemodule="pages"][data-pagename="PAGE_FILENAME"] #elSearchWrapper { display: none; } Replace PAGE_FILENAME as usual. I simply changed the navbar breadcrumb for the search ID element #elSearchWrapper.
  6. You can delete it, but only if you are using Invision Community 4.x. If you're still using the old IP.Board 3.x version it's a required file.
  7. It was a custom profile field. It's been removed from a fresh installation, but it can be easily added from ACP.
  8. What Invision Community & PHP versions are you using? Seems like the server is using the wrong PHP version. The file initdata.php is from IP.Board 3.x, the file in 4.x is called init.php.
  9. You need to create an HTML block (not Editor; image #2) in order to use IPS template logic, and then add the code in the Content tab/textarea: {advertisement="TinkAd1"} As template key (image #3) instead use something like ad_block_tinkad1. Everything else can remain as is.
  10. Here you go: body[data-pagelocation="front"][data-pageapp="cms"][data-pagecontroller="page"][data-pagemodule="pages"][data-pagename="PAGE_FILENAME"] #ipsLayout_contentWrapper { padding-top: 15px; } Just like before, replace PAGE_FILENAME and adjust the padding-top value by the amount you need.
  11. You should be able to hide those links with some CSS by targeting that specific page. Each page has a body element similar to this one (this is taken from this very page): <body class="ipsApp ipsApp_front ipsJS_has ipsClearfix" data-controller="core.front.core.app,cloud.front.realtime.viewingService" data-message="" data-pageapp="forums" data-pagelocation="front" data-pagemodule="forums" data-pagecontroller="topic" data-pageid="475515" > You can use a rule similar to this one: body[data-pagelocation="front"][data-pageapp="cms"][data-pagecontroller="page"][data-pagemodule="pages"][data-pagename="PAGE_FILENAME"] nav.ipsBreadcrumb.ipsBreadcrumb_top { display: none; } Just replace PAGE_FILENAME with your page's filename.
  12. Are your tasks running properly? Scheduled entries are published by a task that runs every 15 (?) minutes if I remember correctly.
  13. You can create a new (private) club for each course, and add the members to that club. The specific information you mention can be added to the club itself, and only its members will be able to see it. There is no need for all members to join all clubs (unite). The only problem I can see is re-creating the groups as clubs and manually moving all members into them. If you have a lot of members/groups (as seen in the screenshot above), a custom modification to automatically move the members might be a good idea.
  14. The old Provider directory is still broken (link above), but the new one seems to work just fine: https://invisioncommunity.com/third-party/providers-directory/ I guess we can consider this "fixed".
  15. Yes, I still have it on my to-do list. Between covid, marketplace closure, and other things I haven't had the time for it yet. 😅
  16. Where are you inserting that image URL exactly? I don't recognize the form in the screenshot.
  17. Based on the error, it's a problem related to the ipspage plugin for CKEditor. 🤔 Try re-uploading the ZIP file from your client area to the server, and clear again the cache in ACP. If that still doesn't work maybe you could try resetting the editor's toolbar in ACP: EDIT One more thing, have you tried if the issue happens also with the default IPS theme?
  18. That shouldn't be a problem. Clearing the cache should have fixed it if it was a JavaScript issue, but maybe the problem is somewhere else. Are there any errors in your browser's console when you open a page with the editor?
  19. Try clearing the cache from the Support page in ACP.
  20. See if you have a pending invoice in your client area: https://invisioncommunity.com/clientarea/ If there's none, try contacting IPS to find out what you can do based on your current license: https://invisioncommunity.com/contact-us/ (Accounts & Billing department) Here you go also a couple of links: Self-hosted license price/details: https://invisioncommunity.com/buy/self-hosted/ Invision Cloud: https://invisioncommunity.com/buy With the Cloud option, you won't have access to the files, but if you provide the backup to IPS they should be able to help. Contact them to double-check how it would work, though.
  21. As Miss_B mentioned above, old versions aren't available anymore for download, unless you downloaded them at the time they were available and have a backup copy of the zip file somewhere. That said, while there are possibly going to be some PHP 8-related errors when upgrading straight from 3.4 to 4.7, it's certainly possible. I do it often.
  22. Nothing like that comes to mind. You'll need a custom modification to implement that feature. In this case, asking the developer of that file if he can remove the limitation of one review per profile is also an option. He could add a setting for it, or maybe make a custom version for you using that as a base.
  23. That will break the login for all your users accustomed to login with their email. At least change it to Display Name or Email Address. In any case, @Jim M wanted you to replace the display name with the email address in the client area here on the IPS site (where you entered the details earlier): https://invisioncommunity.com/clientarea
×
×
  • Create New...