Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 01-10-2006, 01:35 AM
ferociouscheese Offline
forum loafer
 
Join Date: Jan 2006
Posts: 2
Pop-Up Comment Help

Hello,

So I've figured out how to make pop-comments work but what I'd like to do is customize how the actual comments are layed out. I don't like the way they're pre-set and would like to change spacing, etc.

How do I do this?
Reply With Quote
  #2  
Old 01-10-2006, 05:59 AM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
~~~~
ummm you should change the index.php file. actually this is the part of PP that's not as easy as other parts with templates.
~~~~

Edit:
WHOOPS! I was Wrong!
Connie is right. you can modify the layout by modifying the css in comment template.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7

Last edited by raminia; 01-10-2006 at 09:44 AM.
Reply With Quote
  #3  
Old 01-10-2006, 06:08 AM
Connie
Guest
 
Posts: n/a
isn't this something you do with CSS?
identify the CSS which is responsible for the comments and experiment with that
Reply With Quote
  #4  
Old 01-10-2006, 11:39 AM
ferociouscheese Offline
forum loafer
 
Join Date: Jan 2006
Posts: 2
That didn't help because it doesn't allow me to edit the comment entries so that each comment can have space in between and also I don't want my comments to be formatted as a "list."

Where do I go in the PHP to edit it?
Reply With Quote
  #5  
Old 01-10-2006, 12:13 PM
Connie
Guest
 
Posts: n/a
Thumbs up

well, I think even before you start to edit the index.php, it will be easier
to define CSS for that

1) define the list for the comments as
Code:
list-style-type:none;
and you will have no list-style-comments

2) the comments sit in a div
Code:
<div id="comments">
so you can define space for all elements in that special div by CSS

br.comments <= with that you define everything for br in class "comments"

Code:
br.comments {margin-top:5px;}
go ahead and experiment a little, that is always better because you must edit the script, and can change everything in the template!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 08:56 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs