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)
-   -   How To Get Rid of This (https://vborg.vbsupport.ru/showthread.php?t=304376)

Arrogant-One 11-10-2013 03:43 PM

How To Get Rid of This
 
1 Attachment(s)
Hi guys

Please see the attached picture. What I'd like to do is remove the stuff highlighted in red, and collapse that area so the forums start straight away under the shoutbox. Is this possible, or do I need to be a skinning expert to achieve this?

Max Taxable 11-10-2013 03:46 PM

I don't think it would be that hard to do with access to the templates. But, you are too arrogant for me to help.:D

(Just kidding)

Seriously, this is a matter of finding which template it's in, saving the entire template to your desktop to a text file so you can easily revert changes, then experimenting. It's a good way to learn code.

ozzy47 11-10-2013 03:53 PM

In the template FORUMHOME, find this bit of code:
Code:

    <div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
    </div>

And change it to this:
Code:

    <vb:comment>
    <div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
    </div>
    </vb:comment>


Arrogant-One 11-10-2013 11:35 PM

Quote:

Originally Posted by ozzy47 (Post 2459710)
In the template FORUMHOME, find this bit of code:
Code:

    <div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
    </div>

And change it to this:
Code:

    <vb:comment>
    <div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
    </div>
    </vb:comment>


That worked. Thank you.

Ozzy, you are turning into the Gandolph of vBulletin. Ever the wise. :):up:

Max Taxable 11-10-2013 11:57 PM

Quote:

Originally Posted by Arrogant-One (Post 2459834)
That worked. Thank you.

Ozzy, you are turning into the Gandolph of vBulletin. Ever the wise. :):up:

Give a man some code and you fix his problem for that day. Show a man how to learn to code, and he fixes all his own problems for life...:D

ozzy47 11-11-2013 12:00 AM

Not a problem, glad to help. :)

SPEEDKILLZ 11-11-2013 12:14 AM

Ozzy is def one of if not the biggest help on vborg

ozzy47 11-11-2013 12:33 AM

Thank you for the kind words. :)


All times are GMT. The time now is 04:59 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.00964 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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