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

Posts posted by Gabriel Torres

  1. @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.

  2. 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.

    issue1.png

  3. 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.

  4. @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...
     

  5. @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.

  6. @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.

    cdh-feedback-positive.png

  7. @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/

  8. @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.

  9. 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!

    cdh-notes-error.png

  10. @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.

×
×
  • Create New...