Parašė _Tomas· 2008 Vas. 22 21:02:29
#1
Sveiki.
Gal ir buvo tokia tema gal ir ne, bet neradau.
reikia kodo kad komentarus rodytu profilyje.
dėjau
require_once INCLUDES."comments_include.php";
bet neisėjo :D
kokį kodą dėt vietoj to ?
Parašė ___· 2008 Vas. 22 21:02:47
#2
Prieš:
require_once "side_right.php";
require_once "footer.php";
Mestelk:
if (isset($_GET['lookup']) && !isset($_GET['view'])) {
include INCLUDES."comments_include.php";
showcomments("U","users","user_id",$_GET['lookup'],FUSION_SELF."?lookup=".$_GET['lookup']);
}