Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
microz


Rock the board




Beiträge: 86
# Thema - 17.12.2007 um 23:50 Uhr
hi

I have a module, but does not have an option to create comments, i have reviewed other modules and found this, and change it, but not create comments : (

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
1. / 2. / ... 
<?php include_once('mods/comments/functions.php');
$where1 "comments_mod = 'matches' AND comments_fid = '" $cs_matches_id "'";
$count_com cs_sql_count(__FILE__,'matches',$where1);

if(!empty(
$count_com)) {
    echo 
cs_html_br(1);
    echo 
cs_comments_view($cs_matches_id,'matches','view',$count_com);
}
if(empty(
$cs_matches['matches_com'])) {
    echo 
cs_html_br(1);
    echo 
cs_comments_add($cs_matches_id,'matches');
?>

Inaktiv
Drag0n


Just nerd




Beiträge: 941
# Antwort: 1 - 18.12.2007 um 03:26 Uhr
do you want a comment module for matches/view ?


------------------
MfG

Drag0n

ich gebe KEINEN ICQ oder MSN Support, es sei den ich schreibe euch an


Inaktiv
|
microz
Thread-Ersteller


Rock the board




Beiträge: 86
# Antwort: 2 - 18.12.2007 um 16:40 Uhr
yes


Inaktiv
|
Antworten: 2
Seite [1]


Sie müssen sich registrieren, um zu antworten.