1
rcjohnson
NewBB2 - is this normal?
  • 2004/10/5 19:56

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


After I refresh my page, the top of it appears as shown. Is this a feature?
Resized Image

2
Mithrandir
Re:NewBB2 - is this normal?

No, it seems JavaScript is messing about with you

3
Anonymous
Re:NewBB2 - is this normal?
  • 2004/10/5 20:10

  • Anonymous

  • Posts: 0

  • Since: 0


This Post here will help...

4
rcjohnson
Re:NewBB2 - is this normal?
  • 2004/10/5 20:14

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


Quote:

Predator wrote:
This Post here will help...

Hi Pred,
I saw that, and am using the "default" XOOPS theme. I checked and that <{$xoops_module_header}> line does exsist:

<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">

That issue tends to occur when I "refresh" the forum page. (but not always)

5
Speed
Re:NewBB2 - is this normal?
  • 2004/10/5 21:25

  • Speed

  • Quite a regular

  • Posts: 310

  • Since: 2004/5/18


[edit]The below assumes you are using custom templates[/edit]

Did you delete your templates and rebuild them? I had a similiar thing happen in the earlier betas of NewBB2 and I think that's what fixed it for me.

6
rcjohnson
Re:NewBB2 - is this normal?
  • 2004/10/5 23:47

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


Hi Speed,
no, im using the default template set. The only thing different about my default theme is Im using an 'include()' to insert some java script that creates a nav bar at the top of my sight. Maybe something is getting goofed up there and rippling down to effect the newbb menus.

7
Anonymous
Re:NewBB2 - is this normal?
  • 2004/10/6 0:58

  • Anonymous

  • Posts: 0

  • Since: 0


If you want please sent me your script to check, i guess they may clash each other...

8
arpboy
Re: NewBB2 - is this normal?
  • 2004/10/8 19:48

  • arpboy

  • Just popping in

  • Posts: 46

  • Since: 2004/9/7 4


I had the exact same problem across three websites. Putting in the <{$xoops_module_header}> on the theme.html fixed it on all sites for me.

Here's how (I'm assuming you have FTP access to a remote host):

- FTP to your website
- Change directories to /theme/your_theme where your_theme = the theme you have picked.
- Download theme.html
- Use your favorite editor. Look for the line that ends:
href="<{$xoops_themecss}>" />'

- Immediately after that line, add the following line:
<{$xoops_module_header}>
-Save your file.
-Upload it back to the same location on your website.

Now try it and see what happens.

9
Anonymous
Re: NewBB2 - is this normal?
  • 2004/10/8 20:12

  • Anonymous

  • Posts: 0

  • Since: 0


We hope to have for the Final a documentation, these RC`s shows us which point are important to explain so give everybody the ability to use Newbb 2.0 easily.

Thanks for your patiences

10
wahone2002
Re: NewBB2 - is this normal?
  • 2005/1/28 13:37

  • wahone2002

  • Just popping in

  • Posts: 11

  • Since: 2004/12/20


This file is in your root folder go to themes themes you are useing and add the line