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)

renlok 12-14-2010 10:00 PM

Who Quoted Me
 
1 Attachment(s)
In the user control panel, users can now see a list of the last few people who have quoted them.
This is a great way to encourage users to interact with each other as they can easily keep track of conversations within threads.


Based off https://vborg.vbsupport.ru/showthread.php?t=103768

Change log:
15-12-2010: v1.0.0 initial release
16-12-2010: v1.1.0 Added admin settings and notifications about new quotes
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)

If you use this i would really appreciate any small donation


If you want The who quoted me list to have its own page download wqm_Page.zip upload the wqm.php file, install the plugin and in the plugin manager open up the Add to notifications list plugin find
PHP Code:

usercp.php 

and replace with
PHP Code:

wqm.php 


Dr.osamA 12-15-2010 10:17 PM

thank you

good work

installed + rated 5 stars

edit:not shwoing anything in usercp !!!

Alfa1 12-15-2010 10:45 PM

Please add notifications for new quotes.

Could you please make a vb 3.8 version?

CRDeveloper 12-15-2010 11:12 PM

Quote:

Originally Posted by Dr.osamA (Post 2134498)
thank you

good work

installed + rated 5 stars

edit:not shwoing anything in usercp !!!

I guess that there is not settings at all, or really not showing??

Installed on 4.1.0

sempoi 12-15-2010 11:27 PM

Quote:

Originally Posted by Dr.osamA (Post 2134498)
thank you

good work

installed + rated 5 stars

edit:not shwoing anything in usercp !!!

yup! same for me... not showing anything..

OldSchoolDSL 12-15-2010 11:28 PM

Installed

4.1 PL2

Now sure if it's working... Do not see anyone quoted me or not. No errors though.

Dr.osamA 12-15-2010 11:30 PM

Quote:

Originally Posted by CRDeveloper (Post 2134518)
I guess that there is not settings at all, or really not showing??

Installed on 4.1.0

i discovered that not shwing just for me but for users showing normaly

i try to fix it

ther are no options for this MOd sir i know that NO sittings

thank you

OldSchoolDSL 12-15-2010 11:38 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2134527)
Installed

4.1 PL2

Now sure if it's working... Do not see anyone quoted me or not. No errors though.

Works.

I had to rebuild my themes, which made sense as this does add to the themes...

Admin CP > Maintenance > Update Counters > Rebuild Styles

This caused my "User Control Panel "to look all "funky".

But I had a MOD do this once before (long ago) and it's simple to fix...

Admin CP > vBulletin CMS > Clear CMS Cache > Verify and Repair Node Table

Works.

Hornstar 12-15-2010 11:57 PM

Quote:

Originally Posted by Alfa1 (Post 2134509)
Please add notifications for new quotes.

Could you please make a vb 3.8 version?

I was just about to ask the same thing :)

Notifications would really be golden in getting more interactivity going with the community.

And a 3.8 version would really be nice ^^

renlok 12-16-2010 12:14 AM

Yeah ok Ill have a look at it again tomorrow try sort out the errors and add notifications.

Also Ill see how easy it will be to make a version for 3.8

Hornstar 12-16-2010 03:02 AM

Good luck :) it will be very exciting if you can do it ^^

literatestylish 12-16-2010 06:14 AM

Isn't working for me...

renlok 12-16-2010 09:49 AM

updated also now it rebuilds the styles on install so hopefully it should work properly

dartho 12-16-2010 10:39 AM

very cool ...

toneee 12-16-2010 10:51 AM

i get this error.

Quote:

Database error in vBulletin 4.1.0:

Invalid SQL:

ALTER TABLE vb_quotedatanew ADD `hasseen` int(1) NOT NULL default '0';

MySQL Error : Table 'ech22950_vbulletin.vb_quotedatanew' doesn't exist
Error Number : 1146
Request Date : Thursday, December 16th 2010 @ 07:51:01 AM
Error Date : Thursday, December 16th 2010 @ 07:51:01 AM
Script : http://echild.net.au/forum/admincp/p...=productimport
Referrer : http://echild.net.au/forum/admincp/p...?do=productadd
IP Address : 110.174.41.244
Username : anfcore
Classname : vB_Database
MySQL Version : 5.0.91-community-log

Juggernaut 12-16-2010 11:51 AM

It's working good, but I still get no notifications.

renlok 12-16-2010 12:27 PM

It only shows quotes for new posts it doesn't go and check all the old posts

Leica.Robbiani 12-16-2010 02:28 PM

Quote:

