Chetan105 Posted December 7, 2011 Posted December 7, 2011 Works after the below for old members and new ones too. Setup your default notifications @ ACP->Members->Notification Defaults and then run this query in ACP->Support->SQL Toolbox (backup first):update ibf_members set members_cache = ''[/CODE] If you want them to receive the notification immediate, in ACP->Support->SQL Toolbox (backup first): [CODE]update ibf_members set auto_track = 'immediate'
Digityman Posted December 8, 2011 Posted December 8, 2011 Small problem. I receive my email saying "Someone mentioned you" however the link to go to the post is wrong. For example: This was the link in the email ---> "http://www.hockeyblogs.net/index.php?/topic/page__findpost__7687-briere-injured/" But this is what it actually is and should be ----> "http://www.hockeyblogs.net/index.php?/topic/2990-briere-injured/page__view__findpost__p__7687" Is it this mods issue or IP's ?
Pavulon87 Posted December 8, 2011 Author Posted December 8, 2011 Small problem. I receive my email saying "Someone mentioned you" however the link to go to the post is wrong. Try the new version. Should be fixed.
Digityman Posted December 9, 2011 Posted December 9, 2011 Try the new version. Should be fixed. Thank you. All set.
Richard.C Posted December 12, 2011 Posted December 12, 2011 Hi, I have just updated to the latest version and changed from '@' to '#' in the ACP settings. I now have this in the member's profile section I tried changing back to '@' but the link in the member's profile didn't correct itself. I did all the re-caching stuff and it also didn't change. One thought I had was to maybe change the link from '@mention' to 'Mention Me' which would remove the need for having to change the character in the link. please advise if there is a fix available or whether I need to rebuild anything else, cheers Richard
Pavulon87 Posted December 12, 2011 Author Posted December 12, 2011 You could change this in: ACP > Look & Feel > Manage Languages > Your Language > Find: mention_link > New Value But then can occur the error "Can not translate protected language pack" if you are using default "English (USA)" language. Did you tried to reinstall hook?
Richard.C Posted December 12, 2011 Posted December 12, 2011 Did you tried to reinstall hook? no, I over wrote the files. I will try removing then reinstalling and report back as soon as I have :)
spyngamerman Posted December 14, 2011 Posted December 14, 2011 @S_999 doesnt work for me but other then that works great :D
GodDon Posted December 18, 2011 Posted December 18, 2011 im not good with queries...update ibf_members set members_cache = ''[/CODE] or [CODE]UPDATE members SET members_cache = '' to send all notifcations back to the default, im supposed to run that query but we get an error saying that table doesnt exist .... can anyone help? :/
Richard.C Posted December 18, 2011 Posted December 18, 2011 no, I over wrote the files. I will try removing then reinstalling and report back as soon as I have :smile: reinstalled and working fine :)
Pavulon87 Posted December 18, 2011 Author Posted December 18, 2011 update ibf_members set members_cache = ''[/CODE] or [CODE]UPDATE members SET members_cache = '' There is no difference whether this will update or UPDATE (set/SET) but you have to add table prefix before the "members". Prefix is saved in file conf_global.php in $INFO['sql_tbl_prefix'] UPDATE PREFIXmembers SET members_cache = ''[/code] You may also use http://community.invisionpower.com/topic/352617-download-mt32synch-me/ , but have not tested this.
GodDon Posted December 18, 2011 Posted December 18, 2011 ah thank you! i found the correct prefix. also that hook is kinda cool too, but i chose the ACP route
Pavulon87 Posted January 2, 2012 Author Posted January 2, 2012 Can you make mentions appear also in statuses? It would require a rewrite of the hook, add new files, settings and translations and I do not think that more people would be interested in this.
clearvision Posted January 9, 2012 Posted January 9, 2012 Just bought and installed this. Nice, clean functionality. Am upgrading a site and we used to do this thing with a special code in posts and then a search call to find them (yech). Seems to work great with first post, but if I notice I typed wrong name and go to edit it or I realize I forgot someone and edit, the mentions are not processed. I really like the feedback if they post and name is not found, it does not convert to member link. But then I can't do anything about it because it does not seem to process when post is edited? Can this be added or am I doing something wrong?
Pavulon87 Posted January 9, 2012 Author Posted January 9, 2012 I think I can add option to send notifications after post edit, but only when option "Parse names?" is enabled, otherwise notifications might be sent after every post edit.
Richard.C Posted January 9, 2012 Posted January 9, 2012 we really like this hook and have been using on our DEV site without issues for some time now. However, we have found a couple of things on our live site: #mention does not work if the reply contains a quote #mention does not work 100% of the time, we suspect that this is due to our server's response being slow when the topic is submitted, causing the member look up to not complete (this is only a guess) is there a way to force the topic to wait until the server responds with a valid name, before the topic is posted? - it's just an idea, ideally we need a faster server response but I can imagine on boards with several thousand members to look up, that this may become an issue for them also. Its not a deal breaker if the above cannot be addressed, its just some observations for you to consider regards Richard
clearvision Posted January 9, 2012 Posted January 9, 2012 I think I can add option to send notifications after post edit, but only when option "Parse names?" is enabled, otherwise notifications might be sent after every post edit. Yes. I understand that part. That probably works for most wanting this as you see the name conversion going on in the post and then know to edit any that did not convert or add some. Perfect for us.
Pavulon87 Posted January 9, 2012 Author Posted January 9, 2012 Richard, could you tell me more about that problems? Because I cannot reproduce that. Mention doesn't work everytime when reply contains a quote or only sometimes? Do the names are parsed? Is there any error when topic is submitted? Is there a problem with replies or only with topics? This happens where there is more than one mention or it doesn't matter?
il padrino corleone Posted January 10, 2012 Posted January 10, 2012 This is a beautiful hook, mate. Thanks much.
Satola Posted January 27, 2012 Posted January 27, 2012 i installed it but not working with Arabic name (right to left language) could you fix it plz
Pavulon87 Posted January 28, 2012 Author Posted January 28, 2012 Hello. How does this look in your language? Maybe there are a special chars in usernames? This hook should works with RTL(right to left language). I just changed English language to RTL and everything looks ok.
Satola Posted January 28, 2012 Posted January 28, 2012 nothing special the nickname like this فيصل@ and this mod only work when i click @mention only with english too
Gabri Posted January 31, 2012 Posted January 31, 2012 Hi, is possible to active the IPD Notification for all users? In my IPB the "my sttings" of every user appear to be not cecked for the hook :(
scorpion23 Posted February 2, 2012 Posted February 2, 2012 There is a bug in the new version. If reply contain emoticon and the user edit it, the emoticon will not parsed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.