Search found 5 matches

by Glyphon
Thu Jun 10, 2004 5:45 pm
Forum: General discussions
Topic: Background image in banner.
Replies: 3
Views: 5970

hmm...it works for me that way, and the image size doesn't matter.

for the file to have the same permissions as the other pics in the directory use...

Code: Select all

sudo chmod 755 filename.ext
dunno why they have to be executible, but thats how the other files are set. that gives it rwxr-xr-x permisions.
by Glyphon
Thu Jun 10, 2004 5:27 pm
Forum: General discussions
Topic: Background image in banner.
Replies: 3
Views: 5970

i think the problem is with the no-repeat .

the way you have it used is not the correct implimentation of it.
here's how it should be:

height: 201px;
background-image: url({TEMPLATE_PATH}img/background.png);
background-repeat:no-repeat;
or
height: 201px;
background: url({TEMPLATE_PATH}img ...
by Glyphon
Thu Jun 10, 2004 10:27 am
Forum: Installation
Topic: Entries per page?
Replies: 14
Views: 20616

i tried to create this plugin, but i'm having a little difficulty. i followed the steps above exactly, and the plugin is not showing in the drop down box and there is an error message under the drop down box.

did this functionality change with v.0.6-pl2?

here is the error message.
Error ...
by Glyphon
Mon May 03, 2004 10:16 am
Forum: General discussions
Topic: how to not display comments in extended view
Replies: 2
Views: 5177

great! thanks.
by Glyphon
Mon May 03, 2004 6:24 am
Forum: General discussions
Topic: how to not display comments in extended view
Replies: 2
Views: 5177

how to not display comments in extended view

Any advice on how to do this? I have comments disabled, and I would like for the giant "Comment" et al. to not be displayed, but i can't find the code that prints this.

TIA