vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   BB Code Enhancements - TW7S - [ Information - Tip - Note - Warning ] BBCode (https://vborg.vbsupport.ru/showthread.php?t=235328)

Charlie98902 02-15-2010 04:58 PM

Hmm works on my end just fine but I don't have a lot of mods installed either. Should be fine with that mod as I have it installed.

synseal 02-15-2010 05:08 PM

Looks like this when enabled even with all usergroups set up correctly.

https://vborg.vbsupport.ru/external/2010/02/44.png

Charlie98902 02-15-2010 08:08 PM

synseal, I see what you're saying now and yes it happens on my end too.

ryacine 02-16-2010 05:24 AM

Quote:

Originally Posted by synseal (Post 1983112)
Looks like this when enabled even with all usergroups set up correctly.

https://vborg.vbsupport.ru/external/2010/02/44.png

Quote:

Originally Posted by Charlie98902 (Post 1983231)
synseal, I see what you're saying now and yes it happens on my end too.

This is exactly what's happening to me as well. Considering that the chatbox is one of my important forum's feature, I was obliged to disable these bb codes and the permissions mod. The annoying thing is I don't know to whom should we report this. It's really making me sad.

owning_y0u 02-21-2010 06:56 PM

reserved; will look in to it if we can use it on our board :)

KristerSwe 03-19-2010 08:41 PM

Thanks alot for this... using on my board for a awhile now....

[One note only] if you have alot of text in the box the png pic is in the middle
and i wonder how to code it so the icon in box stay on top always...

Charlie98902 03-21-2010 06:06 PM

How can we move the image from the right to the left instead? Is this even possible?

LifesGreatestGift 03-21-2010 07:21 PM

Just swap the two 5% columns. For example.

Code:


Make this:

<table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/warn.png"/> </td> </tr> </tbody> </table>

Look like this:

<table width="100%" border="0"> <tbody> <tr> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/warn.png"/> </td> <td width="90%">{param}</td> <td width="5%"></td> </tr> </tbody> </table>


Charlie98902 03-21-2010 11:19 PM

Thank you that worked.

Da-Vinci 04-04-2010 07:14 PM

Quote:

Originally Posted by Cableguy69 (Post 1977792)
These are great, I wonder if you might know how to make these behave like [code] tags so I can create an .nfo option same as the [code] tags but with the nice table backgrounds ect. Or do you know were I can edit the existing code tags to have the borders ect.

Id like this function aswell, I notice when posting something with acsii art the spacing ect all goes off, I've looked at the [code] tags in the phrase manager, but have to admit, I was lost with what it all meant.

If there is a way to keep all the spacing ect so it works in the same manner as a [code] tag?


All times are GMT. The time now is 07:41 AM.

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.01216 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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