Hi,
is there a solution to integrate the nice Lyften Bloggie into the Community Builder?
I find this small plugin who should integrate it.. but it don`t work... what a shame :-(
this is the discussion -> http://forum.joomla.org/viewtopic.php?f=126&t=283169
and this is the site who i find the small plugin...
After the install in the CB Plugin Manager in activate the plugin, after that i use a link to the Bloglink and i got the error "no_access" same in CB tab manager...??
maybe samoeone have an idea??
greetings from germany
Lyften Bloggie - Lyften Bloggie integration in Community ...
Announcement:
LyftenBloggie Documentation
I had the same error and used the following "hacks" to get the CB plugin
"working" -- note that I am just experimenting with lyften as a
replacement for mamblog as I migrate from joomla 1.0.15 to joomla 1.5.
The error that you mention appears to come from the way that the CB plugin php files check for valid access (at the top of the php files). I made changes to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php. That eliminated the error that you reported
After making those changes, I got another php error
which, after looking at the code, appears to be due to the way that the CB plugin is referencing the include files. I made further changes to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php to eliminate that error.
After that, I got another "no access" error that came from the english.php language file. So, I had to make a change to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/languages/english.php that was similar to the first one I made.
After that, things seem to be working correctly. A couple of notes:
1. If you are using a different language file than english.php, you'll probably need to make changes similar to those that I made in english.php for your language file.
2. I "copied" the new code from other CB plugins. In essence, I adopted the approach used by other working plugins
I've attached the CB plugin version that resulted from the above changes. The original files are included with the suffix "-dist". If you want to see the (very few) changed lines, do a diff or similar operation.
Best,
JM
The error that you mention appears to come from the way that the CB plugin php files check for valid access (at the top of the php files). I made changes to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php. That eliminated the error that you reported
After making those changes, I got another php error
Warning: include_once(/components/com_comprofiler/plugin/user/plug_cblyftenbloggie/language/english.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/joomla/components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php on line 29
which, after looking at the code, appears to be due to the way that the CB plugin is referencing the include files. I made further changes to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php to eliminate that error.
After that, I got another "no access" error that came from the english.php language file. So, I had to make a change to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/languages/english.php that was similar to the first one I made.
After that, things seem to be working correctly. A couple of notes:
1. If you are using a different language file than english.php, you'll probably need to make changes similar to those that I made in english.php for your language file.
2. I "copied" the new code from other CB plugins. In essence, I adopted the approach used by other working plugins
I've attached the CB plugin version that resulted from the above changes. The original files are included with the suffix "-dist". If you want to see the (very few) changed lines, do a diff or similar operation.
Best,
JM
|
|
hi
i'm trying to install the plugin on the CB, but i get blank page after i upload.
do you have any idea why this happens
thanks
[meonline 20 Sep 2010 06:45:02]I had the same error and used the following "hacks" to get the CB plugin "working" -- note that I am just experimenting with lyften as a replacement for mamblog as I migrate from joomla 1.0.15 to joomla 1.5.
The error that you mention appears to come from the way that the CB plugin php files check for valid access (at the top of the php files). I made changes to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php. That eliminated the error that you reported
After making those changes, I got another php error
Warning: include_once(/components/com_comprofiler/plugin/user/plug_cblyftenbloggie/language/english.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/joomla/components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php on line 29
which, after looking at the code, appears to be due to the way that the CB plugin is referencing the include files. I made further changes to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/cblyftenbloggie.php to eliminate that error.
After that, I got another "no access" error that came from the english.php language file. So, I had to make a change to components/com_comprofiler/plugin/user/plug_cblyftenbloggie/languages/english.php that was similar to the first one I made.
After that, things seem to be working correctly. A couple of notes:
1. If you are using a different language file than english.php, you'll probably need to make changes similar to those that I made in english.php for your language file.
2. I "copied" the new code from other CB plugins. In essence, I adopted the approach used by other working plugins
I've attached the CB plugin version that resulted from the above changes. The original files are included with the suffix "-dist". If you want to see the (very few) changed lines, do a diff or similar operation.
Best,
JM
|
|

