1
sbkiller
NewBB 2 RC1
  • 2004/10/1 15:10

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


ARg... horrible template mess my forum.

Seriously I have to redo the newbb templates for all themes, so it will be compatible.

I will redesign it in a better layout. Now the layout are really messy.

NewBB is going fine but one error.

The JumbBox shown nothing just a error message. You can check it all out at www.maxmzone.com -> community

bad isn't it?

2
Mithrandir
Re: NewBB 2 RC1

Your theme needs to include <{$xoops_module_header}>

And usually I leave more space for the main content.

3
sbkiller
Re: NewBB 2 RC1
  • 2004/10/1 16:03

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


<{$xoops_module_header}>


What it does? Maybe I forgot about it.

4
Mithrandir
Re: NewBB 2 RC1

Quote:

sbkiller wrote:
<{$xoops_module_header}>


What it does? Maybe I forgot about it.
What it does is include the javascript code necessary to render the forum options as popups and not messing up your forum pages.

5
smdcom
Re: NewBB 2 RC1

Quote:

sbkiller wrote:
<{$xoops_module_header}>


What it does? Maybe I forgot about it.


it's include newbb header code in your page...

if you don't insert it in your theme.html, newbb pop up menu will now working...

6
sbkiller
Re: NewBB 2 RC1
  • 2004/10/1 16:11

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Thanks to all

I can put it anywhere in my theme file right?

7
smdcom
Re: NewBB 2 RC1

cannot put in before </head>.. like this:


Quote:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<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}>" />
<!-- RMV: added module header -->
<{$xoops_module_header}>

<script type="text/javascript" language="javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>


8
sbkiller
Re: NewBB 2 RC1
  • 2004/10/1 16:26

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Wait....I found that I have to put it between the <head></head>
right?

It work but templates still need to modify, because the drop down menu kinda stretch out.

The Forum Jump has a error

9
tjnemez
Re: NewBB 2 RC1
  • 2004/10/1 17:47

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


i have modified a number of templates and the newbb.css and it is looking okay so far, but i still have to style background.

Login

Who's Online

225 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 225


more...

Donat-O-Meter

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

Latest GitHub Commits