RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 14/3/2006 at 10:31 |
|
|
[In Progress] help
first, how do you set your theme to default so that when people visit your forum they cans see it.
forums.chyeah.net on my site, i dont want the top to header to have a border around it, i want it to blend with the bg. how do i do that? Also why are
my links off to the side like that? how can i fix it
|
|
|
stephee
Member
 
Posts: 382
Registered: 15/1/2006
Member Is Offline
|
posted on 14/3/2006 at 13:35 |
|
|
You go to your admin panel, and go to settings, and soon you should find Default: Themenamehere
You have to ask someone else to center your links, cause, me too had to ask someone.  |
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 15/3/2006 at 00:51 |
|
|
cool thanks. actually i want my navigation and links to look like this

can anyone help me do this
|
|
|
stephee
Member
 
Posts: 382
Registered: 15/1/2006
Member Is Offline
|
posted on 15/3/2006 at 01:13 |
|
|
I've been trying to get mine like that too. But I dunno how. Mine's just simple lol. |
|
|
2ney
Member
 
Posts: 101
Registered: 21/9/2005
Location: Birmingham, UK
Member Is Offline
Mood:
|
posted on 15/3/2006 at 08:15 |
|
|
u want them detached from the header image?
|
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 16/3/2006 at 00:32 |
|
|
yes
|
|
|
2ney
Member
 
Posts: 101
Registered: 21/9/2005
Location: Birmingham, UK
Member Is Offline
Mood:
|
posted on 16/3/2006 at 17:01 |
|
|
could you post up your header template and i'll edit it accordingly
|
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 16/3/2006 at 22:56 |
|
|
cool thanks! here i attached it
Attachment: header.txt (1.87 KiB)
This file has been downloaded 83 times
|
|
|
2ney
Member
 
Posts: 101
Registered: 21/9/2005
Location: Birmingham, UK
Member Is Offline
Mood:
|
posted on 17/3/2006 at 18:14 |
|
|
| Code: | <!-- $versionlong -->
<!-- Build: $versionbuild -->
<!-- $versioncompany -->
<!-- www.aventure-media.co.uk : www.xmbforum.com -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$charset" />
<title>$bbname $threadSubject - $versionlong</title>
$css
<script language="JavaScript" type="text/javascript" src="./include/header.js"></script>
</head>
<body text="$text">
$bbcodescript
<a name="top"></a>
<table cellspacing="0" cellpadding="0" border="0" width="$tablewidth" align="center">
<tr>
<td bgcolor="$bordercolor"><table border="0" cellspacing="1" cellpadding="6" width="100%">
<tr>
<td width="74%" $topbgcode><table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" rowspan="2">$logo</td>
<td align="right" valign="top"><font class="smalltxt">$lastvisittext<br />
$newu2umsg</font></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<br />
<table cellspacing="0" cellpadding="0" border="0" width="$tablewidth" align="center">
<tr class="navtd">
<td><table width="100%" cellspacing="0" cellpadding="6" align="center">
<tr>
<td class="navtd"><font class="navtd">$links $pluglink</font></td>
<td align="right"><a href="$siteurl"><font class="navtd">$lang[backto] <img src="$imgdir/home.gif" border="0"
alt="$sitename" /></font></a></td>
</tr>
</table></td>
</tr>
</table>
<table cellspacing="0" cellpadding="1" border="0" width="$tablewidth" align="center">
<tr>
<td><table width="100%" cellspacing="0" cellpadding="2" align="center">
<tr>
<td class="nav"> <a href="index.php">$bbname</a> $navigation</td>
<td align="right" valign="bottom"><font class="smalltxt">$notify</font></td>
</tr>
</table></td>
</tr>
</table>
<br /> |
sorry for the late reply... uni has kept me busy.
Try that code. See if you are happy with it. I have recoded the header from my existing spacing of the logo from the header links, there appears to be
fewer validation errors, but could someone please check that Might have
missed a few closed/open tags that are not needed.
|
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 17/3/2006 at 20:29 |
|
|
thanks! it worked. do you know how to get my links up there plain and without the pictures next to them. also how can i get a border around the whole
section
|
|
|
2ney
Member
 
