Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
(another) Think Bubble Cloud Details »»
(another) Think Bubble Cloud
Version: 1.00, by EidolonAH EidolonAH is offline
Developer Last Online: Apr 2011 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.8.x Rating:
Released: 09-03-2009 Last Update: 09-05-2009 Installs: 44
Re-useable Code Additional Files  
No support by the author.

Yup, yet another Think Bubble BB Code

Should work with any version of vBulletin, it's just a bbcode after all.

This was originally a phpBB3 BBcode, the phpBB3 version can be found on Stokers phpbb3bbcodes site.

Download the zip file and unpack it.

Upload bbcode_think_bubble/smiley_think.gif to root/forum/images/smiley_think.gif
Upload bbcode_think_bubble/think_image.gif to root/forum/images/think_image.gif

Create new bbcode through admin panel/Custom BB Codes/Add New BB Code

Title
Code:
Think
BB Code Tag Name
Code:
think
Replacement
Code:
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="margin: 0;padding: 0;border: 0;">
            <div style=" background-color: #85B7FE;color: #ffffff; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #344B66; padding: 4px;font-size: 1em;" >&nbsp; {param} &nbsp;</div>
            <img src="./images/smiley_think.gif" alt="" />
        </td>
    </tr>
</table>
Example
Code:
[think]Text here[/think]
Description
Code:
Think bubble cloud.
Button Image (Optional)
Code:
images/think_image.gif
Live example: Demo

Most importantly, have fun with it!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~

This Microsoft's version using graphics, it also auto fits content,
I have created .psd's for the graphics used so you can customise to suit your own Skins,
.psd's in zipfile.


Download the bbcode_bubble.zip file and unpack it.

Upload box/*.* to root/forum/images/box/*.*

Create new bbcode through admin panel/Custom BB Codes/Add New BB Code

Title
Code:
Bubble
BB Code Tag Name
Code:
bubble
Replacement
Code:
<table cellpadding="0" cellspacing="0" style="background-color:#648AF9;color:#ffffff;">
   <tr>
      <td width="20"><img src="./images/box/tl.gif" alt="" /></td>
      <td></td>
      <td width="20"><img src="./images/box/tr.gif" alt="" /></td>
   </tr>
   <tr>
      <td> </td>
      <td>{param}</td>
      <td> </td>
   </tr>
   <tr>
      <td><img src="./images/box/bl.gif" alt="" /></td>
      <td></td>
      <td><img src="./images/box/br.gif" alt="" /></td>
   </tr>
</table>
<div><img src="./images/box/smiley_think.gif" alt="" /></div>
Example
Code:
[bubble]Text here[/bubble]
Description
Code:
Encase text in a think bubble.
Button Image (Optional)
Code:
images/box/think_image.gif
Live example: Demo


*updated demo links* (12-09-2009)

Download Now

File Type: zip bbcode_think_bubble.zip (2.0 KB, 174 views)
File Type: zip bbcode_bubble.zip (21.9 KB, 109 views)

Screenshots

File Type: jpg demo.jpg (94.3 KB, 0 views)
File Type: jpg bubbledemo.jpg (230.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-04-2009, 10:54 AM
Internetcafe Internetcafe is offline
 
Join Date: May 2008
Location: London
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Something not quite right !
Whenever I use the BBcode, all I get is "Text here" !?
Reply With Quote
  #3  
Old 09-04-2009, 11:44 AM
EidolonAH EidolonAH is offline
 
Join Date: Apr 2009
Location: London, England
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My bad, I entered the tester version and not the final version, re-enter the replacement code.
Reply With Quote
  #4  
Old 09-04-2009, 11:48 AM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

same here
Reply With Quote
  #5  
Old 09-04-2009, 11:51 AM
yahoooh yahoooh is offline
 
Join Date: Oct 2002
Posts: 567
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could u update
Reply With Quote
  #6  
Old 09-04-2009, 11:54 AM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

found the problem just change text here to {param} in the replacment

&nbsp; Text here &nbsp; to &nbsp; {param} &nbsp;
Reply With Quote
  #7  
Old 09-04-2009, 12:17 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very cool
thanks for sharing
Reply With Quote
  #8  
Old 09-04-2009, 12:18 PM
EidolonAH EidolonAH is offline
 
Join Date: Apr 2009
Location: London, England
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apiasto View Post
same here
Quote:
Originally Posted by yahoooh View Post
could u update
Quote:
Originally Posted by apiasto View Post
found the problem just change text here to {param} in the replacment

&nbsp; Text here &nbsp; to &nbsp; {param} &nbsp;
It was already updated, see my reply to Internetcafe above!
Reply With Quote
  #9  
Old 09-04-2009, 12:21 PM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do users have the option to use it or not to use it when posting?
Reply With Quote
  #10  
Old 09-04-2009, 01:17 PM
AdrianH AdrianH is offline
 
Join Date: Sep 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by New Joe View Post
Do users have the option to use it or not to use it when posting?
???????? It's an extra BBcode button and choice of use is the same as all others.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04476 seconds
  • Memory Usage 2,331KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (12)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete