×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How to insert module after iJoomlacomment

How to insert module after iJoomlacomment 15 years 8 months ago #140

  • eft0
  • eft0's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hey there, just how i ask in the subject, how can I put a joomla module after the Write Comment form from iJoomlacomment?. The mosMainBody() put all the content and the iJoomlacomment together, and i want to put my module between.

Thanks in advanced.

How to insert module after iJoomlacomment 15 years 8 months ago #141

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You want to insert it after the form for posting comment or between the form and the comments?

How to insert module after iJoomlacomment 15 years 8 months ago #142

  • eft0
  • eft0's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
yes, after the form for posting comment. I'm trying to change the utils.php like this:
		$html = '<div class="caja_articulo clearfix">';
		$html .= '<h4>Art&iacute;culos relacionados:</h4>';
		$html .= mosLoadModules ( 'bottom',-1);
		$html .= '</div>';
 
		$html .= "<!-- START of joscomment --> ";
 

And without $html assign to mosLoadModules ( 'bottom',-1) but doesn't work very god. Any ideas will be appreciated.
  • Page:
  • 1
Time to create page: 0.194 seconds