vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   vB 3.7.0 b3 memberinfo template question - spacing (https://vborg.vbsupport.ru/showthread.php?t=167219)

Taragon 01-07-2008 11:53 PM

vB 3.7.0 b3 memberinfo template question - spacing
 
I'm not really sure how to ask this, but would it be possible to add a space (or extra block) between 'About' and 'Signature'?

this is my current memberinfo_block_aboutme template

Code:

<div class="alt1 block_row">
<ul class="list_no_decoration">
        $block_data[fields]
</ul>
</div>

<div class="thead block_row">$vbphrase[signature]</div>
<div class="alt1 block_row">
        <if condition="$prepared['signature']">
                <dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
        </if>
</div>


without extra space
http://files.taragon.nl/2008/01/1.jpg

with extra space
http://files.taragon.nl/2008/01/2.jpg

SEOvB 01-08-2008 12:30 AM

did you try
Code:

<div class="alt1 block_row">
<ul class="list_no_decoration">
        $block_data[fields]
</ul>
</div>
<br /><br />
<div class="thead block_row">$vbphrase[signature]</div>
<div class="alt1 block_row">
        <if condition="$prepared['signature']">
                <dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
        </if>
</div>

i didn't try it, but it looks like it'd make sense?

Taragon 01-08-2008 03:17 AM

I'm afraid that didn't work. It creates some grey area, instead of a space or opening between.

http://files.taragon.nl/2008/01/3.jpg

Opserty 01-08-2008 02:41 PM

The code that you posted is contained within another table/division. You need to close the table or division to create the space. However they are meant to be together as they both display together on the "About Me" part, so you may need to just more editing. I haven't played with vB3.7 properly so I don't know for sure.


All times are GMT. The time now is 01:01 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.01646 seconds
  • Memory Usage 1,717KB
  • 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
  • (2)bbcode_code_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