271
incama
Re: Class head problem
  • 2004/7/5 13:46

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Thanks Tjnemez,,,,,,,,,,,

but it didn't work:(,.,.,.
Why did the core developers add stylies into php instead of the templates,,,,,well I'm not a programmer, so. Does anyone else have a guess?

No I'm mad.,.,.lol



272
incama
Class head problem
  • 2004/7/5 5:17

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Look athttp://www.lifelikeus.nl/modules/news/comment_new.php?com_itemid=7&com_order=0&com_mode=nest

as you can see, the article is displayed very bad here. The article uses the head class in my style sheet i know, but don't want to change my stylie (because I use my head class for other things). What I want to do is change the class name into something else (eg head2), but I'm not able to find the template were this is defined. Already looked into the system/comments*.tpl, but it isn't defined there.....

please help me before I'm going mad



273
incama
Re: Menus Popping Out
  • 2004/5/2 6:33

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Could you show us some code, b'cause we can't see what is causing the problem, could be anything! I'm guessing it's a padding problem, but then again I don't have the code!




274
incama
Re: New layout
  • 2004/4/24 20:14

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


@Catcity:
Thanx, we are trying to loose the Xoopish look, it only can be reached by loosing standard things, like left cl cc cr and right blocks. It doen't mean that they aren't there. (didn't look well btw:))

@Karuna:
Thanx, no it isn't:)

@Bmmolloy:
Thanx,

@Tom:
Thanx, It will be at the moment we think it's fully XOOPS worthy:)

Did I forget someone???



275
incama
New layout
  • 2004/4/24 15:50

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Again a new layout at Incama. Please visit and comment.

(don't mind some graphics, it's layout time)

Special thanks to Michael for answering alot of questions!



276
incama
Re: Do do i xoops my site :)
  • 2004/4/17 6:13

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Are you asking how to build your site from scratch??? Read the manuals. That should set you on your way

http://wiki.xoops.org/wakka.php?wakka=XoopsThemesDoc



277
incama
Re: Customised theme
  • 2004/4/14 5:02

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Damn Philou,,,you are a fast guy



278
incama
Re: Customised theme
  • 2004/4/14 5:01

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


I'm missing the <{$block.title}> <{$block.content}> statements, they aren't defined in you theme,

Here is your theme now,,,,

this is the code:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="Microsoft FrontPage 5.0" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<
font face="Arial" size="2"><{$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
<
body bgcolor="#C0C0C0">

<
div align="center">
  <
center>
  <
table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="75%" bgcolor="#FFFFFF" height="553">
    <
tr>
      <
td width="100%" colspan="2" height="50">
      <
font size="2">
      <
img border="0" src="<{$xoops_imageurl}>logo.gif" align="left" hspace="3" vspace="3" width="180" height="50"></font></td>
    </
tr>
    <
tr>
        <
td width="100%" colspan="2" background="<{$xoops_imageurl}>top.jpg" height="20"> <p align="right"><{foreach 
            
item=block from=$xoops_crblocks}><font face="Arial" size="2"><{$block.title}> 
            <
br>
            <{
$block.content}></font> <{/foreach}> 
            <!-- 
End center-right blocks loop -->
        </
td>
    </
tr>
    <
tr>
        <
td width="25%" bgcolor="#E1E7F2" height="473" align="left" valign="top" bordercolorlight="#FFFFFF"
          <
font size="2"
          <!-- 
Start left blocks loop -->
          </
font> <font face="Arial" size="2"> <{foreach item=block from=$xoops_lblocks}> 
          <!-- 
End left blocks loop -->
          <
br>
          <{
$block.title}> <{$block.content}><{/foreach}> 
          <!-- 
End left blocks loop -->
        </
td>
        <
td width="57%" height="473" valign="top" align="left"
          <!-- 
Start center-center blocks loop -->
          <
font face="Arial" size="2"><{foreach item=block from=$xoops_ccblocks}> 
          <{
$block.title}> <br>
          <{
$block.content}><{/foreach}> </font></td>
    </
tr>
    <
tr>
      <
td width="100%" colspan="2" background="<{$xoops_imageurl}>top.jpg" height="20">
      <
font face="Arial" style="font-size: 8pt" color="#FFFFFF">Copyright © 2004 
      Wired
<b>Blog</b>. All rights reserved.</font></td>
    </
tr>
  </
table>
  </
center>
</
div>


Also added <{$xoops_imageurl}> so that XOOPS knows where your images are



279
incama
Incama's core74 theme final test
  • 2004/3/29 17:05

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


A new design from Incama is going into the last test fase. Please comment this theme and try to break it down so we can post the theme into the downloadzone,.....

thnx



280
incama
Re: Forum post width
  • 2004/3/29 11:02

  • incama

  • Friend of XOOPS

  • Posts: 513

  • Since: 2003/10/24


Herko,

thanks for your reaction,
It's clear to me now..I think I'm going to have fun looking for another solution




TopTop
« 1 ... 25 26 27 (28) 29 »



Login

Who's Online

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


Members: 0


Guests: 157


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