Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-05-2013, 01:47 PM
deanjhamer deanjhamer is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 06-05-2013, 04:24 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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}" />
I've never tried that, so I have no idea what it will do to the Site Builder when you go to edit the header.

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.
Reply With Quote
  #3  
Old 06-05-2013, 04:50 PM
deanjhamer deanjhamer is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Attached Images
File Type: jpg shakers.jpg (29.7 KB, 0 views)
Reply With Quote
  #4  
Old 06-05-2013, 10:00 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Attached Images
File Type: png Screen Shot 2013-06-05 at 3.58.40 PM.png (23.4 KB, 0 views)
Reply With Quote
  #5  
Old 06-06-2013, 05:59 AM
deanjhamer deanjhamer is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #6  
Old 06-06-2013, 04:58 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 06-07-2013, 06:48 AM
deanjhamer deanjhamer is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 06-07-2013, 01:48 PM
Shadow Shadow is offline
 
Join Date: Jan 2011
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
"{vb:phrase Up the shakers!}"
The above isn't calling a valid phrase hence the reason it looks odd. Replace everything in the quotation marks with the following:

Code:
<div class="site-logo header-edit-box">
                <a href="{vb:raw baseurl}/">Up the Shakers</a>
            </div>
Reply With Quote
2 благодарности(ей) от:
deanjhamer, Lynne
  #9  
Old 06-07-2013, 04:46 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
Благодарность от:
deanjhamer
  #10  
Old 06-07-2013, 05:08 PM
deanjhamer deanjhamer is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:22 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.06868 seconds
  • Memory Usage 2,287KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete