Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-03-2019, 11:05 AM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Change Logo in Footer

Hello Folks,

I have a clickable logo in my sites footer...and I would like to update/change the logo image. I thought I'd be able to figure it out...but having some difficulty.

Below is a screenshot of the current logo as it appears on the live site...and the code from the footer/html file controlling it.

Can anyone give me some pointers on how to swap out the current logo in the screenshot for a new logo?

Thanks much.
Attached Images
File Type: png LW Logo Screenshot.png (11.9 KB, 0 views)
File Type: png Footer Code.png (27.1 KB, 0 views)
Reply With Quote
  #2  
Old 11-03-2019, 12:12 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look for "logo2" and "powered-by" CSS class and edit them.
Reply With Quote
  #3  
Old 11-04-2019, 09:49 AM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Seven Skins View Post
Look for "logo2" and "powered-by" CSS class and edit them.
Hello Seven Skins. I did exactly what you suggested before posting...I searched my server for those 2 terms:

- When I search for "logo2" I find nothing.
- When I search or "powered-by" I get 2 items...but when I look at the code in each of them...there doesn't seem to be anything there that helps. Unless this "power-by" file has references to other files that may eventually lead me to something I can edit to make the change.

I find it very strange I can't find any file called "logo2".

If there's any info I can add that may help...I would be more than happy to post it.

Thanks
Reply With Quote
  #4  
Old 11-04-2019, 04:19 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try replacing what you posted with this.

Code:
<a href="http://www.liquidweb.com/" rel="nofollow" target="_blank">LiquidWeb</a>
Reply With Quote
  #5  
Old 11-05-2019, 02:10 PM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks final kloss for the suggestion.

When I replace the original statement from the screenshot in post #1 with the statement you suggested (without the class="logo2 powered-by" part)...this is what I get (before & after)...see attachments.

The link in red still goes to the same webpage...and the logo is gone. The problem is...when I search my server (all files):

- I cannot find anything for "logo2".
- I can find something for "powered-by"...but when I look at the code in this file...there isn't anything in it referring to any sort of logo or "logo2".

Thus if I wanted to replace the current logo with a different logo...I don't know where to insert the file name for the different logo image file.

My understanding is some of this is controlled via css...but as mentioned...I can't find the css that's defining this part of the footer.

Basically I'm not really too concerned about what's there currently. I just want to display an updated clickable link logo (in place of the current logo)...and at the same time maintain the size & position of the logo in the footer of the page.

Thanks
Attached Images
File Type: png LW Logo Screenshot.png (11.9 KB, 0 views)
File Type: png Screen Shot 2019-11-05 at 10.54.03 AM.png (7.2 KB, 0 views)
Reply With Quote
  #6  
Old 11-05-2019, 04:18 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you have the style/theme search each css file the classs mentioned or ….

HTML Code:
<a href="http://www.blahblah.com/" rel="nofollow" target="_blank">
    <img src="image.png" alt="">
</a>
Reply With Quote
Благодарность от:
alfuzzy
  #7  
Old 11-05-2019, 06:11 PM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Seven Skins View Post
If you have the style/theme search each css file the classs mentioned or …
Excellent suggestion. Unfortunately I did this yesterday...and painstakingly searched the directories for anything related to this. There are lots & lots of theme & css directories to search...and I can't seem to find anything related to this.

In one of the attachments above it says..."logo2 powered-by". I searched the server (all files)...and it comes up with nothing for "logo2"...it does get 2 hits for "powered-by"...but these file's don't contain any code that seems to relate to this footer image.

Thanks
Reply With Quote
  #8  
Old 11-05-2019, 07:54 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok why not leave a link to your site so we can check it out?
Reply With Quote
Благодарность от:
alfuzzy
  #9  
Old 11-06-2019, 02:29 AM
alfuzzy alfuzzy is offline
 
Join Date: Jul 2018
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello all. Found the answer to the problem...credit goes to member final kaoss!

final kaoss suggested searching the vBulletin .css templates for the statements referenced in the footer.html file...and bamm...that's where the file name of the footer image I wanted to change was referenced.

Thus I uploaded the new footer logo image I wanted to use...made the changes in the vBulletin .css template...saved the changes...and eureka...the new logo image I wanted appeared!

Also wanted to thank Seven Skins for all the help as well!

Thanks guys...really appreciate the help!!!
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 02:47 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04740 seconds
  • Memory Usage 2,275KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (2)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete