I try to make the comment "! JoomlaComment in PUARCADE but I can not.
That's what I did:
- In setting up Joomlacomment Other> com_puarcade \ PUArcade Items (ID2)
- In PUARCADE 2.3-> setting> Integration options> Comment: Jom Comment
- (User Dotcom22 wrote

You need to hack file "puarcade.html.php" located inside /component/com_puarcade and insert follow code just under "pu_Footer" so the code look lke this:
function footer(){
?><br /><br /><div class="pu_Footer">PU Arcade by <a href="http://www.pragmaticutopia.com/" target="_blank">http://www.pragmaticutopia.com</a></div><?php
}
and you need to change to:
function footer(){
?><br /><br /><div class="pu_Footer">PU Arcade by <a href="http://www.pragmaticutopia.com/" target="_blank">http://www.pragmaticutopia.com</a></div><?php
//JoomlaComment Code
global $option, $mosConfig_absolute_path;
require_once("$mosConfig_absolute_path/administrator/components/com_comment/plugin/$option/josc_com_puarcade.php";
// end JoomlaComment code
}
What I did and it does I get an error "components / com_puarcade / puarcade.html.php on line 873"
[img=http://img150.imageshack.us/img150/617/pucommenterryn5.jpg]
[img=http://img150.imageshack.us/img150/pucommenterryn5.jpg/1/w1184.png]
Can you help me,
tank's