|
|
|
Re:ProfileBook 1.0 - notify in cb_login
|
|
Date: 2008/03/20 21:44
|
By: user8600
|
Status:
|
|
|
Karma: 3  
|
|
Junior Joomlapolitan  | Posts: 27 |   | |
|
Now the plugin works good.
You can set each entry to read/unread.
Now I'm updating the installer-file of the plugin. New install works, but inserting the new field into an existing table doen't work.
An alter table add if not exists ... doesn't work.
Post edited by: user8600, at: 2008/03/20 23:26
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:ProfileBook 1.0 - notify in cb_login
|
|
Date: 2008/03/20 23:54
|
By: user8600
|
Status:
|
|
|
Karma: 3  
|
|
Junior Joomlapolitan  | Posts: 27 |   | |
|
Okay. Installer works only if table jos_comprofiler_plug_profilebook not exists. if cb_profilebook anytime where installed please add the the field manually:
ALTER TABLE `jos_comprofiler_plug_profilebook` ADD `status` tinyint(3) NOT NULL default '0'
If you update, please insert the table-field and copy the cb.profilebook.php into the plugin directory and overwrite the existing file.
Now you have a status field at every message who shows, if the message was read or not.
The only problem is if you have already many messages in your book, you have to mark every message as read.
Post edited by: user8600, at: 2008/03/20 23:58
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:ProfileBook 1.0 - notify in cb_login
|
|
Date: 2008/03/21 03:15
|
By: all3njg
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
so with this new modded one.. Do i uninstall the old one and install this one?
If you dont mind could you give me a step-by-step instructions?
That would be awesome.. Thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:ProfileBook 1.0 - notify in cb_login
|
|
Date: 2008/03/21 17:45
|
By: user8600
|
Status:
|
|
|
Karma: 3  
|
|
Junior Joomlapolitan  | Posts: 27 |   | |
|
Take joomlaxplorer and update the cb.profilebook.php in components/com_comprofiler/plugin/user/plug_cbprofilegallery with the one from the zip. Then go to phpmyadmin, go to the sql tab and execute this command: ALTER TABLE `jos_comprofiler_plug_profilebook` ADD `status` tinyint(3) NOT NULL default '0'
This is the easiest way.
Or uninstall the plugin, delete the table jos_comprofiler_plug_profilebook and then install the mod_plug new.
Post edited by: user8600, at: 2008/03/22 19:33
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:ProfileBook 1.0 - notify in cb_login
|
|
Date: 2008/03/21 18:08
|
By: all3njg
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
nice.. thanks..
cant wait for the mod that shows when there is a new message in the profile book
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:ProfileBook 1.0 - notify in cb_login
|
|
Date: 2008/03/21 19:08
|
By: user8600
|
Status:
|
|
|
Karma: 3  
|
|
Junior Joomlapolitan  | Posts: 27 |   | |
|
Post edited by: user8600, at: 2008/03/22 19:32
|
|
The administrator has disabled public write access. |
|
|