PEAK XOOPS - Re: need modification/hack for news comments in englishin japanese

Re: need modification/hack for news comments

List posts in the topic

question Re: need modification/hack for news comments

msg# 1.1
depth:
1
Previous post - Next post | Parent - No child | Posted on 2004/12/9 16:56
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi cybermongo.

If you use news 1.1, it's an easy hack.

line 88 of news/submit.php
	$story = new NewsStory();
	$story->setTitle($subject);
	list( $message , $body ) = explode( "[more]" , $message ) ; // GIJ
	$story->setBodytext($body); // GIJ
	$story->setHometext($message);
	$story->setUid($uid);
	$story->setTopicId($topic_id);

posters can separate intro & extend using a tag of [more]
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!