vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Social groups listing - large blank field (https://vborg.vbsupport.ru/showthread.php?t=233874)

Tettinntil 01-22-2010 05:18 PM

Social groups listing - large blank field
 
When showing all social groups (group.php?do=grouplist) there is a large blank field between the "All groups" link and the first group name. The size of the blank field seems to be related to the size of the ads column on the left hand side of the forum. When showing the same page in the standard vBulletin style, the blank field does not show.

Can anybody help me by guiding me to which template I should start searching for errors?

Lynne 01-22-2010 05:20 PM

You can find the template by doing this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

Tettinntil 01-22-2010 08:31 PM

OK, still very new to this... The source page starts with
HTML Code:

<!-- BEGIN TEMPLATE: SOCIALGROUPS -->
What codes may be used for "hooking" the position of the header up to the end of the left column? I do not even now where to start... :o

Lynne 01-22-2010 10:11 PM

You need to actually find the template where that blank space is happening. It may be that template, or one that gets called from that template. You may want to look at the page source for that page that doesn't have the blank space and use a text editor to compare it to the page source of the page that does have that blank space. See what the differences are.

Tettinntil 01-23-2010 11:38 AM

Yes, I see the theory in it all... I just do not see what template is called at that exact point.

I assume it is not a big blank space that is inserted (intendently), but something that makes the heading of the grouplist start after the end of the left column. Is t here any standard codes for placing an element that way? It would help me start searching...

Lynne 01-23-2010 02:53 PM

I would *guess* that it is a CSS thing. I think you added something where you cleared it when you shouldn't have. Without actually being able to see the actual page, it is hard to tell.

Tettinntil 01-23-2010 03:08 PM

So I should start comparing the socialgroups_css template?

Thanks for replying, Lynne, I feel far to unexperienced for this... (but learning a lot, though!)

--------------- Added [DATE]1264321791[/DATE] at [TIME]1264321791[/TIME] ---------------

*************


EDIT: Found a solution (though I still do not understand all the code :o) - added
Code:

<div class="floatcontainer">
        <div class="floatwrapper">

in the socialgroups template before the code that builds the header. Got it from the socialgrous_overview template.


All times are GMT. The time now is 08:41 PM.

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.01487 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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