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)
-   -   Forum Display Enhancements - Center or remove - Forum Title & Welcome Message (https://vborg.vbsupport.ru/showthread.php?t=257765)

Tr4visT 01-26-2012 08:12 PM

Right but what happens to my skin, is it going to screw anything up by rebuilding it?

OldSchoolDSL 01-26-2012 08:17 PM

Quote:

Originally Posted by Tr4visT (Post 2292817)
Right but what happens to my skin, is it going to screw anything up by rebuilding it?

It shouldn't.

It just forces the system to "refresh" the skin from start (with your made edits)

Worse case I've ever seen is the CMS looks a little odd in which case you go do the following

AdminCP > vBulletin CMS > Verify and Repair Node Table

If you're really that worried, you should have remembered to follow step 1 in all my modifications (backup 1st, always).

Tr4visT 01-26-2012 08:19 PM

Yeah I am doing a back up right now before I try it :)

Tr4visT 01-26-2012 10:00 PM

Hmm.. cleared the cache, rebuilt the skin and still no change. Not sure what could be the problem.

OldSchoolDSL 01-26-2012 10:16 PM

Quote:

Originally Posted by Tr4visT (Post 2292857)
Hmm.. cleared the cache, rebuilt the skin and still no change. Not sure what could be the problem.

My only advise would be to try 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>

Try adding the comment tags above and below.

If this does not work, please contact the skin author or investigate if you have any other modifications that add or subtract in that part of your site.

LifesGreatestGift 01-27-2012 12:41 AM

has this code been updated from using <center> yet? maybe margin:0 auto; or text-align:center; ?

OldSchoolDSL 01-27-2012 01:09 AM

Quote:

Originally Posted by LifesGreatestGift (Post 2292895)
has this code been updated from using <center> yet? maybe margin:0 auto; or text-align:center; ?

Originally, I used center as to make it compatible with older browsers (and smart phones). Also to void conflicts for some past popular skins.

If you wish to suggest an alternative code, please provide it and I'll review it.

Tr4visT 01-27-2012 01:57 AM

Quote:

Originally Posted by OldSchoolDSL (Post 2292862)
My only advise would be to try 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>

Try adding the comment tags above and below.

If this does not work, please contact the skin author or investigate if you have any other modifications that add or subtract in that part of your site.


Copied and pasted it, cleared cache again and rebuilt it. Still no luck and unfortunately CompleteVB is not proving to have the best customer service. I have been trying to get my login info sent out for 3 days, their "forgot your username & password" does not work... Odd that the change to delete the house and forum worked but removing the Welcome box does not.

LifesGreatestGift 01-27-2012 01:57 AM

Code:

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


OldSchoolDSL 01-27-2012 03:31 AM

Quote:

Originally Posted by LifesGreatestGift (Post 2292914)
Code:

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


Interesting alternative. Only thing about that is vBulletin will suggest you revert upon upgrade, as it will not merge that code.

I think that was another reason why I stuck with center code. To avoid the confusion for noobs about that.

But that is a good alternative.


All times are GMT. The time now is 08:52 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.01154 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)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