1
astonstreet
Re: astonthemes - new theme for download

@tjnemez ... thanks for comments... I love the work you have done for the XOOPS community as well, its nice to get positive feedback from someone as talented as yourself!!

@Samwell ... Thanks ... btw I just had a look at your site and I love that pic on the front!!!! also love the color scheme and your logo looks great!! Thanks for the feedback, comments like yours makes it all worthwhile.



2
astonstreet
Re: astonthemes - new theme for download

Thnks .... hopefuly soon more color schemes.

BTW... I just realized there was an error in this theme... I seem to always have at least one error when I first upload a theme, but its been fixed now.



3
astonstreet
astonthemes - new theme for download

I have just posted my latest theme for download at my site... its the same as has been in use on my site for past week or so. Can view at my site.

Hopefuly some people like, I plan on more color schemes to come... feedback is more than welcome.

Cheers

Paul



4
astonstreet
Re: Custom theme error, left and right colums disappear

I just tested that code and it worked for me on my local system, showed left and right blocks... it must be something you have above the body tag?

I just copy and pasted everything above body tag from default theme and it worked...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
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=iso-8859-1" />
<
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="XOOPS" />
<
title><{$xoops_sitename}>-<{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>
<
body bgcolor="#FFFFFF" text="#000000" background="<{$xoops_imageurl}>bg.gif">
<
div align="center">
  <
center>
  <
table border="0" width="800" cellspacing="0" cellpadding="0">
    <
tr>
      <
td width="800" colspan="3"><img border="0" src="<{$xoops_imageurl}>topbanner.gif" width="800" height="100"></td>
    </
tr>
    <
tr>
      <
td width="800" colspan="3" bgcolor="#993366">
        <
p align="right"><font face="Verdana" color="#FFFFFF" size="1"><b><{$smarty.now|date_format:"%A. %B %e. %Y"}></b></font></td>
    </
tr>
    <
tr> <font face="Verdana" size="2">
      <
td id="leftcolumn" width="150" bgcolor="#993366" valign="top">
        <!-- 
Start left blocks loop -->
<{foreach 
item=block from=$xoops_lblocks}>
      <
div class="<{cycle values="blocktitle"}>"><{$block.title}></div>
      <
div class="blockContent"><{$block.content}></div>
      <
p> <{/foreach}>
          <!-- 
End left blocks loop -->
      </
td>
      <
center>
        <
td id="centercolumn" width="500" bgcolor="#993366" valign="top">
          <!-- 
Display center blocks if any -->
<{if 
$xoops_showcblock == 1}>
        <
table cellspacing="0">
          <
tr>
            <
td id="centerCcolumn" colspan="2">
              <!-- 
Start center-center blocks loop -->
<{foreach 
item=block from=$xoops_ccblocks}>
              <
table align="center" cellpadding="0" cellspacing="2">
                <
tr>
                  <
td>
                    <
div class="blockTitle"><{$block.title}></div>
                    <
div class="blockContent"><{$block.content}></div></td>
                </
tr>
              </
table>
<{/foreach}>
              <!-- 
End center-center blocks loop -->
            </
td>
          </
tr>
          <
tr>
            <
td id="centerLcolumn">
              <!-- 
Start center-left blocks loop -->
<{foreach 
item=block from=$xoops_clblocks}>
              <
table align="center" cellpadding="3" cellspacing="2">
                <
tr>
                  <
td>
                    <
div class="blockTitle"><{$block.title}></div>
                    <
div class="blockContent"><{$block.content}></div></td>
                </
tr>
              </
table>
<{/foreach}>
              <!-- 
End center-left blocks loop -->
            </
td>
            <
td id="centerRcolumn">
              <!-- 
Start center-right blocks loop -->
<{foreach 
item=block from=$xoops_crblocks}>
              <
table align="center" cellpadding="3" cellspacing="2">
                <
tr>
                  <
td>
                    <
div class="blockTitle"><{$block.title}></div>
                    <
div class="blockContent"><{$block.content}></div></td>
                </
tr>
              </
table>
<{/foreach}>
              <!-- 
End center-right blocks loop -->
            </
td>
          </
tr>
        </
table>
<{/if}>
        <!-- 
End display center blocks -->
        <
div id="content"> <{$xoops_contents}> </div></td>
      </
center>
      <
td id="rightcolumn" width="150" bgcolor="#993366" align="right" valign="top">
        <!-- 
Start right blocks loop -->
<{foreach 
item=block from=$xoops_rblocks}>
      <
div class="<{cycle values="blocktitle,blocktitle"}>"><{$block.title}></div>
      <
div class="blockContent"><{$block.content}></div>
      <
p> <{/foreach}>
          <!-- 
End right blocks loop -->
      </
td>
    </
font></tr>
  </
table>
</
div>
</
body>
</
html>


hope ive been a help.



5
astonstreet
Re: Intense Network V2

Looks great! Love the header and blocktitles! Can't see anything I dont like.

Good Job!



6
astonstreet
Re: Theme not displaying correctly in IE 5 and Netscape 7 on Mac

sorry, and I forgot to add.... when I said you may need to change the value... I meant change to a pixel or em or whatever value.... at least thats what I do to get them looking right in ie5



7
astonstreet
Re: Theme not displaying correctly in IE 5 and Netscape 7 on Mac

I think its more the block titles and th classes etc that you need to worry about... I find that the 130% values display huge in ie5 when i test on my system. The 90% values on item info class etc seem to display ok... also, the problem doesnt appear in every theme and I havent looked into it much so I guess it depends on different variables in the CSS wether it happens or not.

I have ie5, ie5.5 and ie6 installed on my computer...

Im pretty sure this is the link to download standalone versions.. (invaluable tools for a web designer)

download ie 5 and 5.5

Download the ie5, have a look over your site and u will probably find its only the block titles and th classes you need to change..

good luck and let me know if that link doesnt work



8
astonstreet
Re: Theme not displaying correctly in IE 5 and Netscape 7 on Mac

In the default theme CSS there is a few places where font size is set as a percentage value, ie5 displays these as too big.. u may need to go find these and change them to another value.

Hope this helps



9
astonstreet
Re: Talk Here World - Site Review

I like it, nice theme, looks good.

Just a couple of things though... I am not fond of the animated picture at top, I would rather see a nice logo and sitename type thing... also, page seems to end abruptly without a footer of some sort. Just my oppinion.

Good job and good luck with site.



10
astonstreet
Re: Search spiders

Quote:

Googlebot 3158+65 78.57 MB 31 Dec 2004 - 20:34
MSNBot 1712+218 39.34 MB 31 Dec 2004 - 23:49

Those figures sound normal to me. My site is slightly less then 2 months old and I get a lot of my traffic from Google.




TopTop
(1) 2 3 4 »



Login

Who's Online

284 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 284


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