vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Quick Nick & Quote in QR (https://vborg.vbsupport.ru/showthread.php?t=99100)

Ig@r 04-27-2006 05:42 PM

That's not going to work for me. I need old functionality as well.
I wanna know how to add new functioanality, not to replace.

Thanks anyway.

akanevsky 04-27-2006 10:37 PM

Then you would use the "Insert Nick" button...

IrPr 12-31-2006 12:24 PM

Nice Mod,
Works on 3.6.4 too

Is it possible to make compatible with Quote Backlink to the quoted post?
i mean
Code:


[QUOTE="IrP;12345"]
w00t
[/QUOTE]

Thank U in advance VS

akanevsky 12-31-2006 12:44 PM

Yes, it's possible, and one day it shall be done.

IrPr 12-31-2006 04:36 PM

Quote:

Originally Posted by Psionic Vision (Post 1148046)
Yes, it's possible, and one day it shall be done.

Thanks, i did it myselft
in vbulletin_textedit.js
Find:
Code:

                this.Insert_Quote = function(username)
and replace with:
Code:

                this.Insert_Quote = function(username, postid)
Find
Code:

                                var new_text = '[QUOTE="' + username + '"]' + this.captured_selection + '[/QUOTE]';
replace with:
Code:

                                var new_text = '[QUOTE="' + username + '\;' + postid + '"]' + this.captured_selection + '[/QUOTE]';
in Postbit and Postbit_Legacy
Find:
Code:

Insert_Quote('$post[username]')
replace with:
Code:

Insert_Quote('$post[username]', '$post[postid]')

akanevsky 12-31-2006 05:39 PM

Quote:

Originally Posted by IrPr (Post 1148143)
Thanks, i did it myselft
in vbulletin_textedit.js
Find:
Code:

                this.Insert_Quote = function(username)
and replace with:
Code:

                this.Insert_Quote = function(username, postid)
Find
Code:

                                var new_text = '';
replace with:
Code:

                                var new_text = '';
in Postbit and Postbit_Legacy
Find:
Code:

Insert_Quote('$post[username]')
replace with:
Code:

Insert_Quote('$post[username]', '$post[postid]')

Yep. :) But when I do it, it'll be backwards compatible with 3.5.

confus 03-14-2007 02:04 AM

I tried installing it, followed the instructions, double checked everything, everything looked right but when I clicked the quick-quote button it simply did nothing

If I selected some text in the quick reply box then clicked the quick-quote button it made the quick reply box tiny

running vB 3.6.5, have no other reply or javascript based hacks

uninstalled :(

akanevsky 03-14-2007 05:41 PM

This is for 3.5.4, so correct functioning with 3.6 is not guaranteed.

AZone 09-16-2007 04:05 PM

Would be nice to have it for 3.6.x as well

ldma 04-30-2008 01:04 PM

Please can somebody do something like this for 3.7?


All times are GMT. The time now is 10:08 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.01897 seconds
  • Memory Usage 1,740KB
  • 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
  • (13)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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