vb.org Archive

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

Wonksta 01-30-2011 06:42 AM

Quote:

Originally Posted by FreshFroot (Post 2156341)
Alright guys here is an updated version for those that don't want to wait.

Thanks to the OP for making a vB3 version.



EDIT: forgot to add, just upload like you do usually and overwrite.

Also updated it to v1.2.1

If you have problems let me know.

In the mean time I am looking at the ideas I discussed earlier above in other posts.

Thanks but doesn't appear to be notifying or showing anything in UserCP like the original op released...

FreshFroot 01-30-2011 06:43 AM

Also another update.

For those that want to have the quick reply button automatically quote without having to click the "quote message in reply" check box.

PHP Code:

In The SHOWTHREAD template

FIND

<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>

REPLACE it with

<label for="qr_quickreply"><input type="checkbox" checked="checked" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label


FreshFroot 01-30-2011 06:44 AM

Quote:

Originally Posted by Wonksta (Post 2156343)
Thanks but doesn't appear to be notifying or showing anything in UserCP like the original op released...

hmm i tested it now on a live site and it seems to work fine.

Did you go into the settings and enable the mod? vBulletin -> Options -> Who Quoted Me

Make sure it says Yes to enabled.

Wonksta 01-30-2011 06:45 AM

Update: When I set 0 in Usergroup bit it works

So far I have included

Admin
and all my Premium Groups

Wonksta 01-30-2011 06:47 AM

Update 2:

It appears it doesn't work with more then one usergroup

If I set usergroup 6 it works nicely

if i have 6, 10, 11 or 6,10,11

It does not work

Wonksta 01-30-2011 06:50 AM

Update 3:

Issue with it going to the post quoted:

The post I quoted myself in is on page 3 but the URL rendered:

http://www.xxxxx.com/forum/showthrea...230#post195348

Which just loads the first page of the thread :( and does not go to the post

FreshFroot 01-30-2011 06:54 AM

I figured out the usergroup problem.. small mistake..

as for the 2nd part.. I will check that, I didn't recall having issues but ill check.

Wonksta 01-30-2011 06:55 AM

Quote:

Originally Posted by FreshFroot (Post 2156349)
I figured out the usergroup problem.. small mistake..

as for the 2nd part.. I will check that, I didn't recall having issues but ill check.

You the MAN!!!!!!!!!!!!

FreshFroot 01-30-2011 07:45 AM

Okay try again here: https://vborg.vbsupport.ru/showpost....1&postcount=30

I fixed the usergroup problem.

As for the 2nd one I couldn't replicate it.

Wonksta 01-30-2011 07:54 AM

Mate Usergroups are fixed however the other problem still happens. I did figure out what works though:

Instead of:

/forum/showthread.php?t=11230#post195382

Like this:
/forum/showthread.php?p=195382#post195382

OR EVEN:
/forum/showthread.php?p=195382

But I don't have the knowledge I to fix it, the other mod that uses the above method of taking the user to the exact post is the Dragon Byte Advanced User Tagging system that uses the p= thing instead of t= and works nicely


All times are GMT. The time now is 04:34 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
  • Page Generation 0.01301 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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