************************************************** ************************************************
Ako Comment 2.0
How to manually install Ako Comment on 4.5.2.
I wrote this because many people including me have problem with the web installer
Written by Linda Aben
************************************************** **************************************************
Install the files
Now open your FTP
click on components (or mambo, components, where that directory might be)
Create a directory called com_akocomment
Create in that directory a directory called images
Create a directory called languages
in com_akocomment install the files below from your unzipped package
akocomment.php
functions.akocomment.php
Install all images in the images folder except for the logo.png
install all languages in the zip file to languages directory
Now go to administrator in your main mambo directory
Click on components
make directory com_akocomment
upload in this directory
admin.akocomment.html.php
admin.akocomment.php
class.akocomment.php
config.akocomment.php
install.akocomment.php
toolbar.akocomment.html.php
toolbar.akocomment.php
uninstall.akocomment.php
create directory called images and upload logo.png in it
Instructions SQL
Step 1
Download AKO Comments 2.0
http://www.mamboportal.com/index.php...filecatid=1273
Unzip the file
Step 2
Go to the admin provided by your host called phpmyadmin where you can add sql
create the following table:
CREATE TABLE `mos_akocomment` ( `id` int(10) NOT NULL auto_increment, `parentid` int(10) NOT NULL default '0', `status` int(10) NOT NULL default '0', `contentid` int(10) NOT NULL default '0', `ip` varchar(15) NOT NULL default '', `name` varchar(30) NOT NULL default '', `title` varchar(40) NOT NULL default '', `comment` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM;
Step 3
Click on mos_components
Click on admin_menu_link
Click on insert
Id leave blank
Name: AkoComments
Click start
As you can see AkoComments is totally below your page
Ive added in params
<menu task="comments">View Comments</menu>
<menu task="settings">Edit Settings</menu>
<menu task="language">Edit Language</menu>
<menu task="about">About AkoComment</menu>
Take a try if this works in your admin
I see Akcomment installed in components if clicking on instal /uninstall
I dont see the ako comments below the unstall install field
that probable should say
ako comments
with as menu
<menu task="comments">View Comments</menu>
<menu task="settings">Edit Settings</menu>
<menu task="language">Edit Language</menu>
<menu task="about">About AkoComment</menu>