11
Xend
Re: Need some theme/html/css help
  • 2009/5/14 22:28

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


Hi, I dont think your problem is the navbar, look at your css and html code for the table around navbar where your logo is.

Btw, i also see there may be a smale problem in your div#pnav in css, you have to many ; in there.

div#pnav {padding:0; background:transparent url(navbg_c.gif) 0 0 repeat-x;; width:990px; height:35px; margin-bottom:0;}

And you dont nead one in the end..

div#pnav {padding:0; background:transparent url(navbg_c.gif) 0 0 repeat-x; width:990px; height:35px; margin-bottom:0}

Hope it works out.
"Learn from the mistakes of others; you can't live long enough to make them all yourself."



12
Xend
Re: Ported a template to xoops, but....
  • 2005/9/23 22:54

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


Try to move the main menu to the other side, and see if the problem stop, if so, you may have a css problem with links.

simply to many css for mainmenu.
"Learn from the mistakes of others; you can't live long enough to make them all yourself."



13
Xend
Re: Hiding left block with CBB forum
  • 2005/9/19 19:26

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


First you nead to deactivate all sidebox for that module, that is done in "Blocks Administration" can be a hard work to do.

For the themes, well what themes do you use, do you now any html...?

you can hide alot with this code in theme file.

<{if $xoops_showlblock == 1}> <{/if}>

Here is an exemple in the theme "phpkaox"
you see here, if non Left sidebox is active, this code will hide the left block.

But i nead to see what themes you use, cant be done with all..

*************************************************


<{if $xoops_showlblock == 1}>
<td width="210" bgcolor="#bfccd9">
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<table cellspacing="0" cellpadding="2">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<{/foreach}>
<!-- End left blocks loop -->
</td>
<{/if}>
"Learn from the mistakes of others; you can't live long enough to make them all yourself."



14
Xend
Re: <body onload... problem
  • 2004/1/19 8:19

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


What i cant understand is where you get this error, that code is not loaded in main pages, only in pop windows.

Can you give us the exact link, like this.

/modules/mydownloads/singlefile.php?cid=5&lid=22



15
Xend
Re: problems changing 7dana theme
  • 2004/1/18 14:25

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


You nead to emty (Delete all files, but not index.php)

siteroot/templates_c/

Your old value is still in the cache files there..



16
Xend
Re: <body onload... problem
  • 2004/1/18 13:58

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


The only place i now that this code i used in a clean install is.

/modules/system/templates/system_imagemanager.html
/modules/system/templates/system_imagemanager2.html

And it looks like this.

<body onload="window.resizeTo(<{$xsize}>, <{$ysize}>);">

If $xsize and $ysize is not set, the code give error, and in sours it look's like this.

<body onload="window.resizeTo(<{, );">


So the only thing i can think of is that you are using a bad module or side/center block, that have a template error.


Do you get this error if you have a clean install whit orginal themes, and no modules active.. ?

If not, you nead to look for errors one by one when you activate modules ,blocs and themes..



17
Xend
Re: EasyWeb for XOOPS 1.3.x ?
  • 2004/1/16 21:43

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


oh, stile using 1.3, vell time to update

I have deleted most of the old files, but i found a rc, you may try it...

http://www.xendtech.com/downloads/1.3/modules/



18
Xend
Re: Problems with the Euro symbol ( ? )
  • 2003/10/24 13:58

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


Try to use AltGr+E or ctrl-alt-e



19
Xend
Re: Xoops Version # .... where can I find mine?
  • 2003/10/10 10:24

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


You can always look into file //siteroot/include/version.php



20
Xend
Re: Can You Help me ?
  • 2003/10/3 19:19

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


Look at this post:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=12567&forum=11#forumpost50352

Maybe you can get help there..





TopTop
« 1 (2) 3 »



Login

Who's Online

244 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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