PEAK XOOPS - d3forum comment integration in englishin japanese

d3forum comment integration

  • 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 2007/1/10 5:17
mister  ÆóÅùʼ   Posts: 8
Hi!

I like d3 modules and got several questions, while trying to get comment integration with d3forum.

1. I need comment integration with module "news", but not clearly understand how to implement that. Could you help plz? :)

2. Each time leaving a comment through the comment integration system a user posts a new topic(thread) to the corresponding forum. May be it's more convenient, when there is only one thread per one "news" for example and user can see comments and not a list of topics, besides each of these topics have the same name and that muddling a little :(
Votes:11 Average:9.09
Previous post - Next post | Parent - Children.1 | Posted on 2007/1/10 6:41 | Last modified
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Quote:

mister wrotes:
1. I need comment integration with module "news", but not clearly understand how to implement that. Could you help plz? :)
Which "news" do you mean?
I've only tried news 1.1 in XOOPS original package.

news_article.html
<{d3forum_comment dirname=(dirname of the d3forum) forum_id=(number) itemname="storyid" subject=$story.title}>

Quote:
2. Each time leaving a comment through the comment integration system a user posts a new topic(thread) to the corresponding forum. May be it's more convenient, when there is only one thread per one "news" for example and user can see comments and not a list of topics, besides each of these topics have the same name and that muddling a little :(
This is the puzzle
I think comments against an article can be devided as independent threads(topics).

I shall add topic navigation (next&prev) into the comments against an article.
Visitors can tour the comments via this navigation.
Votes:7 Average:7.14
Previous post - Next post | Parent - Children.1 | Posted on 2007/1/10 17:15
mister  ÆóÅùʼ   Posts: 8
Quote:
I've only tried news 1.1 in XOOPS original package.

news_article.html

I'm using news v1.51 from here
and tried to replace old comments with just the same line, as you wrote above, but there is no effect.

I've got another question :) Is there in d3forum ban-list management? Or Moderator can only improve/delete/move posts&topics?
Votes:3 Average:10.00
Previous post - Next post | Parent - Children.1 | Posted on 2007/1/11 5:23
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Quote:

mister wrotes:
I'm using news v1.51 from here
Though I don't know it and I have no vacant time to test the module, you should check once again.

Quote:
and tried to replace old comments with just the same line, as you wrote above, but there is no effect.
no effect?

- old comment is not removed?
-- learn how to edit the template

- no comment form?
-- d3forum install?
-- d3forum create a new forum?
-- set proper dirname and forum_id into the template?

Quote:
I've got another question :) Is there in d3forum ban-list management? Or Moderator can only improve/delete/move posts&topics?
ban-list?
Do you mean IP base black list?
If so, the answer is no or not yet.
Votes:3 Average:10.00
Previous post - Next post | Parent - Children.1 | Posted on 2007/1/12 5:47
mister  ÆóÅùʼ   Posts: 8
Quote:
- old comment is not removed?
yes, i've removed old comment system div-blocks in template and replaced it with that line. after i've updated templates.

Quote:
- no comment form?
Can't get it

Quote:
-- d3forum install?
-- d3forum create a new forum?
-- set proper dirname and forum_id into the template?
I've installed d3forum, created a new comment forum, imported old comments to it.

the line is
Quote:
<{d3forum_comment dirname=forum forum_id=6 itemname="storyid" subject=$story.title}>

Comments in pico works fine.


Besides, how to perform forum-search?
search.php in html/modules/forum seems to lack "require '../../mainfile.php' ;" line.

I'll finish d3forum translation tomorrow. How can i send it to you?

PS thanks for help
Votes:4 Average:10.00
Previous post - Next post | Parent - Children.1 | Posted on 2007/1/13 6:22
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Quote:

mister wrotes:
yes, i've removed old comment system div-blocks in template and replaced it with that line. after i've updated templates.
(snip)
Comments in pico works fine.
Your procedure looks right.
Perhaps, the description for news 1.1 is not compatible for news 1.5.

Quote:
Besides, how to perform forum-search?
search.php in html/modules/forum seems to lack "require '../../mainfile.php' ;" line.
This file is not a controller.
But just a wrapper for global search of XOOPS.

URI of forum-search will be
index.php?page=search

Quote:
I'll finish d3forum translation tomorrow. How can i send it to you?
via email, please.
Votes:3 Average:10.00

none Re: d3forum comment integration

msg# 1.1.1.1.1.1.1
Previous post - Next post | Parent - Children.1 | Posted on 2007/1/15 8:25
mister  ÆóÅùʼ   Posts: 8
Quote:

GIJOE wrotes:
via email, please.

I sent files and description of several bugs :)
Happy, if you have already got email :)
Votes:3 Average:10.00

none Re: d3forum comment integration

msg# 1.1.1.1.1.1.1.1
Previous post - Next post | Parent - No child | Posted on 2007/1/16 4:10
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi mister.

Quote:

I sent files and description of several bugs :)
Happy, if you have already got email :)
I've found your mail in my trash box

I've checked your language files and no error was found.
Your language files will be included in the next archive and after.

Quote:
1. when a user replies to admin message in the forum, there is no "edit"
link under his message in the flat view, but it presents in the tree
view.
Certainly it looks some logical errors around "edit" or "delete" privileges.
I'll fix it.

Quote:
2. in the reply(comment) form clicking on the words "Advanced options"
opens input helper panel, but clicking on the checkbox itself works fine
:)
Certainly, this is a typo.
I'll fix it.


Thank you!
Votes:3 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2008/3/2 23:17 | Last modified
red_Slider  ÆóÅùʼ   Posts: 4
with news 1.56:
<{d3forum_comment dirname="d3forum" forum_id=1 itemname="storyid" subject=$story.news_title}>

it give us:
1. dirname - as U can see - it's after clear installation
2. forum id - I started a new forum for news comments. It was the first one, so it is the number [wihout any special characters: bracket - (), or commas - "].
3. itemname - stays without changes
4. as the subject I put "$story.news_title" instead "$story.title". It gives me news title (without category) as the subject for my comments and forum.

look on it at: http://www.izba.zgora.pl (soon alternative version on XCHD)
Votes:1 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!