Jump to content

Gabriel Torres

Clients
  • Posts

    1,748
  • Joined

  • Last visited

  • 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 Gabriel Torres

  1. @Adriano Faria that indeed solved the issue of duplicate phrases, but now I get messages like "[[Template core/global/plugins/memberAwayGlobalWarn does not exist. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]" This is happening probably because I tried to remove the plugin, and it is seems part of it was removed. If I try to uninstall it, I get: This webpage is not available ERR_CONTENT_DECODING_FAILED The webpage at (hidden) might be temporarily down or it may have moved permanently to a new web address. I tried to upgrade it with itself, but then I get a 500 error. I wonder if there is a way to force this plugin to be removed or a manual way to get rid of it, as right now my only option is to disable it... Thanks.
  2. Thanks for the help! I will try and let you know what happens!
  3. @Adriano Faria here is the thing I am stuck at the moment with this plugin. I need to uninstall it and install it again, but I am stuck. The maximum I could do was to disable it. If I try to uninstall it, the page goes blank. So I guess I would need to force its removal or do a manual removal, but I don't know how to do it. Or, I could simply leave it installed and manually delete the duplicate phrases. I don't know how to do it. In fact, I asked you to tell me how to do this manually, but instead you provided us with a new version. I know that you wanted to help me out, however due to the issue I described, I believe it is better to simply delete the duplicate phrases. Can you help me? Thanks.
  4. Hi, I've just bought this plugin but it doesn't work correctly. When I click on "Add Reply", it starts displaying a pop-up/modal screen and then suddently I am redirected to my profile page. Please advise.
  5. @Adriano Faria Here is the thing, and I hope you will understand my feedback. If I simply upgrade the plugin, the duplicate language strings are still present. So I assume that I have to uninstall the old version and install the new version. However, the install/uninstall process of this plugin takes forever, eventually giving a server timeout. This happens because the install/uninstall script creates new rows at the core_members table.This works fine for small forums, but on a big forums like ours, with half million users, this is simply not the best way to do it. Any addition or removal of new rows to the core_members table on a forums with 500.000 records will take several minutes. A more intelligent solution, IMHO, is to create a new table with the data you want. The creation/removal of this table would be very fast, and this table would take up much less space on the database as well, since there won't be too many users using this feature at the same time, and this table would hold data only for the users that have the member away feature enabled. If the member_id is not in this table, this means the user doesn't have this feature enabled. BTW. This is an issue with several of your plugins. I don't want to play down the importance of all your plugins, but usually they are tested at your side on a forum that doesn't have too many users/topics/posts and they work fine, so you are not able to see the issue I am talking about. So, in summary, I am stuck, as I can't remove the plugin, as the uninstaller times out probably while trying to DROP the rows it added. I don't know if it would be safe to manually drop those via command shell and then try to uninstall.
  6. @Adriano Faria please provide me with a query that I can run here, I have no clue about the new database structure... Thanks
  7. @Adriano Faria I am having a silly issue with the new version of this plugin for 4.1.x. See attached screenshot. A couple of language bits are duplicated with uppercase/lowercase. As you can see from the screenshot, even if I fill the contents of both of them and save, one of them doesn't save, so I end up with English phrases at the front-end, even though theoretically the phrases are translated. I don't know how to solve this. Thanks.
  8. Hi. I loved the idea of this plugin. However, I don't use Mandrill as of yet. So, I have two questions: 1. Do you know of a plugin to handle bounces through IMAP/POP3, as we run our own servers? 2. If that doesn't exist, I can even consider moving to Mandrill just to automate this whole process. However, I have no idea of how much that would cost me because I don't know who many emails per month goes out of our current server, so it is a little bit tricky to budget this functionality. Since you have way more experience managing large forums, any input about this would be highly appreciated.
  9. Sorry, I haven't see that Kirito is already managing a topic that has exactly what I was looking for... Therefore I am moving the discussion there: http://community.invisionpower.com/topic/397051-pagespeed-web-server-module/ Admin/moderators can even delete this topic if they want. Thanks.
  10. Had to disable defer_javascript today... A few users complaining that JavaScript-based features were not working for them (but working just fine for me).
  11. After playing with this for a couple of hours, here is my current configuration: pagespeed EnableFilters defer_javascript,collapse_whitespace,combine_css,combine_javascript,elide_attributes,extend_cache,remove_comments,insert_dns_prefetch,lazyload_images,inline_javascript,local_storage_cache,outline_css,outline_javascript,prioritize_critical_css,rewrite_css,rewrite_javascript,rewrite_style_attributes,trim_urls; The option that gives the best result is defer_javascript. Especially on our forums, where we have several advertising banners running, this made the page load first, and then the banners. Fantastic results. However, this option generates a conflict with the >Lazyloader hook, and the images are shown as broken The solution was very easy: I disabled this hook and enabled the integrated lazy loader (lazyload_images). Additional comments and suggestions are more than welcome.
  12. Hi, Following Dmacleo's advice, I installed ngx_pagespeed. Now I am stuck with how to configure it... There are too many options! http://ngxpagespeed.com/ngx_pagespeed_example/ Any suggestions of the options that will improve IPB load time and won't generate any kind of issue? Thanks, Gabriel.
  13. Ops, yes, you are right... This was something I was playing with six months ago, now I remember... Sorry for bothering you and thanks for the clarification!
  14. Hi, stoo2000, There is a conflict with this module and Classifieds as explained below through my message exchange with Andy (Classifieds' developer):
  15. Ok, I hope you can change that in the future. Thanks.
  16. Great. I've just upgraded, it is working like a charm. Thank you so much for taking my suggestions into consideration. However, I didn't understand your instructions for my question above:
  17. I noticed that and removed my previous message... Thanks for the prompt reply, and thank you for your hard work. I have a couple of suggestions, if I may. 1. On the user profile, on the table that list all transactions, each message ("note") has a link to the original topic that relates to the transaction. This is great. However, the link uses the regular index.php?showtopic=xxxxx format; I'd change that to include SEO, which is pretty easy to implement. 2. When you click on the "leave feedback" button on the classifieds page of a given product, you need to enter the link of the product manually on the form that shows up on the next page. Why the system simply doesn't carry over the item number and fills this field automatically for me? (I am using the Classifieds app and I am assuming the user will leave feedback to that particular product/transaction). Once again, thank you very much. Gabriel
  18. Re: N/A Hardcoded in: sources/cache.php and in: xml/feedback_root_templates.xml (3 times, i.e., profilePage, topMembers, and userPaneFeedback templates) Thanks.
  19. Kudos for having the iTrader converter in place. This saved me a lot of time, as I didn't have to write my own converter! However, the user profile rebuild was hardcoded to 50 profiles per batch. With a forum with almost 450,000 users, that would take us days to finish. Edited modules_admin/tools/rebuild.php and changed: public $perCycle = 50; to public $perCycle = 500; Suggestion for the next verion: this value to be configurable from inside the ACP. Thanks for the great work.
  20. Hi, found a word that may be hardcoded in the source code. * The word "N/A" at the user's profile Please refer to the attached file. Please let me know the files and lines to edit. Thanks.
  21. Typo: feedback_left Your feedback has been left on the users profile. Should be: feedback_left Your feedback has been left on the user's profile.
×
×
  • Create New...