vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - WoG - Quick Selective Quoting (https://vborg.vbsupport.ru/showthread.php?t=195266)

ejbreeze 12-20-2008 09:21 PM

Thanks for the upgrade. Does this fix the problem of adding a second qoute above the first in the message box?

WoGuziczek 12-21-2008 08:26 AM

Ahh... I forgot :/
Think of it. Thanks

drsli 12-21-2008 10:10 AM

Thank you very much for the excellent support! :) Now my Safari-users will be happy - it works perfectly now within this browser too!

tidefans 12-21-2008 10:51 AM

I have installed this. However, the code does not execute for me. even when I insert it manually, the script is not in the source code on the resulting page.

Any thoughts on what is going wrong here??

thanks.

ejbreeze 12-21-2008 11:18 AM

I have a code that I used on an old board. I can give it to you if it would help with placement.

WoGuziczek 12-21-2008 12:06 PM

Quote:

Originally Posted by tidefans
I have installed this. However, the code does not execute for me. even when I insert it manually, the script is not in the source code on the resulting page.

tidefans, hmmm... probably does not work automatically insert code ... Make sure your template "showthread" found
Code:

<!-- quick reply -->
If you do not have - add :)

Quote:

Originally Posted by ejbreeze
I have a code that I used on an old board. I can give it to you if it would help with placement.

ejbreeze, You can enter :) I should be very grateful :)

ejbreeze 12-21-2008 01:29 PM

This was the button:

PHP Code:

<img src="$skin_icon_url/quote.gif" title="Copy highlighted text to new message" alt="Copy highlighted text to new message" border="0" height="16" onMouseDown="copy_selection('$message->{author}','<#date $message->{time} format "$L{LONGDATE}"#>','#POST$message->{number}')" onMouseOver="javascript:if (style) style.cursor = 'pointer';"

and this was in the skin:

PHP Code:

function copy_selection(message_author,post_date,link_post,author_profile) { 
     if (
document.getSelection) { 
       
//for Netscape 
       
var str document.getSelection(); 
       
document.userpass.message.value+="\\quote_with_link{"+message_author+","+post_date+","+link_post+","+message_author+","+str+"}"
       
document.userpass.message.focus(); 
     } else if (
document.selection) { 
       
//for Internet Explorer 
       
var str document.selection.createRange().text
       
document.userpass.message.value+="\\quote_with_link{"+message_author+","+post_date+","+link_post+","+message_author+","+str+"}"
       
document.userpass.message.focus(); 
       var 
rng document.userpass.message.createTextRange(); 
       
rng.collapse(false); 
       
rng.select(); 
     } else { 
       
//display message if browser does not support above methods.
       
window.alert("Your browser does not support this feature"); 
       return; 
     } 
   } 


Sunka 01-11-2009 12:02 AM

Is this MOD working on vBulletin v3.8.0?

WoGuziczek 01-11-2009 03:56 PM

Quote:

Originally Posted by Sunka
Is this MOD working on vBulletin v3.8.0?

Yes, it works :)
See this thread: WoG - Quick Selective Quote

fourat 05-07-2009 02:14 AM

Hi
when i make quick quoting for example 3 rows (lines) its make it one line !!
& if i make quick quoting for some large and colored words it make it small and no colored words !!
can you fix that ?


All times are GMT. The time now is 07:39 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.02590 seconds
  • Memory Usage 1,763KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (3)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
  • (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