This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Spaces between posts & comments per page
#1

Hey, first of all I'd like to get spaces between comments -- at the moment it appears like this:

Quote:Dave says...
Confused lol comment 2
Today 4:31pm
Dave says...
dsfdsfdshg hgdsggkmg fgdsh gfhgfj jsgjg hsmgjhsjhsjn
Today 4:30pm
Page 1 of 1 (2 comments)

I'd like it to be more readable and have a space after the date/time and before the next username.

Also, I have images on a page which appears like so images.php?img=394 -- but the number at the end changes per image -- The comments appear for images.php but it's the same comments regardless of the image. Is it possible to have comments unique to the images rather than the pages?

Thanks!
Reply
#2

Hi,

Without being able to see your website I'd guess that the stylesheet isn't loaded because if it was then there would be space between those different elements.

Yes it's possible to have unique comments per image. You need to make sure that the $page_id value contains the number of the image.

For example:
PHP Code:
<?php 
$page_id
= $_GET[“img”];

In addition you could also add this line to your integration code:
PHP Code:
<?php 
$parameters
= "img";

As shown here:
http://www.commentics.org/wiki/doku.php?...parameters

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Tim
06-Jan-2021, 08:56 PM
Last Post by Tim
18-Oct-2019, 11:45 AM
Last Post by Gevill
23-Jul-2019, 01:17 AM
Last Post by Steven
16-Feb-2018, 09:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)