41
tjnemez
Re: MyAlbum-P Thumbnails ?
  • 2005/5/3 2:46

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


try posting this issue at gijoe's (developer of myalbum-p) site:http://www.peak.ne.jp/xoops/



42
tjnemez
Re: News Title Problem
  • 2005/5/1 20:40

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


check the theme's style.css for .item(s) look for .itemTitle or something like that.



43
tjnemez
Re: Template Tutorial
  • 2005/4/28 20:47

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


you can edit any template in dw by using copy and paste and once edited copy and paste back to your site template. hope that makes sense. as a practise i do this with complex templates so that i do not mess anything up. anyway, check this out:

http://www.dcdezines.ca/articles-article.articleID-8.htm



44
tjnemez
Re: nonfixed left blocks
  • 2005/4/27 20:22

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


try this:

<{if $xoops_showlblock == 1}>
<{foreach item=block from=$xoops_lblocks}>
<div><{$block.title}></div>
<div><{$block.content}></div>
<{/foreach}>
<{/if}>

i do not use if statment in my themes so not sure about that.



45
tjnemez
Re: CSS/Div Problem!!
  • 2005/4/25 22:03

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


#blockCenter{

width: 674px;
margin-left:175px;
margin-right:175px;
background-color:#FFFFFF;

}

try this:

#blockCenter{

width: 674px;
float: left;
background-color:#FFFFFF;

}



46
tjnemez
Re: Theme is stretching out when viewing user details
  • 2005/4/23 19:54

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


@tripmon
did i hear you say you have a smarty plugin for dw? wouldn't mind getting my hands on that.

i use studio mx version.



47
tjnemez
Re: Theme is stretching out when viewing user details
  • 2005/4/23 3:03

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


in terms of textarea here is an example from one of my theme's style sheet:

textarea {
width: 400px; /* set to preferred width */
color: #000;
background: #efefef;
border: 1px solid #000;
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 10px;
font-weight: normal
}

this works well for me, besides editing core files is no fun.

in terms of timezone you will need to edit (shorten) text in:

language/yourlanguage/timezone.php



48
tjnemez
Re: Theme is stretching out when viewing user details
  • 2005/4/22 2:29

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


your theme will look great once you get the issues fixed up. you need to download firefox as soon as possible.



49
tjnemez
Re: Kubrick Theme
  • 2005/4/21 22:38

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


nice theme but i think it would be better if each page had some form of navigation so you would not have to use browser back.



50
tjnemez
Re: Theme is stretching out when viewing user details
  • 2005/4/21 22:33

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


your images are repeating




TopTop
« 1 2 3 4 (5) 6 7 8 ... 131 »



Login

Who's Online

216 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 216


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