1
Haskell
Changing top "header" section
  • 2004/7/25 17:46

  • Haskell

  • Just popping in

  • Posts: 1

  • Since: 2004/7/25


Just installed XOOPS - changed the theme and playing around with it but I can't find any configuration setting that can change the main header - or top section of the website. I can select different banners but there is a Home, XOOPS support and XOOPS faq menu that I can't get rid of - I can't locate how to configure this in the blocks or banners or preference section. - I'm on a windows xp computer with dreamweaver without any sql or php server setup - php files don't disply in dreamweaver - (hosting server has php, mysql)

Thanks.

2
JMorris
Re: Changing top "header" section
  • 2004/7/25 17:55

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


First, download a stand-alone development server like XSAS or easyPHP. Get that all setup and install a fresh copy of XOOPS 2.0.7 in a directory called Beta, or whatever. Just not in the root because you may want to tinker with more than one site at a time.

Next, browse to x:\xoopsroot\themes\default and open your theme.html document in Dreamweaver in either code or split view.

The following code is your header:
<table cellspacing="0">
    <
tr id="header">
      <
td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="150" height="80" alt="" />a>td>
      <
td id="headerbanner"><{$xoops_banner}>td>
    tr>
    <
tr>
      <
td id="headerbar" colspan="2">&nbsp;td>
    tr>
  table>

Now, start tinkering. Just remember to change the logo width and height if you're going to use a different logo, otherwise it can get real ugly. Also, with each new save, you'll need to empty the templates_c directory in order to view the changes you've made.

Tinker around with the default theme for a little bit so you can get comfortable with how it's done, then install the theme you want to edit and hack away! Every theme is different and some have some pretty ugly code, but if you get the basics down first, you'll be able to spot the rest later.

Best of luck!

3
BDLab
Re: Changing top "header" section
  • 2004/8/2 14:39

  • BDLab

  • Just popping in

  • Posts: 1

  • Since: 2004/8/2 1


This is a helpful post. Thank you!

Login

Who's Online

449 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 449


more...

Donat-O-Meter

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

Latest GitHub Commits