vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - Borgs' [BB Code] Pack For vB 4.0.2+ (https://vborg.vbsupport.ru/showthread.php?t=236950)

Brew 03-05-2010 02:30 PM

Quote:

Originally Posted by zeroality (Post 1997450)
Uh, how are we supposed to see how it works? All the example images are broken.

I linked to images on my server.

During an upgrade the whole server tanked.

It should be back up shortly.

Sorry bout that :/

Jabong82 03-09-2010 03:27 AM

Hello great mod! Nominated and installed!

Question though. All of these work for me except "Highlight" and "Glow". I'm guessing I have to modify these (ie. color) to get them to work? How do I do this? (sorry Im a computer nerd).

Thanks again this is great.

Brew 03-14-2010 08:17 PM

Use the syntax:

Code:

[hl=yellow]Your Text Here[/hl]

and

[glow=red]Your Text Here[/glow]

Of course you can pick whatever color you want pretty much.

Or you can click the button on the toolbar and a popup will show where you input your color.

Jabong82 03-15-2010 02:12 AM

Thank you!

Trek 03-15-2010 05:37 PM

Installed these, I really like 'em!

One issue I have though is on things where you enter text like Google, Wikipedia or Ebay. You can't enter multiple words. If you do, it only uses the first one.

The way I got around this is by using a %20 for the space, which makes it work, but the text on the page looks crappy because it displays the %20 as literal text (as it should), but the %20 works for a space in URL encoding.

Anyway, not sure how (or if) it's possible to work around it, but I don't know how. =)

otherwise, all good stuff, thank you for sharing!

Silvio 03-23-2010 02:46 PM

tagged for future installation.
really nice job ty.

would be very nice to add [you] code
(example : Hi [you], I would like to find you bbcode in this gorgeous compilation!)
something similar to the archived you replace product by Boofo.
Is that possible?

ARPRDcom 03-28-2010 05:46 AM

Can you add the Table BBCode to be used with Vb ?? This is the actual code for SMF...

Code:

                <operation>
                        <search position="replace"><![CDATA[
                        'table' => array('code' => 'table', 'before' => '[table]', 'after' => '[/table]', 'description' => $txt[436]),
                        'tr' => array('code' => 'td', 'before' => '[tr]', 'after' => '[/tr]', 'description' => $txt[449]),
                        'td' => array('code' => 'td', 'before' => '[td]', 'after' => '[/td]', 'description' => $txt[437]),]]></search>
                        <add><![CDATA[
                        'tabletrtd' => array('code' => 'tabletrtd', 'before' => '[table]\n[tr]\n[td]', 'after' => '[/td]\n[/tr]\n[/table]', 'description' => $txt[436]),
                        'tr' => array('code' => 'td', 'before' => '[tr]\n[td]', 'after' => '[/td]\n[/tr]', 'description' => $txt[449]),
                        'td' => array('code' => 'td', 'before' => '[td]', 'after' => '[/td]', 'description' => $txt[437]),]]></add>
                </operation>
        </file>

        <file name="$sourcedir/Subs.php">
                <operation>
                        <search position="replace"><![CDATA[
                                'before' => '<table style="font: inherit; color: inherit;">',]]></search>
                        <add><![CDATA[
                                'before' => '<table style="font: inherit; color: inherit;" class="table_bbc">',]]></add>
                </operation>
        </file>

        <file name="$themedir/style.css">
                <operation>
                        <search position="end" />
                                <add><![CDATA[

/* Table Plus BBCodes */
.table_bbc        { border-spacing: 2px; background: #88A6C0 url(images/catbg.jpg) repeat-x }
.table_bbc td        { padding: 5px; background: #E9F0F6 url(images/titlebg.jpg) repeat-x 0 -17px }
]]></add>
                </operation>
        </file>

</modification>

Code:

                <operation>
                        <search position="replace"><![CDATA[
                        'table' => array('code' => 'table', 'before' => '[table]\n[tr]\n[td]', 'after' => '[/td]\n[/tr]\n[/table]', 'description' => $txt['table']),]]></search>
                        <add><![CDATA[
                        'tabletrtd' => array('code' => 'tabletrtd', 'before' => '[table]\n[tr]\n[td]', 'after' => '[/td]\n[/tr]\n[/table]', 'description' => $txt['table']),
                        'tr' => array('code' => 'tr', 'before' => '[tr]\n[td]', 'after' => '[/td]\n[/tr]', 'description' => $txt['table_tr']),
                        'td' => array('code' => 'td', 'before' => '[td]', 'after' => '[/td]', 'description' => $txt['table_td']),]]></add>
                </operation>
        </file>

        <file name="$themedir/style.css">
                <operation>
                        <search position="end" />
                                <add><![CDATA[

/* Table Plus BBCodes */
.bbc_table        { border-spacing: 2px; background: #88A6C0 url(images/catbg.jpg) repeat-x }
.bbc_table td        { padding: 5px; background: #E9F0F6 url(images/titlebg.jpg) repeat-x 0 -17px }
]]></add>
                </operation>
        </file>

</modification>


djbaxter 03-28-2010 06:10 AM

Quote:

Originally Posted by ARPRDcom (Post 2011438)
Can you add the Table BBCode to be used with Vb ??

This one works for vBulletin 4.x (except don't use the sortable.js sorting feature):

https://vborg.vbsupport.ru/showthread.php?t=107985

Videx 04-22-2010 02:08 AM

I tried to use the Highlight today and both Firefox and Chrome ask me "Please enter the option for your [HL] tag:". Okay, but I can't see anywhere to explain to people they're supposed to enter a color here. The flyout just says "Wrap HL tags around selected text".

Does anyone know how I can add an explanation or, barring that, just set it to yellow?

bpr 04-23-2010 11:55 PM

Thanks saved some work!


All times are GMT. The time now is 05:05 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.01109 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_code_printable
  • (2)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