Originally Posted by toneee (Post 2134768)
i get this error.

Also for me ...

OldSchoolDSL 12-16-2010 03:18 PM

Quote:

Originally Posted by toneee (Post 2134768)
i get this error.

Seems to be an error if no one quoted you. The update seems to be "open ended" and thus you're forum is expecting to find a quote, but isn't getting one. Quote yourself and see if this corrects this.

I wonder if quotes in this mod go away after "X" amount of time. If so, then I would suspect this error will continue.

(I'm not the developer, but do want to see this Mod be successful. I've always wanted to know who's quoted me on a busy forum & from a staff point of view, that can be very helpful)

Leica.Robbiani 12-16-2010 04:47 PM

Hi there,

Quote:

Originally Posted by OldSchoolDSL (Post 2134858)
Seems to be an error if no one quoted you.

I get this error during the installation process in the ACP. Maybe the database table should be created at first, then doing the other things with this table while installing.

Best regards

L.R.

OldSchoolDSL 12-16-2010 05:05 PM

Quote:

Originally Posted by Leica.Robbiani (Post 2134901)
Hi there,


I get this error during the installation process in the ACP. Maybe the database table should be created at first, then doing the other things with this table while installing.

Best regards

L.R.

I hope the developer fixes this. The 1st version was a little hard to get working right away, but I did get it to work. Have not installed the update.

renlok 12-16-2010 07:04 PM

The new update has fixed the install error with v1.1

Juggernaut 12-16-2010 10:38 PM

I've tested it with new quotes, and it's not working with them either, will install todays second update to see if it works with this one ;)

Edit: My bad, I didn't see that there was and acp option now, everything is working perfect :D

Dr.osamA 12-16-2010 10:59 PM

thank you for update

can i add transletion to Arabik here plzzz ?

tafreeh 12-16-2010 11:52 PM

Suggestion: can you please add an instant notification,whenever someone get quoted.

Juggernaut 12-17-2010 12:17 AM

Quote:

Originally Posted by tafreeh (Post 2135084)
Suggestion: can you please add an instant notification,whenever someone get quoted.

It's already there, you just have to enable it in the admin cp :D

Alfa1 12-17-2010 01:21 AM

Quote:

Originally Posted by renlok (Post 2134553)
Yeah ok Ill have a look at it again tomorrow try sort out the errors and add notifications.

Also Ill see how easy it will be to make a version for 3.8

Great news there!

OldSchoolDSL 12-17-2010 01:53 AM

Installed the update

4.1 PL2 all is working.

Nice touch on adding the adminpc option

literatestylish 12-17-2010 02:33 AM

Anyone figure out how to move the "who quoted me" to above where Subscribed threads are?

Hornstar 12-17-2010 03:57 AM

Wow that was a quick update. Very nice there :)

toneee 12-17-2010 05:02 AM

Works perfect now so greatful!

Wonksta 12-17-2010 08:28 AM

Awww bummer any luck of a 3.8.6 version this was exactly what I needed :(

renlok 12-17-2010 09:42 AM

Quote:

Originally Posted by literatestylish (Post 2135155)
Anyone figure out how to move the "who quoted me" to above where Subscribed threads are?

sure in the Load Quotes plugin change usercp_main_pos4 to usercp_main_pos2

mohammad6006 12-17-2010 11:35 AM

dont work in 4.0.6 ?

i install and dont show anything?

mohammad6006 12-17-2010 11:39 AM

sorry i see usercp and mod work good and not have any problem

tanks for good mod

OldSchoolDSL 12-17-2010 12:53 PM

Updated and loving the new navtab

Working flawlessly on 4.1 PL2

Nominated Mod of The Month (my community is enjoy this)

Leica.Robbiani 12-17-2010 01:11 PM

Hi there,

it seems, it works only for posts written after installing the mod (vB 4.0.6). In my opinion this must be fixed.

Best regards

L.R.

War.Frog 12-17-2010 01:11 PM

Installed and seems to work except on my own account. When I quote myself with another userID, I don't get a notification.

Is there something funny about Superadmins with this?

literatestylish 12-17-2010 04:14 PM

Quote:

Originally Posted by renlok (Post 2135289)
sure in the Load Quotes plugin change usercp_main_pos4 to usercp_main_pos2

Perfect! Thanks a ton. Good mod.

OldSchoolDSL 12-18-2010 03:27 PM

Anyone know how to get this to work with vBulletin Blogs?


All times are GMT. The time now is 05:22 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.01329 seconds
  • Memory Usage 1,817KB
  • 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
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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