it.megocollector.com

  • About
  • Links
  • About
  • Links
  • Tips and Tricks
  • Linux
  • Scripts
    • AutoIT Scripts
    • INNO Scripts
  • WordPress
  • Misc
  • Software Packaging
  • Windows
  • Media

vBulletin 4.1.2 Link your logo to Home Page

admin • June 17, 2011

Using vBulletin 4.1.2 for forum software, the logo on the top left corner defaults back to the forum. The goal is to have that logo point to the homepage of the website and not the blog. This is the process to make this change possible.

  • Login to the the admin control panel
    http://www.yoursite.com/forum/admincp
  • Go to Styles & Templates
  • Go to Style Manager

vbulletin4-header

  • Select you Default Style or style that you are using.
  • Go to header and double click it, the source code will popup.

vbulletin4-header2

  • On line three change {vb:link forumhome} to {vb:raw vboptions.homeurl}.

Original Code

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
<div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>

Updated Code

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
<div><a name="top" href="{vb:raw vboptions.homeurl}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
  • Save. Done.

Resources
CMS Logo Link for CMS instead of Forum
Link your logo to your CMS Home Page

Tagged: forumhomeHome Pagelogovboptions.homeurlvBulletin 4.1.2

Post navigation

««MIcrosoft SQL Server 2008 Evaluation Period Has Expired.
Interesting PDF Tools»»

Categories

  • Linux (272)
  • macOS (2)
  • Media (10)
  • Misc (38)
  • Raspberry Pi (3)
  • Scripts (182)
    • AutoIT Scripts (19)
    • INNO Scripts (9)
  • Software Packaging (19)
  • Tips and Tricks (414)
  • Windows (14)
  • Wordpress (44)

Popular

  • i8042prt Event ID 7026 The following boot-start or system-start driver(s) failed to load - 114,444 views
  • Adobe Reader 9 or Adobe Acrobat 9 can not view PDF files in a Web Browser error and fix - 78,052 views
  • EPSON Scan jpeg plug-in unable to write to file error and fix - 53,458 views
  • #1045 – Access denied for user ‘root’@’localhost’ (using password: NO) fix - 49,108 views
  • Convert mAh to mWh and mWh to mAh for Notebook Laptop Batteries - 47,433 views
  • Install JDK (Java Development Kit) on a RedHat Linux System - 46,082 views
  • Create a 7zip Self Extractor (7zS.sfx or 7z.sfx) - 41,310 views
  • How to share a folder without password in Windows 10 home network - 36,194 views
  • eHome Infrared Receiver not recognized by Windows XP - 31,553 views
  • Access Red Hat Enterprise Linux 5 with XManager Remote Control - 27,140 views
  • Microsoft Word Accept and Reject Change Options Greyed Out - 25,946 views
  • Setup JBoss on Red Hat Enterprise Linux 5 (RHEL5) Server - 23,683 views
  • PHP 5.3.2 with IIS6 and FastCGI Installation Guide – Updated - 21,878 views
  • Unlock the McAfee VirusScan Enterprise 8.5i User Interface - 21,389 views
  • Internet Explorer 7 Gold RunOnce Removal - 20,778 views
  • Windows XP SESSION3_INITIALIZATION_FAILED stop error with 0x0000006F fix - 19,616 views
  • How to automate Selenium scripts - 19,262 views
  • atibtmon.exe Runtime Error! [Resolved] - 19,109 views
  • SVCHOST.EXE Application Error 0XC00000FD 0X76A9F4F9 100% CPU Resolved! - 19,079 views
  • How to enable and configure Java JRE to work in Firefox in CentOS 5 and RHEL 5 Linux - 17,969 views
  • How to install the Intel 82845G Graphics driver on Microsoft Vista - 16,886 views
  • Remove WGA Notifications with AutoIT - 16,245 views
  • How to Setup IIS6 with the Tomcat 5 Connector – Step by Step Guide. - 16,041 views
  • Disable firewall on Red Hat Enterprise Linux (RHEL) Server - 15,677 views
  • Internet Explorer 8 Beta RunOnce Removal - 15,004 views
  • Setup JBoss on Ubuntu 8.0.4 LTS Server Edition - 14,386 views
  • Use netstat in Linux to determine port conflicts - 14,267 views
  • How to Sort Text Using Notepad++ - 14,054 views
  • EPSON Print CD missing PICSDK.DLL - 13,727 views
  • DOS Batch – Find and Replace all occurrences of a string with another string - 13,002 views
  • Connect to VNCServer on Red Hat Enterprise Linux - 12,704 views
  • Autorun JBoss on Red Hat Enterprise Linux 5 (RHEL5) Server - 12,092 views
  • Microsoft Office 2003 missing SKU011.CAB - 11,638 views
  • Factory reset the Linksys PAP2 Phone Adapter for Vonage - 11,481 views
  • Unlock Western Digital WD80EB Drives - 10,479 views
  • Create a Bootable Windows XP SP3 Integrated with Post-SP3 fixes CD - 10,327 views
  • RDP into CentOS 7 with XRDP - 9,752 views
  • Setup JBoss on Ubuntu 8.1.0 Server Edition - 9,460 views
  • Vsftpd FTP Server With Virtual Users (CentOS 7) - 9,203 views
  • Innounp, Inno Setup Unpacker 0.23 (Build: 080318) supports INNO Setup 5.2.3 - 8,895 views
  • Create a service for JIRA on CentOS 5 or RHEL 5 - 8,506 views
  • Hot to enable a Symantec Antivirus LiveUpdate that is grayed out - 8,482 views
  • Event ID 1091 Group Policy … failed to log RSOP. - 8,057 views
  • Install Tomcat 5.5.28 on RHEL5 / CentOS5 - 8,014 views
  • Install and use ncsd for name service caching - 7,971 views
  • Beyond Compare 2.5.3 INNO repack with license key - 7,678 views
  • Add Root Certificates to a CentOS Linux Server - 7,603 views
  • Foxit Reader: Invert All Colors of Text - 7,160 views
  • Elasticsearch bootstrap checks failed [RESOLVED] - 7,149 views
  • mAh mWh Calculator - 7,119 views
Copyright © 2006-2023 it.megocollector.com
Theme by moyu