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)
-   -   BB Code Enhancements - Quote It! Emphasize a quote to draw attention (https://vborg.vbsupport.ru/showthread.php?t=186496)

rapidphim 08-06-2008 01:42 PM

@Spank: nice idea...

@David: how am I going to move the quotation image to the right of the quote instead of the left?

davidw 08-06-2008 01:57 PM

Just a stab, but try this:
In your CSS, change this:
Code:

img.floatLeft {
float: left;

to
Code:

img.floatRight {
float: right;

and then change this part:
Code:

<blockquote class="floatLeft"><p><span><img class="floatLeft"
to
Code:

<blockquote class="floatLeft"><p><span><img class="floatRight"
I'm at work so I don't have time to test this.

rapidphim 08-06-2008 08:41 PM

Thanks David. It worked perfectly.

davidw 09-10-2008 08:23 PM

Glad you like it.

SuperDave71 09-11-2008 03:15 PM

Did you ever get a chance to fix the:

Quote:

However, where it says this... id="{$editorid}_cmd_quoteit" - it isn't working (of course not) - but I've not found a way yet to make it work - possibly this afternoon if I have time.

Thank you!

karlm 09-11-2008 03:18 PM

I haven't installed this yet, but it does look nice! If it works, and I see no reason why it wouldn't, on vbadvanced (and possibly on vbdrupal - as I use both), I'm sure I'll be investigating the option of installing...

Nice work!

davidw 09-12-2008 12:09 AM

Quote:

Originally Posted by SuperDave71 (Post 1619918)
Did you ever get a chance to fix the:




Thank you!

No, I didn't - sometimes I need a little nudge ;)

Quote:

Originally Posted by karlm (Post 1619920)
I haven't installed this yet, but it does look nice! If it works, and I see no reason why it wouldn't, on vbadvanced (and possibly on vbdrupal - as I use both), I'm sure I'll be investigating the option of installing...

Nice work!

I've heard it does work on vbadvanced - but I've not heard any feedback on vbdrupal. It should work wherever bbcode works.

SuperDave71 09-12-2008 01:03 PM

Nudge....nudge...nudge..

lol

Thanks in advance,

Dave

karlm 09-13-2008 12:59 AM

This is nice, but doesn't work within an[indent] tag. (Just an observation, not a complaint).

davidw 09-16-2008 02:26 AM

Ok, figured it out - almost tried to use javascript, but that was going overboard. Find where you want the quick reply button and put this snippet of code in there. I don't know why I didn't use this before. I was having a bald moment.

Code:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quoteit"><img src="http://www.yoursite.com/forums/images/editor/quoteit.png" alt="Wrap QUOTEIT tags around selected text" width="16" height="16" border="0" /></div></td>


All times are GMT. The time now is 03:35 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.01110 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_code_printable
  • (3)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