vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   BBCode: [wonders] (https://vborg.vbsupport.ru/showthread.php?t=116760)

davidw 05-27-2006 12:16 PM

The bubble is made up of 13 images, cut up so that they form tables and rows (to fit correctly). There are even images that have nothing in them, but its for making sure it flows corrrectly. The two images 03 and 11 are a set width, but I have set them to flow 100% of the remainder of the width of the post (repeating horizontally - repeat-x).

Btw, I won't be back until Tuesday to answer any other questions due to going out of town. I hope this answers your question. If not, I will try to explain better when I return.

FreshFroot 05-31-2006 04:40 AM

anyway to change the text color yet? Dark forums with that, don't work out nicly.....

davidw 05-31-2006 10:38 AM

As in what's inside the bubble? If so, it might have to be a CSS replacement as I fought with other issues on that. Not sure. I'll be gone most of the day but I could play around with that tomorrow.

Bubble #5 05-31-2006 08:22 PM

Quote:

Originally Posted by FreshFroot
anyway to change the text color yet? Dark forums with that, don't work out nicly.....

Have you tried just changing the font color through BBCode?

davidw 06-01-2006 06:37 PM

Just a thought... you may be able to play around with this line
Code:

        <td colspan="3" style="background-image: url(http://www.yoursite.com/images/cloud_07.gif)" "background-repeat:no-repeat" alt="">wonders {param}</td>
by adding a color tag before the ending </td> tag and enclosing the "wonders {param}"
Code:

<font color="#FE0202">wonders {param}</font>
which would make the result look like this:
Code:

        <td colspan="3" style="background-image: url(http://www.yoursite.com/images/cloud_07.gif)" "background-repeat:no-repeat" alt="">wonders {param}</td>

Bubble #5 06-01-2006 06:58 PM

Quote:

Originally Posted by christianb
which would make the result look like this:

I think you mean it would look like this:

Code:

<td colspan="3" style="background-image: url(http://www.yoursite.com/images/cloud_07.gif)" "background-repeat:no-repeat" alt=""><font color="#FE0202">wonders {param}</font></td>
:bunny:

davidw 06-01-2006 08:23 PM

I'm not the best on expressions, but yes. :)

Bubble #5 06-01-2006 11:52 PM

You're aware (I hope) that the ends don't render correctly if there is more than a few simple lines of text right? :confused:

davidw 06-02-2006 12:19 AM

I do know that - couldn't figure out (that day) how to set that correctly. I was thinking about doing a repeat-x;repeat-y; but never got on it. I will try to work on that tomorrow.

Edit. Actually I'd have to re construct the bubble, keep the current repeat-x and use repeat-y on the new ones - 6 and 8 won't work.

davidw 06-03-2006 05:54 PM

Hack has been updated, with peterska2's help on the repeat-y issue. All users who have installed this hack, please remove the original code and images and replace with updated.


All times are GMT. The time now is 03:33 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.01173 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
  • (4)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