PEAK XOOPS - Article 1.0 and d3forum integration in englishin japanese

Article 1.0 and d3forum integration

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2008/7/5 19:49 | Last modified
red_Slider  ÆóÅùʼ   Posts: 4
So, after last night lost religion:
in template article_article.html
original:
<{if $commentsnav}>
<div style="text-align: center; padding: 3px; margin:3px;">
	<{$commentsnav}>
	<{$lang_notice}>
</div>
<div id="comment" style="margin:3px; padding: 3px;">
<{if $comment_mode == "flat"}>
	<{includeq file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
	<{includeq file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
	<{includeq file="db:system_comments_nest.html"}>
<{/if}>
</div>
<{/if}>

modified:
<{if $commentsnav}>
<{d3forum_comment dirname="d3forum" forum_id="NUMBER" class="BulletinD3commentStory" id=$article.id subject=$article.title}>
<{/if}>

and add one file(BulletinD3commentStory.class.php) from bulletin module into article module
copy from:
xoops_trust_path/modules/bulletin/class/BulletinD3commentStory.class.php
paste into:
root/modules/article/class/BulletinD3commentStory.class.php

ATTENTION: works only on localhost and Xoops 2.3alfa3! (wampserver 2.0)
ok we all knows that's not a solution, o anybody can help to write class for comments integration?
Votes:1 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2008/7/6 18:05
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi red_Slider.

As you know, the class "BulletinD3commentStory" is only for the module "bulletin2".

I don't know the module "Article" at all.
And I'm too busy to help you.

# It might be quite easy to write the class if someone who knows the module well helps you.
Votes:1 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!