PEAK XOOPS - Article 1.0 and d3forum integration in englishin japanese

Article 1.0 and d3forum integration

List posts in the topic

none Article 1.0 and d3forum integration

msg# 1
depth:
0
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

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!