MyBB Community Forums

Full Version: Change header text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not sure how to change the text on my forum. It currently says "Square." http://www.codjng.com/forums/index.php


Here is my header template:

<div class="scrolltotop"><i class="fa fa-caret-up fa-2x"></i></div>

<div id="container">

	<div id="header">
		<div class="wrapper">
			<div class="logo"><div class="logo2"><img src="http://static4.fjcdn.com/thumbnails/comments/Gang+activity+isn+t+all+that+common+in+finland+there+are+_c640227de11c1398d7ebf4f7208c8807.png" style="width:100px;height:100px"></div> {$lang->xstyled_logo}</div>
			
		<!--<i class="fa fa-cube fa-fw"></i>-->
			
          	<div class="menu">
              	<ul>
                  	<li><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-comments fa-2x"></i><br />{$lang->xstyled_index}</a></li>
                  	<li><a href="{$mybb->settings['bburl']}/search.php"><i class="fa fa-search fa-2x"></i><br />{$lang->xstyled_search}</a></li>
                  	<li><a href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-users fa-2x"></i><br />{$lang->xstyled_members}</a></li>
                  	<!--<li><a href="{$mybb->settings['bburl']}/calendar.php"><i class="fa fa-calendar-o fa-2x"></i><br />{$lang->xstyled_calendar}</a></li>-->
                	<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-question-circle fa-2x"></i><br />{$lang->xstyled_help}</a></li>
              	</ul>
          	</div>
		</div>
	</div>
  
	<div id="panel">
  		<div class="wrapper">
			<div class="news">
				<div class="announcements"><i class="fa fa-microphone fa-2x"></i></div>
					<div class="automsj">
						<ul>
                          	<li class="quotes">Welcome to the DANK forums</li>
							<li class="quotes">Enjoy your stay</li>
                          	<li class="quotes">Have you ever seen a meme so supreme it made you scream?</li>
						</ul>
					</div>
			</div>
        	<div class="usersection">
				{$welcomeblock}
        	</div>
		</div>
	</div>
      
		<div id="content">
			<div class="wrapper">
              	<br />
              	<navigation>
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<br />
I'm pretty sure it has something to do with either the logo or logo2 classes, but if I delete one of them my forum goes beserk. 
Replace {$lang->xstyled_logo} between the <div> tags with whatever you want.
(2015-05-16, 11:10 PM)Cookie123 Wrote: [ -> ]Replace {$lang->xstyled_logo} between the <div> tags with whatever you want.

Thank you  Big Grin
(2015-05-16, 11:14 PM)Owen Wrote: [ -> ]
(2015-05-16, 11:10 PM)Cookie123 Wrote: [ -> ]Replace {$lang->xstyled_logo} between the <div> tags with whatever you want.

Thank you  Big Grin

Heh, no problem. Smile