vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Change Your Copyright Colour (https://vborg.vbsupport.ru/showthread.php?t=293105)

Heardy 12-17-2012 11:00 PM

Change Your Copyright Colour
 
1 Attachment(s)
I WOULD FIRSTLY LIKE TO POINT OUT THAT THE COPYRIGHT LOGO HAS TO BE VISIBLE OTHERWISE IT IS A BREACH OF VBULLETIN POLICY AND YOU WILL LOSE YOUR LICENSE!

What does this do?
It allows you to change the colour of the copyright within your forum.

How do I do this?

1. Go to AdminCP > Styles and Templates > Search in Templates
2. Type in the search box - additional.css
3. Add this to your additional.css:

Code:

#footerMain {
        color:black;
}

#footerMain a:link, #footerMain a:visited {
        color:#FF0000;
}

.time {
        color:green;
}

You can change the colours to suit your background and make it stand out.

4. Click save and check your forum out!

JUST TO REMIND YOU, THE COPYRIGHT LOGO HAS TO BE VISIBLE OTHERWISE IT IS A BREACH OF VBULLETIN POLICY AND YOU WILL LOSE YOUR LICENSE!

Heardy 12-18-2012 09:32 PM

Reserved for updates.

Zachery 12-19-2012 02:30 AM

You know there is already a class and id for the copyright in the footer right?

HTML Code:

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
Powered by <a href="https://www.vbulletin.com" id="vbulletinlink">vBulletin&reg;</a> Version 4.2.0 <br />Copyright &copy; 2012 vBulletin Solutions, Inc. All rights reserved.
<!-- Do not remove this copyright notice -->
</div>


Heardy 12-19-2012 10:33 AM

Yeah but I couldn't figure out how to use it so I stuck with this way instead. I was just playing around with Chrome that's all. :)

Amaury 02-04-2013 07:53 AM

This can already be done via style variables.

vimarc 02-28-2013 06:46 AM

For VB 4.2.0 This code works better..

http://www.talkinwebforum.com/thread...Bulletin-4-x-x

Amaury 02-28-2013 07:39 PM

Quote:

Originally Posted by vimarc (Post 2406900)
For VB 4.2.0 This code works better..

http://www.talkinwebforum.com/thread...Bulletin-4-x-x

You don't need any custom code!

Just edit the StyleVars under footer.

vimarc 03-01-2013 06:57 AM

I tried to find stylevars but didn't

Digital Jedi 03-01-2013 08:03 AM

Quote:

Originally Posted by vimarc (Post 2407143)
I tried to find stylevars but didn't

You go to your stylevars, and search for footer. Or just copyright. Takes seconds.

K4GAP 03-01-2013 10:26 AM

Quote:

Originally Posted by Heardy (Post 2391632)
Yeah but I couldn't figure out how to use it so I stuck with this way instead. I was just playing around with Chrome that's all. :)

You "couldn't figure out how to use it" so you submitted an alternate method that is more trouble than the correct way?

Did you ask anyone on this forum how to do what you wanted?

IMHO, I would have this post deleted.


All times are GMT. The time now is 10:05 PM.

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.01080 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)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