vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do I use conditional in the $header to show page title next to logo? (https://vborg.vbsupport.ru/showthread.php?t=127678)

eJM 09-28-2006 08:54 PM

Quote:

Originally Posted by DChapman
Jim,

Just a quick update. I'm sure we can get that working as desired. However, my schedule today is rather hectic. I'll try to get something to you by late this evening. My apologies for the delay.

In the meantime, give my second method a shot. I think you might be pleasantly surprised and the additional processing isn't that bad. I'd install it on my forum and i'm very anal about such things.

Jeez, all these replies are keepin' me busy. Thanks everyone.

David, thanks very much. I understand a busy schedule and very much appreciate you volunteering your time on this. No rush. I don't know what the hell I'm gonna do the next time I wanna join a discussion about Zoints (oh God, I said the whole thing). I might have to adjust my personal opinion about you (maybe - and don't expect much as far as Zoints is concerned https://vborg.vbsupport.ru/external/2006/09/1.gif).

It's good to hear that the second method isn't too processor intensive, but I am still very hesitant to copy the document titles in total. Just too long:

Imagine a somewhat long thread/article title here, then - The Floor Pro Community

But maybe there is a way to add conditions to that too. I'll wait patiently. Thanks again.

Jim

eJM 09-29-2006 09:20 PM

I hope bumps are allowed. I'm still hoping to learn how to add conditionals that will display the page title of my vBadvanced pages. Everything else works good.

Thanks,

Jim

Zoints 09-29-2006 10:43 PM

I didn't forget about you Jim. If nobody else gets it to you first, i'll try ASAP. Sorry for the delay.

eJM 09-30-2006 12:08 AM

It's okay. I just didn't want to see the topic get buried on the second or third page. Thanks for your continued interest in this.

Jim

Zoints 09-30-2006 09:48 AM

Sorry for the delay Jim.

You can include the page title of the vBAdvanced CMPS by changing:

HTML Code:

<phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase>
to
HTML Code:

<if condition="THIS_SCRIPT == 'adv_index' AND ($pagetitle = $GLOBALS['pages']['title']) !== ''">
        $pagetitle
<else />
        <phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase>
</if>

Since the $pagetitle variable isn't set at the time $header is evaluated, you'll have to use some trickery in order to access the module 'page' title info. (As you can see in the second part of the conditional)

eJM 09-30-2006 03:56 PM

Quote:

Originally Posted by DChapman
Sorry for the delay Jim.

Since the $pagetitle variable isn't set at the time $header is evaluated, you'll have to use some trickery in order to access the module 'page' title info. (As you can see in the second part of the conditional)

Oh, this was well worth the wait, David. Absolutely fantastic. I believe this, in conjunction with the efficient use of other header tags (H2, H3, etc.) will be very good for SEO -- just one element of SEO, but a valuable one.

I didn't understand the last sentence, but the way I have it implemented, it works exactly the way I wanted. Thank you so much for this. Maybe you will make this an integral part of the Zoints SEO package. I hope that others will also try to incorporate this into their websites. It's an excellent feature that can be added to just vBulletin, or to vBulletin and vBadvanced CMPS together.

Thank you again,

Jim
PS: anyone who wants to see how I implemented it, please go to www.TheFloorPro.com and surf around

Zoints 09-30-2006 10:16 PM

Quote:

Originally Posted by Grumpy ol' Jim
PS: anyone who wants to see how I implemented it, please go to www.TheFloorPro.com and surf around

Looks good Jim. You designed that well.

Expose 10-16-2006 01:06 AM

Hi David and Jim,

Have to thank you both very much as I have incorporated this handy code into my own site. It works great and got it plugged in perfect!!

Here is the embarrasing part..... where and how do I adjust the size of the font??

Again thanks a lot for this one.

Cheers,

Tom

eJM 10-16-2006 02:08 AM

Hi Tom,

That's good to hear and I'm glad you like it. Standard vBulletin doesn't come with header tags defined. You can do this yourself, of course, by adding it to the CSS of your styles. Go to Styles & Templates | Style Manager | All Style Options Scroll to near the bottom of the page and see the 2 boxes for extra CSS. Add your header styling to the second box at the bottom. This is what I have, but you and others may want to adjust for your own colors, sizes and other options:
Code:

h1 { font: bold italic 1.9em Tahoma, Arial, sans-serif; color: #F6F8F8;
  margin-right: 15px; margin-bottom: 5px; }
h2 { font: small-caps italic 700 1.8em Tahoma,sans-serif; color: #353E49;
  margin: 6px 0 0 20px; }
h3 { font: bold 12px Tahoma, Arial, sans-serif; color: #000000; margin: 0 0; }
h4 { font: bold 10px Tahoma, Arial, sans-serif; color: #000000; margin: 0 0; }

I am still in the process of applying header tags to various locations of my site, so my code will change when I get it all sorted out. Of course, if you only plan to use the H1 tag, you don't have to include code for any of the other header tags.

Good luck,

Jim

Expose 10-16-2006 02:42 PM

Hi Jim,

Worked it into my site so it looks great. You can check it here at http://www.seo-dev.com. I also plan to incorporate the h2, 3 and 4 as well.

This is killer code and thanks again for the help.

Cheers,

Tom


All times are GMT. The time now is 02:03 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.01609 seconds
  • Memory Usage 1,742KB
  • 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
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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