Posts: 101
Registered: 21/9/2005
Location: Birmingham, UK
Member Is Offline
Mood:
|
posted on 17/3/2006 at 20:52 |
|
|
| Quote: | Originally posted by RunninTwentiFo7
thanks! it worked. do you know how to get my links up there plain and without the pictures next to them. also how can i get a border around the whole
section |
border around whole section??? what do you mean??
and to remove images - edit header.php
find:
| Code: |
// Search-link
if ( $SETTINGS['searchstatus'] == "on") {
$links[] = "<img src=\"$imgdir/search.gif\" alt=\"$lang[altsearch]\" border=\"0\" /> <a
href=\"misc.php?action=search\"><font class=\"navtd\">$lang[textsearch]</font></a>";
}
// Faq-link
if ( $SETTINGS['faqstatus'] == "on") {
$links[] = "<img src=\"$imgdir/faq.gif\" alt=\"$lang[altfaq]\" border=\"0\" /> <a href=\"faq.php\"><font
class=\"navtd\">$lang[textfaq]</font></a>";
}
// Memberlist-link
if ( $SETTINGS['memliststatus'] == "on") {
$links[] = "<img src=\"$imgdir/members_list.gif\" alt=\"$lang[altmemberlist]\" border=\"0\" /> <a
href=\"misc.php?action=list\"><font class=\"navtd\">$lang[textmemberlist]</font></a>";
}
// Today's posts-link
if ( $SETTINGS['todaysposts'] == "on") {
$links[] = "<img src=\"$imgdir/todays_posts.gif\" alt=\"$lang[alttodayposts]\" border=\"0\" /> <a
href=\"today.php\"><font class=\"navtd\">$lang[navtodaysposts]</font></a>";
}
// Stats-link
if ( $SETTINGS['stats'] == "on") {
$links[] = "<img src=\"$imgdir/stats.gif\" alt=\"$lang[altstats]\" border=\"0\" /> <a href=\"stats.php\"><font
class=\"navtd\">$lang[navstats]</font></a>";
}
// 'Forum Rules'-link
if ( $SETTINGS['bbrules'] == "on") {
$links[] = "<img src=\"$imgdir/bbrules.gif\" alt=\"$lang[altrules]\" border=\"0\" /> <a
href=\"faq.php?page=forumrules\"><font class=\"navtd\">$lang[textbbrules]</font></a>";
} |
Replace With:
| Code: |
// Search-link
if ( $SETTINGS['searchstatus'] == "on") {
$links[] = "<a href=\"misc.php?action=search\"><font class=\"navtd\">$lang[textsearch]</font></a>";
}
// Faq-link
if ( $SETTINGS['faqstatus'] == "on") {
$links[] = "<a href=\"faq.php\"><font class=\"navtd\">$lang[textfaq]</font></a>";
}
// Memberlist-link
if ( $SETTINGS['memliststatus'] == "on") {
$links[] = "<a href=\"misc.php?action=list\"><font class=\"navtd\">$lang[textmemberlist]</font></a>";
}
// Today's posts-link
if ( $SETTINGS['todaysposts'] == "on") {
$links[] = "<a href=\"today.php\"><font class=\"navtd\">$lang[navtodaysposts]</font></a>";
}
// Stats-link
if ( $SETTINGS['stats'] == "on") {
$links[] = "<a href=\"stats.php\"><font class=\"navtd\">$lang[navstats]</font></a>";
}
// 'Forum Rules'-link
if ( $SETTINGS['bbrules'] == "on") {
$links[] = "<a href=\"faq.php?page=forumrules\"><font class=\"navtd\">$lang[textbbrules]</font></a>";
} |
|
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 17/3/2006 at 20:58 |
|
|
thanks!
like this thing: how do i put a border around
it. annnnd sorry i feel like really stupid askign so many questions. but i dont want to keep making more new topics.
1) how do i center all my forum like http://www.crushmb.com/3/index.php?showforums
2) how do I make the headings bold like theirs.
3) how do i center my navigation links
4) how do i remove the back to: home thing
|
|
|
Prof_Lupin
Junior Member

Posts: 63
Registered: 5/1/2006
Member Is Offline
|
posted on 17/3/2006 at 21:19 |
|
|
1) Centered by default
2) What do you mean? |
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 17/3/2006 at 21:40 |
|
|
sorry im bad at explaining
|
|
|
stephee
Member
 
Posts: 382
Registered: 15/1/2006
Member Is Offline
|
posted on 17/3/2006 at 21:53 |
|
|
It's probably
<center>Title</center>
<center>descriptionhere</center> |
|
|
RunninTwentiFo7
Junior Member

Posts: 20
Registered: 14/3/2006
Member Is Offline
|
posted on 17/3/2006 at 22:38 |
|
|
ooo could be i didnt think of that i shall go try!
|
|
|
TripleX
Junior Member

Posts: 3
Registered: 24/3/2006
Member Is Offline
|
posted on 24/3/2006 at 15:12 |
|
|
| Quote: | Originally posted by stephee
It's probably
<center>Title</center>
<center>descriptionhere</center> |
Hi, guys I'm kind of new to XMB but I do know HTML and "<center>" is not valid. You should use your <td align="center" or use <div
align="center"> Some Text</div>. Both would be valid HTML. |
|
|
2ney
Member
 
Posts: 101
Registered: 21/9/2005
Location: Birmingham, UK
Member Is Offline
Mood:
|
posted on 24/3/2006 at 21:10 |
|
|
| Quote: | Originally posted by TripleX
| Quote: | Originally posted by stephee
It's probably
<center>Title</center>
<center>descriptionhere</center> |
Hi, guys I'm kind of new to XMB but I do know HTML and "<center>" is not valid. You should use your <td align="center" or use <div
align="center"> Some Text</div>. Both would be valid HTML. |
or give it a class and do it by CSS
|
|
|
Lanen
Newbie
Posts: 1
Registered: 4/12/2009
Member Is Offline
|
posted on 4/12/2009 at 07:25 |
|
|
Wow..This great...I also used this now..Thanks for this..
Regards
Lanen |
|
|