The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
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 ). 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 |
#12
|
||||
|
||||
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 |
#13
|
|||
|
|||
I didn't forget about you Jim. If nobody else gets it to you first, i'll try ASAP. Sorry for the delay.
|
#14
|
||||
|
||||
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 |
#15
|
|||
|
|||
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> 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> |
#16
|
||||
|
||||
Quote:
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 |
#17
|
|||
|
|||
Quote:
|
#18
|
|||
|
|||
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 |
#19
|
||||
|
||||
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; } Good luck, Jim |
#20
|
|||
|
|||
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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|