1
JonBon
I'm soooo new at this, having troubles
  • 2004/8/22 0:01

  • JonBon

  • Just popping in

  • Posts: 10

  • Since: 2004/8/21


I've made up a design I want to use for Xoops, but I can't seem to get it right.

heres what the i want it to look like.

Resized Image

so if anyone could help that would be great.

and I can make it bigger.

2
hsalazar
Re: I'm soooo new at this, having troubles
  • 2004/8/22 1:13

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


JonBon:

Well, the first thing you need to do is tell the nature of your problems, of course. If you can build this image with HTML, your almost there. Have you reached that point already?

Cheers.

3
JonBon
Re: I'm soooo new at this, having troubles
  • 2004/8/22 1:50

  • JonBon

  • Just popping in

  • Posts: 10

  • Since: 2004/8/21


yes I am able to put it into html. i already have to make it bigger, its just that getting all the other stuff is the problem, like the stuff that goes in the center, i have troubles with that.

4
hsalazar
Re: I'm soooo new at this, having troubles
  • 2004/8/22 3:12

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


JonBon:

Well, in this case my suggestion would be to watch closely the way the default theme is built, and to clone its structure and behavior. You have to make sure that you can splice your HTML in little autonomous blocks:

1) A block for the header
2) A block for the content area
3) A block for the footer

Also, within the content area, you need to splice the block in three sub-blocks:

2a) A block for the left column
2b) A block for the center content area
2c) A block for the right column

The usual path here is to put all this in a table, so 2a, 2b and 2c are TDs in that table.

Then, in 2a you need to define

2a1) A block head
2a2) A block content

In 2c you need

2c1) A block head
2c2) A block content

Then, in 2b, you need to define:

2b1) A block head full-width
2b2) A block content full-width
2b3) A block head half-with
2b4) A block content half-width
2b5) A block for the general content

If you see how theme.html is built on the default theme, you'll find it easy to grow from there.

Cheers.

5
JonBon
Re: I'm soooo new at this, having troubles
  • 2004/8/22 4:02

  • JonBon

  • Just popping in

  • Posts: 10

  • Since: 2004/8/21


i'm gonna try that. what if I just want the one in the middle, and not have 3 columns in the middle?

6
chapi
Re: I'm soooo new at this, having troubles
  • 2004/8/22 8:49

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


The Theme KickStart Guide in the Wiki should also help you a little in this case.

http://wiki.xoops.org/wakka.php?wakka=ThemeHowTo

7
tjnemez
Re: I'm soooo new at this, having troubles
  • 2004/8/22 10:28

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


please provide an update or a link to your site.

8
JonBon
Re: I'm soooo new at this, having troubles
  • 2004/8/22 22:06

  • JonBon

  • Just popping in

  • Posts: 10

  • Since: 2004/8/21


ok I've coded the layout into the XOOPS files you said, but now it doesn't show up anymore

heres the link

http://www.catstep.net/xoops

9
Bassman
Re: I'm soooo new at this, having troubles
  • 2004/8/22 22:19

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


you have to make sure that all the links in your theme.html match what your theme is called - in all of the themes i've done, there's 5 html files besides theme.html. So if your theme is called Default, you have all the files in a folder called Default and the links in your theme.html will be to files in the Default folder: <{include file="Default/theme_blockleft.html"}> and so on. if it's different to your folder name, it will not work.

10
JonBon
Re: I'm soooo new at this, having troubles
  • 2004/8/22 22:29

  • JonBon

  • Just popping in

  • Posts: 10

  • Since: 2004/8/21


i checked that, and its in my default folder and the links are correct, still not showing up

Login

Who's Online

240 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 240


more...

Donat-O-Meter

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

Latest GitHub Commits