PEAK XOOPS - Re: Comment Anywhere in englishin japanese

Re: Comment Anywhere

List posts in the topic

question Re: Comment Anywhere

msg# 1.1.1.1.2.1
depth:
5
Previous post - Next post | Parent - Children.1 | Posted on 2006/5/7 4:41
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Some modules assign 'xoops_default_comment_title' as a template's variable.
(TinyD, piCal ...)

Since news does not, I've hacked the news.

end of article.php

$xoopsTpl->assign('mail_link', 'mailto:?subject='.sprintf(_NW_INTARTICLE,$xoopsConfig['sitename']).'&body='.sprintf(_NW_INTARTFOUND, $xoopsConfig['sitename']).':  '.XOOPS_URL.'/modules/news/article.php?storyid='.$article->storyid());
$xoopsTpl->assign( 'xoops_pagetitle' , $article->title() ) ; // GIJ
$xoopsTpl->assign( 'xoops_default_comment_title' , 'Re: ' . $article->title() ) ; // GIJ

include XOOPS_ROOT_PATH.'/include/comment_view.php';

include XOOPS_ROOT_PATH.'/footer.php';
?>
Votes:2 Average:5.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!