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. Here we go: mysql> DESCRIBE advancedtagsprefixes_node_settings; +------------------+---------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------------+---------------------+------+-----+---------+----------------+ | id | bigint(20) unsigned | NO | PRI | NULL | auto_increment | | node_app | varchar(32) | NO | MUL | | | | node_type | varchar(32) | NO | | | | | node_id | bigint(20) | NO | | 0 | | | require_prefix | tinyint(4) | YES | | 0 | | | default_prefix | varchar(255) | YES | | NULL | | | default_tags | mediumtext | YES | | NULL | | | tag_mode | varchar(255) | YES | | inherit | | | allowed_prefixes | mediumtext | YES | | NULL | | | tag_min | int(11) | YES | | -1 | | | tag_max | int(11) | YES | | -1 | | +------------------+---------------------+------+-----+---------+----------------+ 11 rows in set (0.00 sec)
  2. @Ryan H. I also think it is an IPS issue, but you know how that their first line of defense is to blame the third-party app. Anyway, yes, it only complains when I run the support tool. I ran the query on my database, but the support tool keeps complaining about this. it is a very minor issue, but annoying nonetheless. Tell me the exact queries you want me to run and I will do it. Thanks.
  3. Nope. Never updated it. Let me know if you need admin/FTP access to our system.
  4. Hi, Running IPS 4.1.6.1 here. When we run the support routine (Settings > Support), it says we need to run a few queries. We run them, but the routine keeps complaining that there is something wrong. I contacted IPS's support department, but they said since this error is related to a third-party app, I needed to contact the developer directly. Note: the security module IPS uses here prevents me from posting the queries inside this post, so I attached a screenshot of them. Gabriel.
  5. With proxy (HOLA) it still shows me the results in English. So it is not triggered by my IP address...
  6. @DawPi my users are saying that for them the results are in Portuguese. I will make a test here using a proxy/VPN setting to simulate I am in Brazil to see what happens. Thanks.
  7. PS2: Google may detect my country, OS language, and browser language and display the results in English (as I am not in Brazil and my OS/browser are in English), even if I configure the language to Portuguese. Just a conjecture of what may be happening.
  8. Excellent plugin. Installed and working. But I still have some adjustments. The results are showing in English instead of the language I configured (Portuguese). See screenshots. PS: http://forum.clubedohardware.com.br
  9. @sto2000 Was my bug tracker deleted? I can't find it. Found another bug. If I disable your application, the 'queue' task gives an error: PHP Fatal error: Call to undefined method IPS\Member::bouncerHardBounce() in /#######/applications/bouncer/extensions/core/Queue/ProcessRejects.php on line 73 So, the background task your app adds doesn't check if the app is actually enabled or disabled...
  10. @stoo2000Opened a ticket on your bug tracker. I hope I did the right thing (opening there instead of posting here). Thanks.
  11. Quick feedback. You are probabily already aware of this. The prefixes are not displayed on the sidebar widget. See screenshots to understand.
  12. @Mike John I am creating an account for you and sending you a PM with the credentials. The plugin is disabled at the moment because of the issue, so you will have to enable it first. Many thanks.
  13. Hi @stoo2000 We have a community with half million users that is online for almost 20 years. 70,000 users represents only 0.15% of our community... It is far from being a large number (in our case). Thanks for telling me how to import our old data.
  14. @sto2000 Hi, I decided to give Mandrill a shot. Since it gives me 2,000 free email sends, I think I can test it for a couple of days to see the email volume we generate. I've just bought your app, I think it is a good investment, even if just for trying it out. I have an interesting question. I have a list of users who have broken emails from a previous tool I was using before with 3.4.x (https://community.invisionpower.com/files/file/6846-sd-outdate-emails/). The structure of this other tools is as follows: mysql> describe sd_outdate_emails; +----------------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------------------+--------------+------+-----+---------+----------------+ | outdate_id | int(11) | NO | PRI | NULL | auto_increment | | outdate_member_id | mediumint(9) | NO | | NULL | | | outdate_member_email | varchar(255) | NO | | NULL | | | outdate_time | int(11) | NO | | NULL | | | outdate_set_member | mediumint(9) | NO | | NULL | | | outdate_ip_address | varchar(46) | NO | | NULL | | +----------------------+--------------+------+-----+---------+----------------+ This table has over 70,000 records (all hard bounces), so if I could import them it would be super, as it would save us time, bandwidth, and money with Mandrill! I see your structure uses core_members with three rows: | bouncer_disabled | tinyint(1) | NO | MUL | 0 | | | bouncer_warning | tinyint(1) | NO | MUL | 0 | | | bouncer_spam | tinyint(1) | NO | MUL | 0 | | Please advise if all I need to do is to set bouncer_disabled to 1 on the records of members that match my old tool. I will leave this here also as a suggestion for you to add a conversion script for users like myself upgrading from this other tool. Thank you in advance, Gabriel.
  15. Ok, meanwhile, it would be possible for you to tell me which file I need to edit to fix the language issue?
  16. Everything is working fine now. Thank you so much for going the extra mile and provide an outstanding support!
  17. Thank you for going the extra mile and providing an outstanding support.
  18. Adriano, 1. the by/By issue was fixed by editing the membernotes > widgets > memberNotes template. Thank you very much! 2. thank you for detecting where the issue is located. You rock!
  19. @stoo2000 thanks for bringing this outstanding app for 4.1.x. It is a shame that the developer of the Classifieds app abandoned it. I installed it successfully, and it imported all data we have from 3.4.x, which is fantastic. Anyway, I have a few very simple questions. 1. There is one word I can't find where to translate it. See attached screenshot. If you could tell me the word key for it I'd appreciate it. 2. How to make the qualifications to show up at the user's posts (i.e., below his/her avatar)? 3. Where/how the user can leave feedback? Thank you in advance.
  20. @Adriano Faria Regarding my issue #1 above, you are incorrect. The template membernotes > widgets > memberNotes uses the word "By" as follows: <span class='ipsType_light ipsType_small'>{lang="By"} {$giver->link()|raw}, {datetime="$note['note_date']"}</span> Note the {lang="By"} That is showing up in English, not Portuguese for some reason. Please refer to the result of the MySQL query posted above. Regarding issue #2, I still don't see the "note counter" on posts or on the hover card. I have "can view notes" enabled for my usergroup. If you could take a look at that using the credentials I supplies I'd appreciate. Here is a link to a topic where you can check this out, as the topic starter has several notes and the counter should have been there. http://forum.clubedohardware.com.br/topic/1140038-sugest%C3%A3o-teste-de-fontes-mais-vendidas-atualmente/
  21. @Adriano Faria I will dig deeper regarding the first issue later. As for the second issue, modcp_members_notes is present. In the modcp it shows up correctly. Note that the issue is not only on the hover card; it is not also showing up below the user's avatar on his posts as it should. I've just checked and all permissions are correctly enabled.
  22. Hi @Adriano Faria! This one is working fine and it was able to correctly import old notes from IPB 3.4.x, which is great. I am facing a couple of silly layout issues, which you can see in the attached screenshot. 1) I am not able to translate the "By" phrase. I've tried everything... See below. (lang_id 1 = English; 2 = Portuguese) mysql> SELECT * FROM core_sys_lang_words WHERE word_default = 'By'; +---------+---------+----------+----------+--------------+-------------+----------------------+---------------------+---------+-------------+-------------+------------+ | word_id | lang_id | word_app | word_key | word_default | word_custom | word_default_version | word_custom_version | word_js | word_export | word_plugin | word_theme | +---------+---------+----------+----------+--------------+-------------+----------------------+---------------------+---------+-------------+-------------+------------+ | 6912 | 1 | core | by | By | NULL | 101016 | NULL | 0 | 1 | NULL | NULL | | 17938 | 2 | core | by | By | Por | 101016 | 101019 | 0 | 1 | NULL | NULL | +---------+---------+----------+----------+--------------+-------------+----------------------+---------------------+---------+-------------+-------------+------------+ 2 rows in set (0.00 sec) 2. I am not able to view the number of notes on the member's profile, neither on the hover card (shown in the screenshot) nor on the posts. Please advise! Thanks!
  23. Hi, I tried that and it didn't work. I will provide you with ACP details. Sending you a PM.
×
×
  • Create New...