1
fdj
comment_new.php
  • 2005/1/6 19:00

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,
I would like to edit the table which is displayed with "comment_new.php" and used to presents the article.
eg :https://xoops.org/modules/news/comment_new.php?com_itemid=1956&com_order=0&com_mode=flat

I think this table isn't templated and I didn't find it using customized search tools.

I need some help

2
m0nty
Re: comment_new.php
  • 2005/1/6 19:16

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


the comment templates are all in:

modules\system\templates

system_comment.html
system_comments_nest.html
system_comments_flat.html
system_comment.html

3
fdj
Re: comment_new.php
  • 2005/1/6 19:28

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


yes I know that but the table : <table class="outer" cellpadding="4" cellspacing="1" width="98%"> ...
is not included in the templates. I think I have to edit a a file to suit to my needs but which one ?

4
m0nty
Re: comment_new.php
  • 2005/1/6 19:46

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


hmmm not exactly sure exactly of what part you're wantin to change.. but most are defined in the theme/style.css

.outer {border: 1px solid silver;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}

i think it's a global setting..

5
m0nty
Re: comment_new.php
  • 2005/1/6 19:48

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


it might be easier for us to see if u could take a snapshot of the screen/section and mark which parts you're wantin to change..

6
fdj
Re: comment_new.php
  • 2005/1/6 23:44

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


thx for your help m0nty (y).

you can see a sample here :
https://xoops.org/modules/news/comment_new.php?com_itemid=1956&com_order=0&com_mode=flat

~ ligne 161-162 :
<table cellpadding="4" cellspacing="1" width="98%" class="outer">....

I'd like to make modifications (not only css) on this particular table....

thx a lot

7
fdj
Re: comment_new.php
  • 2005/1/12 0:16

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


up

Login

Who's Online

256 user(s) are online (184 user(s) are browsing Support Forums)


Members: 0


Guests: 256


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