Skip to Content Skip to Menu

uddeIM 2.2 (stable) released

  • rplc
  • rplc
  • OFFLINE
  • Posts: 13
  • Thanks: 0
  • Karma: 0
13 years 9 months ago #150008 by rplc
Replied by rplc on topic Re:uddeIM 2.2 (stable) released
sry I haven't seen it

I've replaced it and now there is no error message but the ContentLink does not work.

The Plugin is activated but I still just see the following Lines in the Article

"{pmslink:id=42}"

there is no link to the PM

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 9 months ago #150009 by slabbi
Replied by slabbi on topic Re:uddeIM 2.2 (stable) released
Well, it seems that I have to rewrite the plugins for Joomla 1.6. The framework has changed a lot. :(

Currently I have no 1.6 test installation available, so I cannot do a fix in the next weeks.

Post edited by: slabbi, at: 2011/01/03 23:14

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • rplc
  • rplc
  • OFFLINE
  • Posts: 13
  • Thanks: 0
  • Karma: 0
13 years 9 months ago #150011 by rplc
Replied by rplc on topic Re:uddeIM 2.2 (stable) released
Sad news...

but okay

btw on 10th January the 1.6 Version should be official released
( www.joomla.org/announcements/release-news/5328-joomla-16-rc1-now-available.html )

Thx for the quick help

Can write me an email (alex.strehler@web.de) or send me a twitter address where you annouce news?

greetz

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 9 months ago #150014 by slabbi
Replied by slabbi on topic Re:uddeIM 2.2 (stable) released
rplc wrote:

Sad news...

but okay

btw on 10th January the 1.6 Version should be official released
( www.joomla.org/announcements/release-news/5328-joomla-16-rc1-now-available.html )

Thx for the quick help

Can write me an email (alex.strehler@web.de) or send me a twitter address where you annouce news?

greetz


Got it working:

[code:1]if ( defined( 'JPATH_ADMINISTRATOR' ) ) {
$ver = new JVersion();
if (!strncasecmp($ver->RELEASE, "1.6", 3)) {
jimport('joomla.plugin.plugin');
class plgContentUddeim_pms_contentlink extends JPlugin {
function plgContentUddeim_pms_contentlink( &$subject, $params ) {
parent::__construct( $subject, $params );
}
public function onPrepareContent( &$article, &$params, $limitstart ) {
global $mainframe;
uddeIMpmsLink15( $article, $params, $limitstart );
}
}
} else { JApplication::registerEvent('onPrepareContent', 'uddeIMpmsLink15');
}
} else {
$_MAMBOTS->registerFunction( 'onPrepareContent', 'uddeIMpmsLink' );
}
[/code:1]

Works under Joomla 1.0, 1.5 and 1.6.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • rplc
  • rplc
  • OFFLINE
  • Posts: 13
  • Thanks: 0
  • Karma: 0
13 years 9 months ago #150015 by rplc
Replied by rplc on topic Re:uddeIM 2.2 (stable) released
Strange

here it doesn't work...

I've replaced the code but in the article I just see {pmslink:id=42} and no link...

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 9 months ago #150026 by slabbi
Replied by slabbi on topic Re:uddeIM 2.2 (stable) released
Strange, I have tested it on a Joomla 1.6a with
{pmslink:username=admin,The Admin User}
and it has worked.

Could you pull the current version from the trunk on Joomlacode (web access is possible)? I have also created Joomla 1.6 installer files which you can find in "trunk/EXTRAS/Joomla 1.6/".

The code I use for registering the content event is original Joomla 1.6 code, so it should also work on rc1. I will setup a test site asap but this may take some days/weeks.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum