![]() |
it will add extra query in every thread view?
|
Finally got to test this on a Test VB4.1 board, and I had two people just quote me, but I got no notification and nothing showed up in my usercp.
I checked the settings and I have it enabled with notifications. I am a super admin if that helps you work out the problem. Thanks. |
Quote:
|
it add query in every thread view?
|
Quote:
If not.. then I'll have to port it myself for 3.8 I suppose... Though this one should not be hard to convert to vB3.8. Just some minor changes. |
Also other people only get a notification once. So if you quote them in one thread they get a notification, but then if you quote them later on in that same thread, they won't get a notification.
|
Looks good, but needs some minor fixes and usage for 3.8.
|
Awaiting 3.8.6. version:)
Reason why previous quotes are not showing is because quotes are stored in the post table. It's a bbcode it's not stored anywhere else in the DB. So it's just a bbcode quote of the user. When you install this it manages quotes a step further. |
Quote:
I wonder if the creator is going to put up an update. Seems like he's on daily, but no replies so far. |
Yeah ive been sort of watching the thread but not had any time free after christmas i should be able to do the update and release a 3.8 version
|
Quote:
Sounds great!! Thanks for updating us. And best of holidays :) |
Installed. Hope it works.
|
Best mod!
|
Any new updates yet?
|
sorry I didn't get to this earlier, I'm really busy at the moment but will be free to have a look at it again on the 24th
|
Thanks for letting us know. I'm checking this thread very regularly, as I much need the 3.8 version and quote notifications in navbar notification drop down.
Donation guaranteed. |
Quote:
|
Wishlist: User can take on/off this mod.
|
Well an update should hopefully be coming this week.
|
Updated to v1.2.0
All is working well 4.1.1 |
That's odd? It says the mod was updated?
Anyone find any new features or bug fixes? Looks like no 3.8 version either? |
Yeah I added this
Quote:
|
heres the vb3 version https://vborg.vbsupport.ru/showthread.php?t=258001
|
Installed (nice one!) and seems to be working for most users however I have one person who can't see any quotes.
Also where I clicked on "update who quoted me" a few times stupidly, it's created duplicated of the quotes. What's the best way of removing these duplicates? Thanks |
seems that it doesn't work properly when in quoted Text are Linebreaks ?!
will give in 'Find_Quotes' a try ( instead /i use /is in preg_match... ) PHP Code:
|
Is there any easy way to add this to a custom HTML/PHP block in the sidebar?
|
I thought I saw this issue mention in this thread before, but can you increase the security to check permissions on the section the quote comes form? It doesn't happen often, but every now and then someone will paste a quote into a different section than the one the quote came from, potentially notifying a user they were quoted in an area off-limits to them.
IE: I quoted a regular user in a public thread and pasted the quote in the staff section, and the regular user was notified and it showed the title of the staff thread. Not too huge a deal, but depending on the content and context it could cause problems for people. Edit: Two additional comments: 1.) Seems like I have intermittent load time issues since installing this on our forum the other night. Might be unrelated, as we just pushed out a major forum upgrade on Monday, but I thought I would mention it because I didn't notice it until I added this mod. 2.) I'm anticipating requests from users who don't care to be notified about this sort of thing wanting to disable it, so the ability to disable at least notifications from the user CP would be really cool. |
Tagged, awaiting updates for permissions issues...
|
I've installed this on 4.0.6, it seems to be working for all my other users but for some reason it doesn't work on my account - the administrator account.
Any reason why this should be? |
We have installed vb 4.1.3 but why is it that not all quote appear ?
The Version for vB 3.x.x has worked wonderfully under vb:3.x.x. |
Yeah, same problem here. It doesn't update... WTF: Must fix!
|
The problem lies in the preg_match function. It's incorrect and fails finding quotes when there are line breaks (what I guess) in the post that is being quoted.
I wish I knew regex code well enough, but I don't, so I can only fix this by making an ugly piece of hack without regex that finds the quotes and puts then in an array. I might post it here, but beware it's fugly code. |
I figured it out pretty decently what caused it. It was the first preg_match but also for me I needed /is for case incensitive version.
Replace all the code in the plugin for this mod: Find Quotes Code:
if(preg_match("/\[quote=(.*)\](.*)\[\/quote\]/is", $post['message'])) |
[QUOTE=Swedie;2273791]I figured it out pretty decently what caused it. It was the first preg_match but also for me I needed /is for case incensitive version.
Replace all the code in the plugin for this mod: Find Quotes Code:
if(preg_match("/\[quote=(.*)\](.*)\[\/quote\]/is", $post['message'])) Quote:
|
Let me know when updates, would love to try with out fixing code :D
|
I like it, thanks! The only thing is the quotes in the off-limits areas, but we can be careful not to do any for now. Cheers. :D
|
Is there a way to easily turn this off per user?
|
I think this works MOST of the time, but I'm admin on my forums and I only get notified for a small percentage of the quotes, no all of them. Why is this?
|
Quote:
|
dont show
why? |
All times are GMT. The time now is 07:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|