1
dimitris_s
Add a horizontal bar in my theme!
  • 2005/8/16 20:28

  • dimitris_s

  • Just popping in

  • Posts: 75

  • Since: 2005/7/13


I want to add a horizontal bar in my theme!

i use a LucasTDS theme.
Go to www.techxoops.1l.com and you'll see an area where it says "welcome guest..." I want in that area to put some words with a link.

etc. I want to put the word FORUM and a link to www.techxoops.1l.com/modules/newbb.

How can I do that. ?

Can someone tell me?
this is my theme.html
[click save link as]

I need someone to tell me what lines and where should I put in my theme html so i can have 4-5 words with a link.

If someone could be so kind to tell me a java script for horizontal bar and how to integrate it to my theme, I would be grateful!!

Thanks in advance...
.:::http://tus.ath.cx :::.
Apache 2.0.55, PHP 4.4.2, MySQL 4.0.18

2
wildo
Re: Add a horizontal bar in my theme!
  • 2005/8/17 0:04

  • wildo

  • Just popping in

  • Posts: 33

  • Since: 2004/3/1 1


Hi dimitris_s,

I use the same theme for my website and I also made a few changes to the top bar.
Look in the source for the TABLE with id="welcome"

replace everything between <tr> code goes here </tr>

with:

<tr>
      <
td class="side"><img src="<{$xoops_imageurl}>r-left.gif" width="8" height="26" alt="" /></td>
      <
td align="left" valign="middle" class="center">
        <{if 
$xoops_isuser}> <a href="<{$xoops_url}>">Home</a> | <a href="<{$xoops_url}>/modules/myguestbook/">Guestbookboek</a> | <a href="<{$xoops_url}>/modules/sitemap/">Sitemap</a> | <a href="<{$xoops_url}>/search.php">Search</a><{else}>
        <
center class="styleToegang">
  
Register <a href="<{$xoops_url}>/register.php">HERE</a> for a free account.
        </
center>
        <{/if}> <
span class="right"> <{if $xoops_isadmin}> | <a href="<{$xoops_url}>/admin.php" target="_self">Admin</a><{else}><{/if}></span></td>
      <
td align="right" valign="middle" class="center"><span class="right"><a href="<{$xoops_url}>/modules/contact/">Contact</a></span> <{if $xoops_isuser}><span class="center"> | </span><a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a><span class="right"> | <a href="<{$xoops_url}>/user.php?op=logout">Log out </a>&nbsp;<{else}><{/if}></span></td>
      <
td class="side"><img src="<{$xoops_imageurl}>r-right.gif" width="8" height="26" alt="" /></td>
    </
tr>


This is an example of how I did it. You can add your own links.

Success!
...

3
dimitris_s
Re: Add a horizontal bar in my theme!
  • 2005/8/17 14:06

  • dimitris_s

  • Just popping in

  • Posts: 75

  • Since: 2005/7/13


You're the best!

tHANK you very much my friend,.Be well..!
.:::http://tus.ath.cx :::.
Apache 2.0.55, PHP 4.4.2, MySQL 4.0.18

4
dimitris_s
Re: Add a horizontal bar in my theme!
  • 2005/8/17 14:38

  • dimitris_s

  • Just popping in

  • Posts: 75

  • Since: 2005/7/13


CAn you please send me your theme.html file as an attachment to admin@techxoops.1l.com.

I did replace the code but nothing happens. I cleared firefox's cache also.
.:::http://tus.ath.cx :::.
Apache 2.0.55, PHP 4.4.2, MySQL 4.0.18

Login

Who's Online

177 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 177


more...

Donat-O-Meter

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

Latest GitHub Commits