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

need modification/hack for news comments

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 | Posted on 2004/12/8 7:56
cybermongo  ÆóÅùʼ   Posts: 10

i want to show the write comment text input box on the "Read more..." part of a news item.

the text input box has to be placed under the full article.


this wouldn't take more then a few minutes for a person that has a little knowlage of xoops i hope :D

if my request i to hard to understand, then please say so :D


-thanx from chile-
Votes:10 Average:10.00
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
Previous post - Next post | Parent - Children.1 | Posted on 2005/6/29 2:04
cybermongo  ÆóÅùʼ   Posts: 10
hello GIJOE:
You know since to do it for I modulate of the news 1,42, serious helpful.
---------
hola GIJOE:
Sabes como hacerlo para el modulo de las noticias 1.42, seria de gran ayuda

ThanX
Votes:1 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2005/6/29 17:46
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi cybermongo.

I can't understand what you mean.
If you can't write English, you'd better request it to a person (not a machine).
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!