vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Who Quoted Me (https://vborg.vbsupport.ru/showthread.php?t=255285)

FreshFroot 01-29-2011 04:02 AM

That's odd? It says the mod was updated?

Anyone find any new features or bug fixes? Looks like no 3.8 version either?

renlok 01-29-2011 08:22 AM

Yeah I added this

Quote:

27-01-2011: v1.2.0 Added a button in maintenance -> update counters which finds all quotes and adds them to the who quoted me list (So users know who quoted them in all posts not just those made after installing this)
Also Im looking into making a version for vb3 although I've never coded anything for 3 so may take a while

renlok 01-29-2011 10:17 AM

heres the vb3 version https://vborg.vbsupport.ru/showthread.php?t=258001

TTF 02-10-2011 01:16 AM

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

inpico 02-11-2011 01:15 PM

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:

if (preg_match('/\[quote=(.*?)\](.+?)\[\/quote\]/is'$post['message'])) 
{
    
preg_match_all('/\[quote=(.*?)\](.+?)\[\/quote\]/is'$post['message'], $quotematch); 


scott_237 04-06-2011 10:06 PM

Is there any easy way to add this to a custom HTML/PHP block in the sidebar?

bwheelock 04-08-2011 04:46 AM

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.

Phaedrus 04-12-2011 04:13 AM

Tagged, awaiting updates for permissions issues...

scott_237 04-28-2011 02:00 PM

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?

henriof9 09-02-2011 07:46 AM

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.


All times are GMT. The time now is 09:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01087 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete