Jcow 4.x users can get free download from your "client area" of Jcow community.
changelogs:
* Upgrade sharebox
* Add quick share box for forums
* generate streams for every forum posts
* Optimized line height
* enable "like" for every forum post
* add "dislike" to streams
* add "words filter"
Upgrade from 4.2.1
(Upgrade from older version, please read the upgrade.txt in the package)
Step.1
Excute the following SQL queries:
ALTER TABLE `jcow_streams` ADD `dislikes` INT NOT NULL ;
CREATE TABLE IF NOT EXISTS `jcow_disliked` (
`id` int(11) NOT NULL auto_increment,
`uid` int(11) NOT NULL,
`stream_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`,`stream_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Step.2
Replace following files:
includes/libs/jquery.module.php
includes/libs/story.inc.php
includes/libs/common.inc.php
includes/libs/admin.module.php
includes/libs/ss.inc.php
includes/libs/dashboard.module.php
includes/libs/pages.inc.php
files/icons/thumbs_up.png
files/icons/thumbs_down.png
files/common_css/style.css
files/common_css/sharebox_arrow_bg.gif
files/common_css/sharebox_arrow.png
js/facebox
modules/blogs/blogs.hook.php
modules/photos/photos.hook.php
modules/videos/videos.hook.php
modules/events/events.hook.php
Upgrade Jcow forums from 2.0 to 2.1
Step.1
Excute the following SQL queries:
ALTER TABLE `jcow_forum_posts` ADD `stream_id` INT NOT NULL ,
ADD INDEX ( `stream_id` ) ;
Step.2
Replace following files:
modules/forums/
Wednesday, January 5, 2011
Subscribe to:
Post Comments (Atom)
How to add forum on free version!
ReplyDeleteWhat about the updates for the v 5
ReplyDeleteI'm install Jcow 4.2.1 but problems..
ReplyDeletehttp://www.traopday.com/index.php?p=u/mithatabakan
message is: can not find the owner
http://www.traopday.com/index.php?p=feed
problem message: Fatal error: Call to undefined function stream_display() in /home/traopday/public_html/includes/libs/ss.inc.php on line 770
http://www.traopday.com/index.php?p=dashboard
Problem message: Fatal error: Call to undefined function stream_display() in /home/traopday/public_html/includes/libs/ss.inc.php on line 770
Please help me?
This comment has been removed by the author.
ReplyDeleteI try
ReplyDeleteALTER TABLE `jcow_forum_posts` ADD `stream_id` INT NOT NULL ,
ADD INDEX ( `stream_id` ) ;
***
Now error
Fatal error: Call to undefined function likes_get() in /home/onuke/public_html/modules/forums/forums.php on line 335
How to fix it?