1
Talis
NewBB2 RC UGLY Header Issue
  • 2004/10/14 23:09

  • Talis

  • Just popping in

  • Posts: 88

  • Since: 2004/3/24


I have a REALLY ugly header at the top of my forums now, kind of like it doesn't want to do the rollover stuff like it does here.

http://www.otalisman.com/images/screenshots/forumheader.gif

is what mine looks like and can be verified athttp://www.otalisman.com. Any points in the right direction would be very helpful. I've tried removing the templates, recompiling, but no go.

2
netwize
Re: NewBB2 RC UGLY Header Issue
  • 2004/10/14 23:29

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


You missed a step..

to use the NEWBB2xxx

you must have:
<{$xoops_module_header}>

between your HEADER tag .....


edit: just in case some dont know where .. its the theme.html file ..

if you use multiple themes... all theme.html need it.

3
Talis
Re: NewBB2 RC UGLY Header Issue
  • 2004/10/14 23:49

  • Talis

  • Just popping in

  • Posts: 88

  • Since: 2004/3/24


Holy crap! That made it even worse.

This is the theme.html header code:

<head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}>-<{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>


Where does it need to go? Thanks!

4
ackbarr
Re: NewBB2 RC UGLY Header Issue

<head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}>-<{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
[
b]<{$xoops_module_header}>[/b]
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>


Here is good

5
ackbarr
Re: NewBB2 RC UGLY Header Issue

also, if you make this change and it doesn't seem to take, remove all files from your templates_c folder.

6
Talis
Re: NewBB2 RC UGLY Header Issue
  • 2004/10/15 1:19

  • Talis

  • Just popping in

  • Posts: 88

  • Since: 2004/3/24


Bingo!

Now if I can just fix the Blue on my OTHER site (http://munchkin.otalisman.com) I'd have it made.

Thanks for the info!

This group is the best for speedy responses!

Login

Who's Online

208 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits