+ Reply to Thread
Results 1 to 16 of 16

Thread: Change Welcome header (mod) background colour?
      
   

  1. #1
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Wink Change Welcome header (mod) background colour?

    Hi,

    Anyone is using vBulletin welcome-header (mods) and knows how to change the background colour for the announcement? Like the one Vodatalk is using (I like the light-yellow background surrounding with dotted line).

    I hv consulted the coder for this mod, but he just ask me to change the template of the welcome header. I am not a coder and feel abit lost.
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

  2. #2
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: Change Welcome header (mod) background colour?

    same here. i am trying to figure out how to replace the picture to the top left that links to the forum index. you did a great job with yours, so would you mind telling me how to replace it. http://www.mypersonaloffice.biz/menu.html

  3. #3
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Default Re: Change Welcome header (mod) background colour?

    Check this out :)

    Upload your image to the images/misc folder in your forums directory. Then change the title image path in the StylesVars:

    AdminCP -> Styles & Templates -> Style Manager -> Select 'StyleVars' from the menu -> Image Paths -> Title Image -> Enter the path to the new
    logo

    Size is down to preference, the currently vBulltin
    logo is 209 x 85 pixels

    Cheers!
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

  4. #4
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: Change Welcome header (mod) background colour?

    thanks, Eric
    Will try it. And fantastic job on your site...what a great idea

  5. #5
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: Change Welcome header (mod) background colour?

    Eric, I tried following your instruction. I'm stuck right now. I've resized the pic to the specs you gave, uploaded them to the image folder, now what? The next set of to-dos aren't too clear. So I login to Admin. After that, I don't know what to do.

  6. #6
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Wink Re: Change Welcome header (mod) background colour?

    Hi Amadee,

    Dun worry, let me give u some helps.

    1) After creating yr Logo. You have to upload it to the forum folder. Use BlueFTP in Vodablue to do the uploading. Put yr Logo picture in the folder forums/images/misc. I think the format of the picture must be in .GIF (take note of this).

    2) Next login in yr forum admin. Goto AdminCP -> Styles & Templates -> Style Manager -> Select 'StyleVars' from the menu -> Image Paths -> Title Image -> Enter the path to the new logo
    (see attached file)

    3) The path to new logo will be something like this images/misc/yrlogoname.gif
    (Note:Remember to key in the .gif at the end of the path!)
    (See attached file)

    Cheers!

    Attached Thumbnails Attached Thumbnails Change Welcome header (mod) background colour?-logo.jpg   Change Welcome header (mod) background colour?-logo2.jpg  
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

  7. #7
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: Change Welcome header (mod) background colour?

    Quote Originally Posted by AmaDee
    Eric, I tried following your instruction. I'm stuck right now. I've resized the pic to the specs you gave, uploaded them to the image folder, now what? The next set of to-dos aren't too clear. So I login to Admin. After that, I don't know what to do.

    You're using phpBB, so the steps are different for you. To make the same change, you'd need to rename the graphic you want to use to logo_phpBB.gif and upload it into the template's 'images' folder, overriding the default logo.

    Keep in mind that custom styles may use different names for the main logo, so if you later add a custom style and want to exact the same change, either browse through the stye's images folder, or view the style on your site, right click the main logo and select "properties" to find the naming and sizing used.

  8. #8
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: Change Welcome header (mod) background colour?

    Quote Originally Posted by EricPSF
    Hi,

    Anyone is using vBulletin welcome-header (mods) and knows how to change the background colour for the announcement? Like the one Vodatalk is using (I like the light-yellow background surrounding with dotted line).

    I hv consulted the coder for this mod, but he just ask me to change the template of the welcome header. I am not a coder and feel abit lost.
    Eric, here's your fix. Sorry for a slow reply, I was looking for the easiest way to do this.

    1. Open Style Manager -> All Style Options -> Additional CSS Definitions

    add to the bottom:

    Code:
    .welcomeheader{ background-color: #FFFFCC; color: #000000;}
    Replace #FFFFCC with whatever color code you want the cell to be.

    2. Open your welcome_headers template. Find <td class="alt1">. Change to <td class="welcomeheader">

  9. #9
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Smile Re: Change Welcome header (mod) background colour?

    Thank you very much Major Racefan! I hv been looking for this code for almost 2 weeks!

    Btw, do you know how to create a link to my email address in welcome header? Pls see attach photo. I hv tried to use BBcode but it seems does not work. Pls advise.

    Thanks once again.
    Attached Thumbnails Attached Thumbnails Change Welcome header (mod) background colour?-contact.jpg  
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

  10. #10
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: Change Welcome header (mod) background colour?

    Thanks RaceFan and Eric. Eric, sorry I didn't catch that small fact that we are both using different forums.

  11. #11
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Wink Re: Change Welcome header (mod) background colour?

    Quote Originally Posted by AmaDee
    Thanks RaceFan and Eric. Eric, sorry I didn't catch that small fact that we are both using different forums.
    Hi AmaDee,

    No problem, hope that we can exchange experiences,pointers & views in forums management in the future.

    Cheers!
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

  12. #12
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: Change Welcome header (mod) background colour?

    This should do the trick, you can just copy and paste the whole thing into the appropriate welcome header.


    If you have any problems with the registration process or your account login, please feel free to <a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a>.

  13. #13
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Default Re: Change Welcome header (mod) background colour?

    Hi Racefan,

    It shows an error. Pls see attached file.

    How do I change the email address if I want to do so in the later stage?

    Thanks once again.
    Attached Thumbnails Attached Thumbnails Change Welcome header (mod) background colour?-error.jpg  
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

  14. #14
    Aaronsnewscafe is offline Corporal
    Join Date
    Mar 2007
    Location
    Hawaii, Kauai
    Posts
    18

    Thumbs up Re: Change Welcome header (mod) background colour?

    Quote Originally Posted by EricPSF
    Hi,

    Anyone is using vBulletin welcome-header (mods) and knows how to change the background colour for the announcement? Like the one Vodatalk is using (I like the light-yellow background surrounding with dotted line).

    I hv consulted the coder for this mod, but he just ask me to change the template of the welcome header. I am not a coder and feel abit lost.
    you got me on that one try the free composer at mozila free coder

  15. #15
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: Change Welcome header (mod) background colour?

    Quote Originally Posted by EricPSF
    Hi Racefan,

    It shows an error. Pls see attached file.

    How do I change the email address if I want to do so in the later stage?

    Thanks once again.
    So much for being fancy. lol Change to this and you should be fine:

    <a href=mailto:you@youraddress.com >contact us</a>.

  16. #16
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Wink Re: Change Welcome header (mod) background colour?

    Hi Racefan,

    Cool. It works! Thank you.
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49