PDA

View Full Version : Bellatrix with Ja-header


swemmel
01-18-2007, 07:30 PM
I changed my website from Zibal to Bellatrix with ja-header. :cool:

Hope you like it too. :-[

Greetz,
Peter

165

nicnatros
01-19-2007, 09:47 PM
How could I get a full size picture at top like this website? What did you use to do the animation at top? Also I feel dumb, but how do you get anything to show in the "body" of pages. I can't figure out how to put a module in the middle of pages. Thanks to anyone who can answer any of these!

grootle
01-21-2007, 12:52 AM
In your administrator panel go: Site -> Preview -> Inline with positions

You will then be shown a screenshot of your template and where all the module positions are.

Hope that helps,

Groots :)

nicnatros
01-24-2007, 05:22 AM
The problem is that there are no positions in the middle of the page. There is left, right, top, bottom, etc, but nothing in the middle. Let's say on the main tab of my site I just want a picture covering the middle of the site that I change out now and then. How would I go about doing this? Thanks.

ErikThorsen
01-24-2007, 11:07 AM
You could also do the following to check for module postitions:

If your site is www.yoursite.com

Then put this into it:

www.yoursite.com/index.php?tp=1

That will show you all template positions. If you don't have any module positions in the "main content area" then you would have to modify the index.php file in your templates folder and add a new module position there.

Good luck

nicnatros
01-24-2007, 02:32 PM
That showed something similar. I looked at the info on some other templates here and it looks like most templated don't allow modules to be placed in the middle. What code would I add to designate the middle area as a body area for modules to be placed in? That would allow me the freedom to easily add and remove items from it. Thanks

ErikThorsen
01-25-2007, 10:54 AM
Everything is possible :)

Take a look at this site:http://205.234.252.35/~matchrek/index.php?tp=1

Here you will see that modules are set up in the main content area. :)

You need to modify the index.php file and add the "module posistion" to wherever you want it to be.

Then you can specify which pages ( if not only on the frontpage ) you want to show your modules.

Best regards,

nicnatros
01-26-2007, 02:56 PM
Cool, Once I get the rest of my site going, I'll have to start learning to manually edit my templates. Thanks for the tip!