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
[BB Code] Think Details »»
[BB Code] Think
Version: 1.00, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.8.1 Rating:
Released: 03-04-2009 Last Update: Never Installs: 89
 
No support by the author.

This is a Think BB Code.

It will draw a cloud with Text.

How To:
Go into you AdminCP and add a new BB Code:

Title: Think
BB Code Tag Name: think
Replacement:
PHP Code:
<table
 <
tr
  <
td
   <
table border="0" cellpadding="0" cellspacing="0" style="width:100%"
    <
tr
     <
td style="width:25px; height:14px"><img src="images/think1.gif" align="center" border="0"></td>
     <
td style="width:100px" background="images/think5.gif"></td>
     <
td style="width:25px"><img src="images/think2.gif" align="center" border="0"></td>
    </
tr>
    <
tr
     <
td colspan="3" style="width:150px">
      <
table border="0" cellpadding="0" cellspacing="0" style="width:100%">
       <
tr>
        <
td style="width:1px" bgcolor="#000000"><td>
         <
table cellpadding="4" cellspacing="0" style="width:100%" bgcolor="#000000">
          <
tr>
           <
td align="center" bgcolor="#FFFFFF"><b><font size="2" color="#000000" face="Comic Sans MS">{param}</font></b></td>
          </
tr>
         </
table>
        </
td>
        <
td style="width:1px" bgcolor="#000000"></td>
       </
tr>
      </
table>
     </
td>
    </
tr>
    <
tr
     <
td style="width:25px; height:14px"><img src="images/think3.gif" align="center" border="0"></td>
     <
td background="images/think6.gif"></td>
     <
td style="width:25px"><img src="images/think4.gif" align="center" border="0"></td
    </
tr>
    <
tr
     <
td colspan="3">
      <
table border="0" cellpadding="0" cellspacing="0" style="width:100%">
       <
tr>
        <
td colspan="2" style="width:116px"></td>
        <
td style="height:17px; width:34px" align="center"><img src="images/think7.gif" align="center" border="0"></td>
       </
tr>
      </
table>
     </
td
    </
tr>
   </
table
  </
td
 </
tr
</
table
Example: [think]Your Text Here[/think]
Description: ---
Use {option}: No
Button Image: images/editor/think.gif

Please upload the images (of the ZIP) into your "images" folder (default style).

Download Now

File Type: zip think_images.zip (1.7 KB, 345 views)

Screenshots

File Type: gif example.gif (10.8 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 03-29-2009, 05:51 PM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great idea but too many tables, can it be done via css using just divs instead? vb has too many nested tables as it is.
Reply With Quote
  #13  
Old 03-30-2009, 03:07 AM
fta2k fta2k is offline
 
Join Date: Feb 2008
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reply With Quote
  #14  
Old 03-30-2009, 08:18 AM
Rakehel's Avatar
Rakehel Rakehel is offline
 
Join Date: Dec 2005
Location: Columbus, Ohio - USA
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine!
Reply With Quote
  #15  
Old 03-30-2009, 11:30 AM
Frondy's Avatar
Frondy Frondy is offline
 
Join Date: Feb 2009
Location: Zagreb, Croatia
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After this line:
PHP Code:
<td style="height:17px; width:34px" align="center"><img src="images/think7.gif" 
align="center" border="0"></td
I aded:

PHP Code:
<td style="height:20px; width:34px" align="right"><img src="/images/smiles/think.gif" align="right" border="0"></td
(replace /images/smiles/think.gif with your own choice)

And the result is:
Attached Images
File Type: jpg wow.jpg (2.8 KB, 0 views)
Reply With Quote
  #16  
Old 04-01-2009, 02:54 AM
duditas's Avatar
duditas duditas is offline
 
Join Date: Jul 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work, thank you so much
Reply With Quote
  #17  
Old 04-01-2009, 06:29 PM
drsli's Avatar
drsli drsli is offline
 
Join Date: Jan 2008
Location: Germany
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice! Many thanks.
Reply With Quote
  #18  
Old 04-01-2009, 09:30 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Frondy View Post
After this line:
PHP Code:
<td style="height:17px; width:34px" align="center"><img src="images/think7.gif" 
align="center" border="0"></td
I aded:

PHP Code:
<td style="height:20px; width:34px" align="right"><img src="/images/smilie/think.gif" align="right" border="0"></td
(replace think.gif with your own)

And the result is:
that didn't work for me
Reply With Quote
  #19  
Old 04-01-2009, 09:33 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great and very good idea, I think!
Reply With Quote
  #20  
Old 04-02-2009, 01:08 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put images in images directory but not show in screenshot..!!!Why...?

Its fixed
Reply With Quote
  #21  
Old 07-11-2009, 03:32 PM
willy888 willy888 is offline
 
Join Date: Apr 2006
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice bb code thanks
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 04:26 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.05328 seconds
  • Memory Usage 2,367KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_php
  • (1)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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