Jump to content

estan

Members
  • Posts

    1,046
  • Joined

 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 estan

  1. Thank you @Stuart Silvester! After your help, I was able to click Update and everything seems to be working now, at least at first look.
  2. Hey guys, Yesterday I bought from the marketplace the Videos plugin I still have an old version of the plugin bought 8 years and available in my AdminCP as an app but disabled. The AdminCP did not allow me to renew it, so I just proceeded to buy it. However, it does not allow me to install it. When I click install, I get this message: An application is already installed that uses the same Application Key, this application cannot be installed unless the other is removed, Well, I do not want to uninstall the old app and install the new version again because I have 620+ records in the DB that I do not like to loose. Please, advise how to solve this. I want to keep my old records and continue manage the app renewals via AdminCP marketplace. Let me know.
  3. I love what you say on the crap stuff! This is how it should be. However, what I meant is that I have more than 2 times less pageviews per day (as measured by Google analytics). Is this expected after this change? How can I investigate what could be the reason for this?
  4. Hello guys, I recently upgraded from 4.6.7 to 4.6.8. I was very excited because of this article: SEO: Improving crawling efficiency I was hoping and expecting that I will have more visits after the upgrade. Actually quite the opposite happened. Approximately 3-4 days after the upgrade, the community visits (pageviews per day in Google Analytics) dropped more than 2 times and they remain like this todate. This is quite a big drop for a small community! After the upgrade I did the following changes in the AdminCP: - System -> SEO -> Crawl Management. I chose: Invision Community optimized - System -> SEO -> SiteMap. I chose: Use recommended settings (it was custom before) I did not touch anything else. I noticed though that there is no robots.txt automatically generated in my community main folder. So, not sure if the recommended settings actually worked. After some reading I found this IPS official guide: SEO - Robots.txt. I noticed this one: "If your community is inside a directory, you will need to apply it to the root of your site manually." My community is located in /my_community/ subfolder. So, I assumed that this will only work if I create a robots.txt manually and put it in the main folder. So, I created this robots.txt and put it in the main folder. User-Agent: * # Block pages with no unique content Disallow: /my_community/startTopic/ Disallow: /my_community/*?do=add Disallow: /my_community/*?do=submit Disallow: /my_community/discover/unread/ Disallow: /my_community/markallread/ Disallow: /my_community/staff/ Disallow: /my_community/online/ Disallow: /my_community/discover/ Disallow: /my_community/leadermy_community/ Disallow: /my_community/search/ Disallow: /my_community/*?advancedSearchForm= Disallow: /my_community/register/ Disallow: /my_community/lostpassword/ Disallow: /my_community/login/ # Block faceted pages and 301 redirect pages Disallow: /my_community/*?sortby= Disallow: /my_community/*?filter= Disallow: /my_community/*?tab=comments Disallow: /my_community/*?do=findComment Disallow: /my_community/*?do=getLastComment Disallow: /my_community/*?do=getNewComment # Block profile pages as these have little unique value, consume a lot of crawl time and contain hundreds of 301 links Disallow: /profile/ # Sitemap URL Sitemap: https://beinsadouno.com/my_community/sitemap.php Some questions for you: 1. How can I further analyze what is the reason for the drop? Any tools, tips or recommendations? Some google tool to use maybe? 2. Are my assumptions above correct? 3. Is the robots.txt syntax above correct? I was not sure if the syntax should be /my_community/startTopic/ or my_community/startTopic/. Did I do it correctly? 4. What changes in my AdminCP would you recommend to make things better? Any other recommendations, tips and ideas? Let me know please.
  5. Hi guys, Can you please let me know where is the announcements feature in the admin panel? I can not seem to be able to find it. I mean this one:
  6. I did not, because I'm still not clear what is making the permissions change that is blocking me to do the steps you guys recommended. This is self-managed VPS, so this makes things a bit harder. Are you guys very sure it is a server/permissions problem and not a software problem? Any recommendations first things to check on the server?
  7. Thank you very much for your reply, @Matt! Can you provide some further guidence for this? Any sample code? Anything I can simply copy/paste + eventually do small modifications to make it work?
  8. Hi guys, I'm trying to create a quote of the day Pages block to show at the home page. I have a Pages database with many quotes already and I'm able to visualize on my home page one quote. However, the block refreshes whenever caching time is over and I want it to refresh the text and pull a random quote one time per 24 hours only. In previous versions of IPS it was possible to control the caching time per block, but now it is not as long as I see. Is this correct? How can I somehow make it refresh only one time per 24 hours / day? Any extra code to put in the template for the block or something? Or any other suggestions to make this work preferably via a block?
  9. @opentype Thank you for your quick answer. This helps a bit. I'm still not fully clear though on these 2 points 1. I guess the other option I have here is to modify the template - superquote_randomquote. In the block I create, I can take it as a basis and modify it a bit. 2. Is it possible to put the caching time for the quote only for 24hours? It was to choose caching time for blocks in previous versions of IPS, but I do not see such an option now. Any workaround for this or further suggestions? This one is pretty critical for me in order to use the plugin as needed on my home page as a Quote of the Day.
  10. Hey @opentype I just got the plugin and I really like it 🙂 Thank you! Few questions if you do not mind. I will be using the plugin mostly as a single quote at my home page. I already have an existing database with quotes. The fields I have are: Title, Content and few more. I created a block to show a quote reading from that database. All works fine but few questions: 1. The block shows the quote title with a nice font as per the settings. However, I do not need to show the quote Title but the quote Content from the database record. Actually I do not need the title at all. How can I fix this? 2. How can I make it that the quote changes one time per day? Like each day at midnight it should change randomly. Let me know please.
  11. I found the code and the template, but not sure where to find and modify the CSS. As far as I can see, I need to modify: .ipsGrid_span9 and, .ipsGrid_span3, to 85% and 15% .ipsApp .ipsGrid > .ipsGrid_span9 { width: 85%; } .ipsApp .ipsGrid > .ipsGrid_span3 { width: 15%; } Can you guide me @opentype where in the admin panel I can find these to modify them?
  12. @opentype I really love the plugin 🙂 Makes my articles section quite nice. Thank you! One question, when I see an individual record, on the left of the avatar there is quite of empty space. I like it in general, but I think it is too much empty space (for my laptop resolution or people with high resolution). Can I somehow control the ratio of this? Like instead of 60% of the space to be for the article itself and then on the left - avatar + empty space, can I change this to 80% of the space to be for the article content? Can I change this somewhere in the code maybe?
  13. @opentypeI'm considering buying the plugin. I have a question though. Can blocks be added to a 2 columns page, like the one at https://invisioncommunity.com/forums/ ? Can I still have the SuperBlocks blocks appear on the left, and I can still have a right column with Latest Blog Posts etc as on the link above?
  14. Well, I did the first step only: Moving everything in File Settings back to /uploads/ and wait for this to finish; ensure all images load correctly However, immediately after I started the process, I got this error in the admin panel: I checked the permissions of uploads/ before starting the process it was: 0777 Immediately after the process started, it seems the permission got changed to 0644 (if I remember correctly., or something not writable starting with 06) and thus the error appeared. I changed quickly the permissions to 0777 and the process continued and finished. The forums overall look good. However, I have 3 pages of system logs that basically say that the script can not create new directories (obviously because of the permission issues) and that some files can not be moved. I plan to move manually the files back from uploads2/ to uploads/ before starting the process again... to ensure there is no loss of files/images etc. So, questions for you @Mark H (or whoever is around and can answer), since this is happening for the second time. 1. Why immediately after the process starts the permissions of the folder (in this cases /uploads/) gets changed from 0777 to not writable and this bugs the process? Is this a bug in the software or some server permission issue maybe? Or something else? How I can ensure that this does not happen again after I do the process again? 2. Why some files did not move? Anything I could do to ensure all files will move? This could lead to potential loss of data when I start the process again, follow the steps and delete the content of uploads/ to ensure all unwanted files are deleted as well. But then I can loose files that are not copied/moved properly. Before I know more about the above 2 questions and there is some kind of plan, I think I should not continue further with doing the process again because I could have the same problem as before. Can you help somehow?
  15. Well, I can not contact the old host because it was self managed service and the server is already killed with all logs in it. So, bad news. But thanks @Miss_B this is a good suggestion. Well, I have 2-3 other scripts as well, and indeed some of them old as well. Any recommendations for any automatic checks. Is there any CentOS antivirus or something you can recommend? @Muddy Boots this article you posted is pretty scary; looks like a pretty major security breach.... I need to investigate this further
  16. If I do this over the weekend, would there be support around to ask for help?
  17. Thank you very very much! :))))))) @Marc Stridgenso, let me ensure I got it correctly. Now I see everything is moved to uploads2 already and the site is working. (BTW I gave 777 permissions to the folder when I created it, but seems somehow it changed later on). Also, I noticed that there are images in multiple places that are not moved, like gallery and some others. Are we sure that such a move will not loose data? Like images? Anyway, as I understand it, because we are not sure if everything was moved correctly (my check confirms as well that not everything was moved), you are suggesting: 1. Moving everything in File Settings back to /uploads/ and wait for this to finish; ensure all images load correctly 2. Empty the content of uploads2 3. Make a backup of uploads before making a second attempt to move 4. Move everything in File Settings back to /uploads2/ (or maybe create a different folder this time?) 5. Wait to finish 6. Empty the content of /uploads/ 7. Moving everything in File Settings to /uploads/ so that we have a fresh folder with just the files/folders we need without any junk 8. Wait to finish 9. Make a backup of uploads again Is this correct understanding and order?
  18. Hi @Marc Stridgen I hear your frustration. And I will be more careful in future. I updated the access details and sent them to you as well. Hope this time it helps. If there is nothing you can do, let me know and I will revert the whole VPS. While I do not have a backup of the site itself (DB + files), I have VPS snapshot. Not ideal, because there are other stuff that will be lost. But let me know if you can fix first. I assume a change of the path in the DB + stopping the cron for moving files will fix the issue. But if not possible to help me, I will use the other option above.
  19. @Marc StridgenThe details on file should be the correct ones; try with Putty or you should be able with Filezilla as well or other SFTP method. Sorry for this and thank you in advance for your support! I hope this will work and we can make the site work again before trying one more time to fix the problem. And next time I will read and follow the instructions more carefully.
  20. @Marc StridgenWell, I was with the impression that I followed the instructions correctly. There was only place where it was possible to change the path in an input box. There were some drop-downs as well but there the uploads2 folder did not appear for some reason. So, I was with the impression I was doing it right. OH, it seems you said to create new one and not changing an existing path? :((( Well, I misunderstood this somehow. Can this be fixed somehow easily? Can you help me revert back the path to make the site working again and then I need to understand better your instructions + do a backup (hopefully not too late.)? Admin section is totally unusable so I can not do this by myself. And I have NO backup. :((((
  21. @Marc Stridgen I did step one (in one place only, where it was giving me an option to enter uploads folder path).... however now the site is completely unusable; CSS unreadable etc. And I did not do a backup actually 😞 In the dashboard it says this: However, uploads2 folder on the server is empty? I do not see anything moving there. Is this normal? Anything I did wrong? How to bring back the site as normal? Should we just return back this parameter to /uploads instead of uploads2? It looks like files are not moving. Can you please have a look at the server and at the admin section?
  22. Well, I have a question though @Daniel F In the tutorial, in section Adding Credentials, it says: Where from AdminCP I should get this value please? I did not find it and this explanation needs clarification in the guide.
  23. Ok. Thank you! I do not plan to move to root at the moment though. In root I have few other scripts and also I'm not sure if I plan to have another front script there in future or not. Thank you! I consider the issue resolved, even though it would be great if Pages can get again official support in future for working outside of the main folder. I plan to keep using it like that at the moment. I hope it does not become a bigger problem in future. Thank you!
  24. I did not uninstall the plugin yet because I'm debating with myself to upgrade it or to use Pages for videos. If I uninstall the plugin it will delete all database tables with all data there as well, right? Yes, I consider this issue resolved. Still would be nice to hear for the question above.
×
×
  • Create New...