1
JohanFH
Home button has to point to another file
  • 2003/11/11 14:39

  • JohanFH

  • Just popping in

  • Posts: 13

  • Since: 2003/10/11


Hi,

we're using Xoops, but there's a problem: we have an intro page, called index.html with a small movie wich has to start once the site is loaded. After that XOOPS is loaded. But now everytime I click on home, I'm redirected to my movie and not to my index.php
How can I change the link under the home-button?

Thanks,
JohanFH


2
Mithrandir
Re: Home button has to point to another file

root/themes/[the theme(s) you are using/theme.html line 28:

<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="150" height="80" alt="" /></a></td>

change the <a href="<{$xoops_url}>/">
to
<a href="<{$xoops_url}>/index.php">

3
JohanFH
Re: Home button has to point to another file
  • 2003/11/11 15:02

  • JohanFH

  • Just popping in

  • Posts: 13

  • Since: 2003/10/11


sorry, I mean the home - link on top of the menu.

JohanFH

4
Herko
Re: Home button has to point to another file
  • 2003/11/11 16:07

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


go to system admin -> templates. clone the default template set (because you can't edit the default set for security reasons). Go to system templates of your cloned set. Scroll down for the system_main>menu_block.html (or something like taht) template. Click edit. You'll see a link for <{$xoops_url}>, change the first one to <{$xoops_url}>index/php". That should do the trick

Herko

5
JohanFH
Re: Home button has to point to another file
  • 2003/11/18 13:17

  • JohanFH

  • Just popping in

  • Posts: 13

  • Since: 2003/10/11


Thanks Herko, it worked great!

Oftewel: bedankt!

Login

Who's Online

130 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 130


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