vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Help with some custom BBcode (https://vborg.vbsupport.ru/showthread.php?t=288401)

WorldCraft 09-27-2012 07:59 PM

Help with some custom BBcode
 
Hello. I'm trying to implement some BBcode where a user can place an image to the far right of their posts, without the post text moving the image.

At first I thought it'd just be as simple as:
HTML Code:

<img align="right" src="{param}" /img>
While it does provide the intended result, I would like that the quote "box" wrap around the image as well, so that it doesn't interfere with the new post.

http://gyazo.com/f59a42b87393dcd4432...png?1348778075

https://vborg.vbsupport.ru/external/2012/09/8.png

Is there a way to make the post format nicely when quoted? Thanks.

nerbert 09-27-2012 11:09 PM

Maybe try <img style="float:right;" ................

WorldCraft 09-28-2012 05:15 AM

Already tried that, you get the same result. ...............

nerbert 09-28-2012 11:01 AM

Go to the "bbcode_quote" template. you will see three nested divisions before you get to any content. Try adding style="min-height:200px;" to each of those divisions in turn and see which one works, then adjust the value until it looks right for your image.


All times are GMT. The time now is 09:17 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.00882 seconds
  • Memory Usage 1,713KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete