Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: JComments & AdsManager 2.6
Pages: [1]   Go Down
  Print  
Author Topic: JComments & AdsManager 2.6  (Read 4873 times)
0 Members and 2 Guests are viewing this topic.
ahmedmigoo
Newbie
*

Karma: 0
Offline Offline

Posts: 6


Email
« on: November 15, 2010, 04:56:18 »

JComments component integration to AdsManager 2.6

   1. Open file /components/com_adsmanager/adsmanager.html.php
   2. Find the following lines:

Code:
                <?php if ($unique == 1) { ?>
                     <div class="back_button">
                     <a href='javascript:history.go(-1)'>
                     <?php echo ADSMANAGER_BACK_TEXT?>
                     </a>
                     </div>
                <?php 
                
} else {
                     echo 
"<br />";
                }
                
?>

      and insert the following code after:

Code:
      <?php
        
global $mosConfig_absolute_path;
        
$comments $mosConfig_absolute_path '/components/com_jcomments/jcomments.php';
        if (
file_exists($comments)) {
          require_once(
$comments);
          echo 
JComments::showComments($row->id'com_adsmanager'$row->ad_headline);
        }
      
?>

not work with AdsManager 2.6

please help
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: November 22, 2010, 17:54:59 »

What Joomla version are you using?
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
ahmedmigoo
Newbie
*

Karma: 0
Offline Offline

Posts: 6


Email
« Reply #2 on: November 25, 2010, 16:42:16 »

version is  joomla 1.5.22 &  JComments 2.2.0.2   Cheesy
Logged
ahmedmigoo
Newbie
*

Karma: 0
Offline Offline

Posts: 6


Email
« Reply #3 on: December 11, 2010, 14:13:40 »

any body here
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: JComments & AdsManager 2.6
 
Jump to: