The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iQuote vB3 - Fast & Easy Text Quoting Details »» | |||||||||||||||||||||||||||||||
New version (1.1) released 3/23/2011: added support for social groups.
This is a vBulletin 3 implementation of the following mod: https://vborg.vbsupport.ru/showthread.php?t=248504 It allows users to quickly quote selected parts of a post inline. Simply highlight some text, and the quote option will appear. As of v1.1, social groups are also supported, but the quoting will only work properly if you have this template mod installed. On my board, this is one of my users' favorite features! Note: this requires quick reply to be on and your showthread template must have the $template_hook['showthread_after_activeusers'] hook! To check if the mod is working, view the page of any showthread page and search for 'iquote'. If there are no matches, then the template hook isn't there. Installation instructions are provided in the zip. Enjoy! Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
5 благодарности(ей) от: | ||
karabaja3, magic77, vijayninel, xorex |
Comments |
#52
|
||||
|
||||
Many thanks for suggestion. I have made the modification and minified the file. Only uploading the file (minified) from the previous version over last version worked.
For who is lazy and want the file already edited so after citation page to be repositioned over the quick reply box can use attached file. Best regards and thank you for a great great mod. It should be developed further to be able to quote that text in a PM / email or maybe even in social media. Nice way to interact with content. I will keep an eye here and vote all stars and nominate it too. This should be standard in vb NOTE: Dont forget to change extension of saved file to .js (I cant upload js file to vb)! |
#53
|
||||
|
||||
The members of "my" forum LOVE that addon. They also wanted to have this function in the 'newreply' page with the Advanced Editor. Fortunately the Javascript file was greatly documented. It took me hours, but I've succeed to do it
Thanks again Imedic to convert this hack to vB 3 ! P.S :
|
Благодарность от: | ||
mk craig 42 |
#54
|
|||
|
|||
FYI version 1.1 in the original post supports social groups, but I've lost the non-minified file and will have to go looking for it.
I'd very much like to add the functionality for PMs as well. |
#55
|
|||
|
|||
it works well but in chrome when u click the instant quote while the quoted text enters into quick reply the popup stays there and doesnt vanish
edit. it also quotes singatures and if someone has quoted someone else in a post and u quote the quoted text it inserts the quote username wrong |
#56
|
|||
|
|||
Everything works great however, it doesn't display the name
for example, it does this when I click it: HTML Code:
[quote]=;2333]This is my quoted text[/quote] HTML Code:
[quote=Craig;2333]This is my quoted text[/quote] PHP Code:
|
#57
|
||||
|
||||
I would check your postbit or postbit_legacy template- actually try it on a complete default style and see if you have the same problem or not.
|
Благодарность от: | ||
mk craig 42 |
#58
|
|||
|
|||
Quote:
It's because I have Username Images installed, so I was testing this on myself, where I have a username image & it's not fetching my username.. I logged on today and tried on someone who doesn't have a username image, and it worked perfectly... Any ideas of a fix to that, here is that section on my postbit_legacy PHP Code:
|
#59
|
||||
|
||||
I don't know if it would work but I'd try this...
change this code: Code:
<if condition="$post['field5']"><img src="$post[field5]" max-width="170" max-height="30" border="0"/></a> <else />$post[musername]</a></if> Code:
<if condition="$post['field5']"><img src="$post[field5]" max-width="170" max-height="30" border="0"/><span style="display:none;">$post[musername]</span></a><else />$post[musername]</a></if> |
#60
|
|||
|
|||
Quote:
|
Благодарность от: | ||
BirdOPrey5 |
#61
|
||||
|
||||
Does anyone know how to disable usage in the latest post?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|