The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New vbulletin can someone help me with a few things....
Hi everyone,
I am relatively new to vBulletin and I was wondering if someone could help me? I would like to remove the image as a header and have plain text if possible and I was unsure how to do this. The next thing is a little bigger job than I though, I would like to have live twitter feed in to my site on the right of the home page where the latest pists are and things, is there anyway I can do this? Regards, Dean |
#2
|
||||
|
||||
To make it all text, you will need to edit the header template and replace it there. I would guess to just replace this text:
HTML Code:
<img src="{vb:stylevar titleimage}" data-orig-src="{vb:stylevar titleimage}" alt="{vb:phrase logo}" title="{vb:phrase powered_by_vbulletin_title}" />
Sure you can do it if you can code it or if you find a modification for it. Try the search box in the upper right. |
#3
|
|||
|
|||
Thanks for the quick reply! However, this did not work, it didn't come up with anything for some reason. I have uploaded a picture of what i would like if possible.
|
#4
|
||||
|
||||
I just did it on mine and it works just fine -
If something doesn't work, it is import to post *exactly* what you did so we can point out what you did wrong. |
#5
|
|||
|
|||
I appreciate your help Lynne. I have attached the code below, I got this from:
Admin CP > Style Manager > Edit Templates > header Code:
<div class="site-logo header-edit-box"> <a href="{vb:raw baseurl}/"><title="{vb:phrase powered_by_vbulletin_title}" /></a> </div> |
#6
|
||||
|
||||
Please do not post the whole template code. It is against our rules and it makes it very difficult to see what you did. We only need to see the code you changed.
<title="anything here" /> is not valid html to spit out some text (it is valid in the <head> tags to define the page title). Just put the {vbhase whatever} in there. |
#7
|
|||
|
|||
Sorry to be a pain Lynne but I have changed what you have asked for and have a completely new result I have a attached a new screen shot and the code I have inputted.
Code:
<div class="site-logo header-edit-box"> <a href="{vb:raw baseurl}/"><"{vb:phrase Up the shakers!}" /></a> </div> Is it possible to get the title in a different colour and size + get rid of the title below the alert box? Once this has been done I can go live with the forum. Regards, Dean |
#8
|
|||
|
|||
Code:
"{vb:phrase Up the shakers!}" Code:
<div class="site-logo header-edit-box"> <a href="{vb:raw baseurl}/">Up the Shakers</a> </div> |
2 благодарности(ей) от: | ||
deanjhamer, Lynne |
#9
|
||||
|
||||
And if you want colors and size, use CSS:
HTML Code:
<div class="site-logo header-edit-box"> <a href="{vb:raw baseurl}/" style="color: white; font-size: 16px;" >Up the Shakers</a> </div> |
Благодарность от: | ||
deanjhamer |
#10
|
|||
|
|||
Thank you so much for the help you have given me so far! It has really helped. I have managed to get the header right, just one more thing left.
How do I get rid of this? Attachment 145303 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|