|
|
Latest News |
Latest Threads |
|
|
54.869 Posts & 4.945 Themen in 78 Foren |
|
|
|
|
Forensuche |
|
Suchbegriff |
Benutzerauswahl |
Ergebnisse anzeigen |
|
|
Kommentare / Bewertung 41 Beiträge in diesem Thema |
|
|
|
|
|
15.09.2016 - 08:10 Uhr |
|
|
|
"Keine Kommentare" ist weg
Aber wenn ich ein Kommentar schreibe, wird es immer noch nicht in die Datenbank aufgenommen.
Hast ne PN.
|
|
|
|
|
|
|
|
|
|
15.09.2016 - 17:59 Uhr |
|
|
|
Hmm, ja, müsste ich dann mal mit ihm abklären. Dann baue ich es erst mal wieder aus der Movie aus. Bei den anderen geht es ja. Wenn du mal Ziet und lust findet, würde ich mich freuen, wenn du es noch mal richtig zusammenstellst.
Danke dir wieder für deine ganze Mühe.
|
|
|
|
|
|
|
|
|
|
17.09.2016 - 20:41 Uhr |
|
|
|
Soooo .. Hab mal die Multi-Movie-Dingens versucht mit ASCE zu installieren. Es schien zu funktionieren - bis ich merkte das nichts in die Datenbank kam. Tja, also wieder händich ^^""
Nun gut, per Hand ging es ja dann. Und es kam raus - die Kommentare von der Movie-Dingens gehen, auch mit den Änderungen aus den Thread hier
Siehe Bildchen wo man die Kommentare sehen kann.
http://abload.de/image.php?img=20160917-2128tkjpk.png
Das einzige was ich nochmal geändert habe ist das (Fix):
- pkinc/public/movie_comments.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext pkHeaderLocation('','','event=constribution_thank&moveto='.urlencode('?path=movie_details&id='.$IdCom)); | |
Und mache daraus das:
| PHP-Quelltext pkHeaderLocation('','','event=constribution_thank&moveto='.urlencode('path=movie_details&id='.$IdCom)); | |
Diese Änderung betrifft aber nur die Weiterleitung zum Video ( Fehler war in der URL: include.php ??path= .. also doppeltes ?-Zeichen ).
|
|
|
|
|
|
|
|
|
|
18.09.2016 - 09:29 Uhr |
|
|
|
Würde ich ja gerne testen. Da die Codes aber zuvor so oft geändert wurden, weiß ich nun nicht, welche du bei dir verwendest hast. Am besten noch mal komplett für die Movie.
|
|
|
|
|
|
|
|
|
|
18.09.2016 - 11:04 Uhr |
|
|
|
Der letzte Stand sollte so aussehen ( was dem Thread-Verlauf auch entsprechend sollte ):
- pkinc/public/movie_comments.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($_GET['show'] == "comments" && $IdCom>0) { | |
Und mache daraus das:
| PHP-Quelltext # CommentAtContent::Start
#if($_GET['show'] == "comments" && $IdCom>0) {
if($IdCom>0) {
# CommentAtContent::End | |
- Suche weiter nach dem:
| PHP-Quelltext pkHeaderLocation('','','event=constribution_thank&moveto='.urlencode($ENV->getvar('QUERY_STRING'))); | |
Und mache daraus das:
| PHP-Quelltext # CommentAtContent::Start
#pkHeaderLocation('','','event=constribution_thank&moveto='.urlencode($ENV->getvar('QUERY_STRING')));
pkHeaderLocation('','','event=constribution_thank&moveto='.urlencode('path=movie_details&id='.$IdCom));
# CommentAtContent::End | |
- Suche weiter nach dem:
| PHP-Quelltext $site_body.='<tr><td colspan="2" class="$row" align="center">Keine Kommentare vorhanden!</td></tr>'; | |
Und mache daraus das:
| PHP-Quelltext # CommentAtContent::Start
#$site_body.='<tr><td colspan="2" class="$row" align="center">Keine Kommentare vorhanden!</td></tr>';
# CommentAtContent::End | |
- pkinc/public/movie_details.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext //Kommentar Funktion laden
include_once(pkDIRPUBLIC.'movie_comments'.pkEXT); | |
Und entferne dies ..
- .. oder mache daraus das (optional, aber vielleicht besser für den Änderungsverlauf):
| PHP-Quelltext # CommentAtContent::Start
//Kommentar Funktion laden
#include_once(pkDIRPUBLIC.'movie_comments'.pkEXT);
# CommentAtContent::End | |
- Suche weiter nach dem:
| PHP-Quelltext #Klassen
pkLoadClass($BBCODE,'bbcode');
pkLoadClass($MOVIE,'movie');
pkLoadFunc('movie');
pkLoadFunc('user');
$report=""; | |
Und füge darunter das ein:
| PHP-Quelltext # CommentAtContent::Start
$site_body=NULL;
include_once(pkDIRPUBLIC.'movie_comments'.pkEXT);
$MovieComments=$site_body;
$site_body=NULL;
# CommentAtContent::End | |
- pkinc/publictpl/movie/moviedetails_header.htm
- Öffne o.g. Datei und suche das:
| PHP-Quelltext $movie_body | |
Und füge darunter das ein:
| PHP-Quelltext <!--# CommentAtContent::Start-->
</tr>
</table>
$MovieComments
<!--# CommentAtContent::End--> | |
- pkinc/publictpl/movie/moviedetails_footer.htm
- Öffne o.g. Datei und suche das (die erste Zeile):
| PHP-Quelltext </tr> | |
Und mache daraus das:
| PHP-Quelltext <!--# CommentAtContent::Start-->
<!--</tr>-->
<table width="100%" border="0" cellspacing="1" cellpadding="4" align="center" class="contentbody">
<!--# CommentAtContent::End--> | |
- pkinc/publictpl/movie/moviedetails_body_row.htm
- Öffne o.g. Datei und suche das:
| PHP-Quelltext <a href="?path=movie_details&id=$row->id&show=comments#entries" style="text-decoration: none;">$user_compics</a> | |
Und mache daraus das:
| PHP-Quelltext <!--# CommentAtContent::Start-->
<!--<a href="?path=movie_details&id=$row->id&show=comments#entries" style="text-decoration: none;">$user_compics</a>-->
<a href="#entries" style="text-decoration: none;">$user_compics</a>
<!--# CommentAtContent::End--> | |
Solltest du mehr als diese Änderungen haben ( Relevant sind im Grunde erstmal nur die .php-Dateien ), dann könnte dort der Fehler sein
|
|
|
|
|
|
|
|
|
|
18.09.2016 - 11:44 Uhr |
|
|
|
|
|
|
|
|
|
18.09.2016 - 13:33 Uhr |
|
|
|
Fehler gefunden. Da haste wohl was falsch gemacht
Im Template pkinc/publictpl/movie/movie_comment_w.htm ging beim zurück-editieren wohl was schief:
Im Post #27 ( Klick ) sollteste o.g. Template ja bearbeiten. Beim Post #30 ( Klick ) schrieb ich:
Zitat Okay, mach die Änderungen von vorhin rückgängig. |
Das Template hätte also wieder normal / original sein müssen. Und genau da haste, warum auch immer , genau diese Stelle mitentfernt:
| PHP-Quelltext <input type="hidden" name="id" value="$IdCom" /> | |
Sie ist wieder im Template drin und es geht wieder, siehe hier: Klick
Sollten meine Anleitungen manchmal etwas .. Nun ja, undurchsichtig sein, dann erinnere einfach mal dran. Ich hab zwar gelesen, das du nicht mehr durchblickst, nahm aber zum Zeitpunkt des lesens an das du es schon hinkriegst beim erneuten durchlesen der Anleitung ^^"" Nach den Motto "Steht doch klipp und klar da welche Datei wie zu bearbeiten ist" ^^""
|
|
|
|
|
|
|
|
|
|
19.09.2016 - 07:10 Uhr |
|
|
|
Cool, ich danke dir! Wenn du irgendwas haben möchtest, Werbung, oder ein bisschen Geld, darfst du das gerne sagen. Ich freue mich gerade riesig, dass das jetzt geht
Ja, deswegen dachte ich mir schon, das der Zugang per FTP leichter für dich wird, als wenn ich sage, es geht schon wieder nicht, weil ich, wie nun auch bestätigt, was falsch gemacht habe xD
Ganz großen Dank!
Vielleicht baut Kit-Coding ja irgendwann mal eine Kommentar-Übersicht ins ACP, oder noch besser, zu den anderen Kommentaren vom PHPKIT. Damit will ich dich nun nicht auch noch nerven!
Dann haben wir es ja nun zusammen. Wie gesagt, wenn du irgendwann Zeit und Lust findest, würde ich mich freuen, wenn du es noch mal für mich ordentlich machst. Und wenn du was brauchst, zöger es nicht zu sagen!
Danke!!!
|
|
|
|
|
|
|
|
|
|
20.09.2016 - 17:21 Uhr |
|
|
|
Komplett-Anleitung für Kommentare direkt in den Artikeln, News, Downloads und Links. Für die Movie-Ecke haste ja diese Anleitung: Klicke klacke
- pkinc/admin/comment.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($commentinfo[comment_cat]=="vote")
$comment_link="path=pollarchive&vid=".$commentinfo['comment_subid'];
else
$comment_link="path=comment"; | | |
Und füge darunter das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | | PHP-Quelltext # CommentAtContent::Start
If ($comment_link!='' && $commentinfo['comment_cat']!='vote')
{
$comment_link='path=comment&subid='.Intval($commentinfo['comment_subid']).'&comcat='.Trim($commentinfo['comment_cat']);
}
If ($commentinfo['comment_cat']=='cont')
{
$CommentSubID =Intval($commentinfo['comment_subid']);
$ContentInfo =$SQL->fetch_assoc($SQL->query("SELECT content_option FROM ".pkSQLTAB_CONTENT." WHERE content_id='".$CommentSubID."' LIMIT 1"));
Switch ($ContentInfo['content_option'])
{
Case 1:
$comment_link='path=article&contentid='.$CommentSubID;
Break;
Case 2:
$comment_link='path=news&contentid='.$CommentSubID;
Break;
Case 3:
$comment_link='path=contentarchive&type=3&contentid='.$CommentSubID;
Break;
Case 4:
$comment_link='path=download&contentid='.$CommentSubID;
Break;
Default:
$comment_link='path=content&contentid='.$CommentSubID;
Break;
}
}
# CommentAtContent::End | |
- pkinc/admin/contentcompose.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($contentinfo['content_comment_status']==1)
$option5=" checked"; | |
Und füge darunter das ein:
| PHP-Quelltext # CommentAtContent::Start
If (Intval($contentinfo['content_comment_status'])==2)
{
$option52=' checked';
}
If (Intval($contentinfo['content_comment_status'])==0)
{
$option51=' checked';
}
# CommentAtContent::End | |
- pkinc/admintpl/comment_row.htm
- Öffne o.g. Datei und suche das:
| PHP-Quelltext <a class="small" target="_blank" href="../include.php?$comment_link&subid=$commentinfo[comment_subid]&comcat=$commentinfo[comment_cat]">zum Kommentar</a> | |
Und mache daraus das:
| PHP-Quelltext <!--# CommentAtContent::Start-->
<!--<a class="small" target="_blank" href="../include.php?$comment_link&subid=$commentinfo[comment_subid]&comcat=$commentinfo[comment_cat]">zum Kommentar</a> -->
<a class="small" target="_blank" href="../include.php?$comment_link">zum Kommentar</a>
<!--# CommentAtContent::End--> | |
- pkinc/admintpl/content/compose_step3.htm
- Öffne o.g. Datei und suche das:
| PHP-Quelltext <input type="checkbox" name="cont_comment" value="1" $option5> <font class="small">Kommentare möglich***</font><br /> | |
Und mache daraus das:
| PHP-Quelltext <!--# CommentAtContent::Start-->
<!--<input type="checkbox" name="cont_comment" value="1" $option5> <font class="small">Kommentare möglich***</font><br />-->
Kommentar-Optionen*** sind:
<input type="radio" name="cont_comment" value="0" $option51> <font class="small">nicht möglich</font>
<input type="radio" name="cont_comment" value="1" $option5> <font class="small">möglich</font>
<input type="radio" name="cont_comment" value="2" $option52> <font class="small">möglich, aber nur sehen</font>
<br />
<!--# CommentAtContent::End--> | |
- pkinc/public/article.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($contentinfo['content_comment_status']==1)
{
list($content_comment_count) = $SQL->fetch_row($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
eval("\$content_comment= \"".pkTpl("content/articles_comment_link")."\";");
} | |
Und füge darunter das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | | PHP-Quelltext # CommentAtArticle::Start
If ($contentinfo['content_comment_status']==1 || $contentinfo['content_comment_status']==2)
{
list($content_comment_count) = $SQL->fetch_row($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
eval("\$content_comment= \"".pkTpl("content/articles_comment_link2")."\";");
$comcat='cont';
$subid=Intval($contentinfo['content_id']);
# load comment file
Require_Once(pkDIRPUBLIC.'comment'.pkEXT);
# transfer value in var $Comments
$Comments=$site_body;
# reset var $site_body
unset($site_body);
}
# CommentAtArticle::End | |
- pkinc/public/comments.php
- Öffne o.g. Datei und suche das:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | | PHP-Quelltext if($info['content_option']==1)
{
$contentid=$subid;
include(pkDIRPUBLIC.'article'.pkEXT);
}
elseif($info['content_option']==2)
{
$contentid=$subid;
include(pkDIRPUBLIC.'news'.pkEXT);
}
elseif($info['content_option']==3)
{
$type=3;
$contentid=$subid;
include(pkDIRPUBLIC.'contentarchive'.pkEXT);
}
elseif($info['content_option']==4)
{
$contentid=$subid;
include(pkDIRPUBLIC.'download'.pkEXT);
} | | |
Und mache daraus das:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | | PHP-Quelltext if($info['content_option']==1)
{
# CommentAtArticle::Start
/*
$contentid=$subid;
include(pkDIRPUBLIC.'article'.pkEXT);
*/
# CommentAtArticle::End
}
elseif($info['content_option']==2)
{
# CommentAtNews::Start
/*
$contentid=$subid;
include(pkDIRPUBLIC.'news'.pkEXT);
*/
# CommentAtNews::End
}
elseif($info['content_option']==3)
{
# CommentAtLinks::Start
/*
$type=3;
$contentid=$subid;
include(pkDIRPUBLIC.'contentarchive'.pkEXT);
*/
# CommentAtLinks::End
}
elseif($info['content_option']==4)
{
# CommentAtDownload::Start
/*
$contentid=$subid;
include(pkDIRPUBLIC.'download'.pkEXT);
*/
# CommentAtDownload::End
} | |
- Suche weiter:
| PHP-Quelltext if($config['comment_register']!=1 || ($config['comment_register']==1 && pkGetUservalue('id')))
{ | |
Und füge darüber das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | | PHP-Quelltext # CommentAtArticle::Start
If ($info['content_option']==1 && $contentinfo['content_comment_status']==2)
{
Return;
}
# CommentAtArticle::End
# CommentAtNews::Start
If ($info['content_option']==2 && $contentinfo['content_comment_status']==2)
{
Return;
}
# CommentAtNews::End
# CommentAtLinks::Start
If ($info['content_option']==3 && $contentinfo['content_comment_status']==2)
{
Return;
}
# CommentAtLinks::End
# CommentAtDownload::Start
If ($info['content_option']==4 && $contentinfo['content_comment_status']==2)
{
Return;
}
# CommentAtDownload::End | |
- Suche weiter:
| PHP-Quelltext if($comcat=='vote')
$form_action=pkLink('pollarchive','','vid='.$subid.'&comcat='.$comcat);
else
$form_action=pkLink('comment','','subid='.$subid.'&comcat='.$comcat); | |
Und füge darunter das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | | PHP-Quelltext # CommentAtArticle::Start
If ($comcat=='cont' && $info['content_option']==1)
{
$form_action=pkLink('article','','contentid='.$subid);
}
# CommentAtArticle::End
# CommentAtNews::Start
If ($comcat=='cont' && $info['content_option']==2)
{
$form_action=pkLink('news','','contentid='.$subid);
}
# CommentAtNews::End
# CommentAtLinks::Start
If ($comcat=='cont' && $info['content_option']==3)
{
$form_action=pkLink('contentarchive&type=3','','contentid='.$subid);
}
# CommentAtLinks::End
# CommentAtDownload::Start
If ($comcat=='cont' && $info['content_option']==4)
{
$form_action=pkLink('download','','contentid='.$subid);
}
# CommentAtDownload::End | |
- pkinc/public/contentarchive.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($contentinfo['content_comment_status']==1)
{
$ccounter=$SQL->fetch_array($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
eval("\$content_comment= \"".pkTpl("content/link_comment_link")."\";");
} | |
Und füge darunter das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | | PHP-Quelltext # CommentAtLinks::Start
If ($contentinfo['content_comment_status']==1 || $contentinfo['content_comment_status']==2)
{
$ccounter = $SQL->fetch_row($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
eval("\$content_comment= \"".pkTpl("content/link_comment_link2")."\";");
If ($contentid > 0)
{
$comcat='cont';
$subid=Intval($contentinfo['content_id']);
# load comment file
Require_Once(pkDIRPUBLIC.'comment'.pkEXT);
# transfer value in var $Comments
$Comments=$site_body;
# reset var $site_body
unset($site_body);
}
}
# CommentAtLinks::End | |
- pkinc/public/download.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($contentinfo['content_comment_status']==1)
{
$counter=$SQL->fetch_array($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
eval("\$content_comment= \"".pkTpl("content/download_comment_link")."\";");
} | |
Und füge darunter das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | | PHP-Quelltext # CommentAtDownload::Start
If ($contentinfo['content_comment_status']==1 || $contentinfo['content_comment_status']==2)
{
$counter = $SQL->fetch_row($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
eval("\$content_comment= \"".pkTpl("content/download_comment_link2")."\";");
$comcat='cont';
$subid=Intval($contentinfo['content_id']);
# load comment file
Require_Once(pkDIRPUBLIC.'comment'.pkEXT);
# transfer value in var $Comments
$Comments=$site_body;
# reset var $site_body
unset($site_body);
}
# CommentAtDownload::End | |
- pkinc/public/news.php
- Öffne o.g. Datei und suche das:
| PHP-Quelltext if($contentinfo['content_comment_status']==1)
{
list($commentcount)=$SQL->fetch_row($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_subid='".$contentinfo['content_id']."' AND comment_cat='cont'"));
$news_comments=pkGetSpecialLang('comment',$commentcount);
}
else
{
$news_comments='';
} | | |
Und füge darunter das ein:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | | PHP-Quelltext # CommentAtNews::Start
If ($contentinfo['content_comment_status']==1 || $contentinfo['content_comment_status']==2)
{
list($content_comment_count) = $SQL->fetch_row($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_COMMENT." WHERE comment_cat='cont' AND comment_subid='".$contentinfo['content_id']."'"));
$news_comments=pkGetSpecialLang('comment', $content_comment_count);
eval("\$news_comments= \"".pkTpl("content/news_comment_link")."\";");
If ($contentid > 0)
{
$comcat='cont';
$subid=Intval($contentinfo['content_id']);
# load comment file
Require_Once(pkDIRPUBLIC.'comment'.pkEXT);
# transfer value in var $Comments
$Comments=$site_body;
# reset var $site_body
unset($site_body);
}
}
# CommentAtNews::End | |
- pkinc/publictpl/content/articles.htm
- Öffne o.g. Datei und suche das (ganz unten):
| PHP-Quelltext </td>
</tr>
</table> | |
Und füge darunter das ein:
| PHP-Quelltext <!--# CommentAtArticle::Start-->
$Comments
<!--# CommentAtArticle::End--> | |
- pkinc/publictpl/content/articles_comment_link2.htm
- Erstelle o.g. Datei (vorhandene HTM-Datei kopieren, als kopie einfügen, wie oben umbenennen) und füge folgenden Inhalt ein:
| PHP-Quelltext <tr>
<td width="100%" align="right" nowrap="nowrap"><font class="small"><a class="small" href="?path=article&contentid=$contentinfo[content_id]#write"><b>$content_comment_count Kommentar(e)</b></a></font></td>
<td> </td>
<td><a href="?path=article&contentid=$contentinfo[content_id]#write"><img border="0" alt="kommentieren" height="16" width="20" src="images/comment.gif" /></a></td>
</tr> | |
- pkinc/publictpl/content/download.htm
- Öffne o.g. Datei und suche das (ganz unten):
| PHP-Quelltext <table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img border="0" height="5" width="1" alt="" src="images/blank.gif" /></td>
</tr>
</table> | |
Und füge darunter das ein:
| PHP-Quelltext <!--# CommentAtDownload::Start-->
$Comments
<!--# CommentAtDownload::End--> | |
- pkinc/publictpl/content/download_comment_link2.htm
- Erstelle o.g. Datei (vorhandene HTM-Datei kopieren, als kopie einfügen, wie oben umbenennen) und füge folgenden Inhalt ein:
| PHP-Quelltext <tr>
<td><font class="small"><b><a class="small" href="?path=download&contentid=$contentinfo[content_id]#write">Kommentare</a></b></font></td>
<td align="right"><font class="small">$counter[0]</font></td>
</tr> | |
- pkinc/publictpl/content/link_comment_link2.htm
- Erstelle o.g. Datei (vorhandene HTM-Datei kopieren, als kopie einfügen, wie oben umbenennen) und füge folgenden Inhalt ein:
| PHP-Quelltext <tr>
<td colspan="2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left"><a class="small" href="?path=contentarchive&type=3&contentid=$contentinfo[content_id]#write"><b>Kommentare</b></a></td>
<td align="right"><font class="small">$ccounter[0]</font></td>
</tr>
</table>
</td>
</tr> | |
- pkinc/publictpl/content/news.htm
- Öffne o.g. Datei und suche das:
| PHP-Quelltext <a href="include.php?path=comment&comcat=cont&subid=$contentinfo[content_id]">$news_comments</a> | |
Und mache daraus das:
| PHP-Quelltext <!--# CommentAtNews::Start-->
<!--<a href="include.php?path=comment&comcat=cont&subid=$contentinfo[content_id]">$news_comments</a>-->
$news_comments
<!--# CommentAtNews::End--> | |
- Suche weiter (ganz unten):
| PHP-Quelltext <table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img border="0" height="5" width="1" alt="" src="images/blank.gif" /></td>
</tr>
</table> | |
Und füge darunter das ein:
| PHP-Quelltext <!--# CommentAtNews::Start-->
$Comments
<!--# CommentAtNews::End--> | |
- pkinc/publictpl/content/news_comment_link.htm
- Erstelle o.g. Datei (vorhandene HTM-Datei kopieren, als kopie einfügen, wie oben umbenennen) und füge folgenden Inhalt ein:
| PHP-Quelltext <a href="include.php?path=news&contentid=$contentinfo[content_id]#write">$news_comments</a> | |
- pkinc/publictpl/content/overview_page3.htm
- Öffne o.g. Datei und suche das (ganz unten):
| PHP-Quelltext <table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left"><font class="headssmall">$content_side</font></td>
<td align="right" nowrap="nowrap"><font class="heads">$counter $content_type</font></td>
</tr>
</table>
</td>
</tr>
</table> | |
Und füge darunter das ein:
| PHP-Quelltext <!--# CommentAtLinks::Start-->
$Comments
<!--# CommentAtLinks::End--> | |
|
|
|
|
|
|
|
|
|
|
29.09.2016 - 08:17 Uhr |
|
|
|
Vielen dank noch mal für alles! Ich habe ne kleine Spende mal hinterlassen.
|
|
|
|
|
|
|
|
Ähnliche Themen |
|
|
|
|
|
|
|
|