![]() |
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. |
Then you would use the "Insert Nick" button...
|
Nice Mod,
Works on 3.6.4 too Is it possible to make compatible with Quote Backlink to the quoted post? i mean Code:
|
Yes, it's possible, and one day it shall be done.
|
Quote:
in vbulletin_textedit.js Find: Code:
this.Insert_Quote = function(username) Code:
this.Insert_Quote = function(username, postid) Code:
var new_text = '[QUOTE="' + username + '"]' + this.captured_selection + '[/QUOTE]'; Code:
var new_text = '[QUOTE="' + username + '\;' + postid + '"]' + this.captured_selection + '[/QUOTE]'; Find: Code:
Insert_Quote('$post[username]') Code:
Insert_Quote('$post[username]', '$post[postid]') |
Quote:
|
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 :( |
This is for 3.5.4, so correct functioning with 3.6 is not guaranteed.
|
Would be nice to have it for 3.6.x as well
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|