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-01-2008 04:40 AM

awesome. thanks for a great support.

davidw 08-01-2008 04:41 AM

no problem

rapidphim 08-01-2008 04:49 AM

hope you can answer me this ... how am I going to show all bbcode for the quick reply/quick comment (vb Blog)

davidw 08-01-2008 10:51 AM

What do you mean? Like have the icons themselves show up there?

rapidphim 08-02-2008 05:01 AM

yes, right now the quick comment in Blog doesn't have all the custom bb code

GrandHolyKing 08-02-2008 08:02 AM

Is it normal for this mod to remove the text from the article for the quote? I have to replace it manually or type the quote and then use the quote tags.

Is there a way for it to keep the quoted text in the article and quote it without doing it manually?

Great mod by the way, if only that little problem (At least for me it is) could be sorted. ;)

davidw 08-02-2008 12:10 PM

Quote:

Originally Posted by rapidphim (Post 1589670)
yes, right now the quick comment in Blog doesn't have all the custom bb code

So far, what I've gotten to work in the blogs is to do this:
Edit the Show Threads Quick Reply template in your style(s) and add this where appropriate.
Code:

        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_quoteit"><img src="$stylevar[imgdir_editor]/quoteit.png" width="16" height="16" alt="Quote It!" /></div></td>

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.

Quote:

Originally Posted by GrandHolyKing (Post 1589728)
Is it normal for this mod to remove the text from the article for the quote? I have to replace it manually or type the quote and then use the quote tags.

Yes, this is normal. You are emphasizing the text if you are highlighting it. However, what I would recommend, and what I do, is to just copy and paste where you want the quoteit to go (above, below) and then emphasize it with the bbcode, leaving the original untouched. Of course, don't go too high or low or it doesn't look right.
Quote:

Originally Posted by GrandHolyKing (Post 1589728)
Is there a way for it to keep the quoted text in the article and quote it without doing it manually?

Great mod by the way, if only that little problem (At least for me it is) could be sorted. ;)

Currently no, as it is bbcode and made to wrap the tags around the selected text. I had originally sought out to do just that - create a separate text box to type in what you want to quote and then allow you to just do the rest as you normally would have but there were many issues with that. This was by far more easier with very little issues - and it worked relatively easy. Depending on time, I may work on the other version I originally intended to.

Spank 08-02-2008 12:18 PM

Looks like it might be a good hack, however I would like the quote block to be narrower and with a border with maybe some speech mark images. Is this possible?

davidw 08-02-2008 01:00 PM

All of that should be editable in here:
<style type="text/css">
blockquote {
color: #AA0;
display: block;
padding: 2px 20px 2px;
font-size: 110%;
width: 350px;
}
img.floatLeft {
float: left;
margin: 3px;
}
blockquote.floatLeft {
float: left;
margin: 4px;
}
blockquote.floatRight {
float: right;
margin: 4px;
}
</style>
Did you have something specific in mind for the speech mark images?

Spank 08-02-2008 01:35 PM

thanks for that. I'll have a go at this during the week.

Probably something similar to the speech marks you get when you quote on vbulletin.org

Quote:

<--------like that =D


All times are GMT. The time now is 03:36 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.00981 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)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