Skip to Content Skip to Menu

uddeIM 1.1 released

  • Opinioo
  • Opinioo
  • OFFLINE
  • Posts: 29
  • Thanks: 0
  • Karma: 2
16 years 5 months ago #60354 by Opinioo
Replied by Opinioo on topic Re:uddeIM 1.1 released
The problem is that i have readen ReadMe file one more time but i'm still a newbie so i don't really understand how to modif my PhpMyAdmin tables ?!? :S

Post edited by: Opinioo, at: 2008/04/03 15:17

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 5 months ago #60355 by slabbi
Replied by slabbi on topic Re:uddeIM 1.1 released
Opinioo wrote:

The problem is that i have readen ReadMe file one more time but i'm still a newbie so i don't really understand how to modif my PhpMyAdmin tables ?!? :S

Post edited by: Opinioo, at: 2008/04/03 15:17


Maybe you should read the phpMyAdmin manual? I cannot give support for all programs which are required to run a Joomla site or which are required for administration purpose, sorry.

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

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

  • Walina
  • Walina
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
16 years 5 months ago #60374 by Walina
Replied by Walina on topic Re:uddeIM 1.1 released

I cannot do styling for you because of my short spare time but I can point you to the correct direction:

The module uses a "div" tag for the border and "p" tags for each line, so a link is, e.g.

div #uddeim-module p .uddeim-module-body a
Since the mailbox module does not load a specific css file you can add this information e.g. to your template cs file.


Thank you for the tip, I will try it :)

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

  • pretopost
  • pretopost
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
16 years 5 months ago #60386 by pretopost
Replied by pretopost on topic Re:uddeIM 1.1 released
Still having issues. Here is a photo:



Why can't I change or see normal text in Quick Message columns???

Post edited by: pretopost, at: 2008/04/04 07:55

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 5 months ago #60387 by slabbi
Replied by slabbi on topic Re:uddeIM 1.1 released
Already mentioned this in another post:

I uploaded because of a simple typo the wrong plugin. Please download the package again, it contains the fixed plugin now. Sorry for that.

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

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

  • swampy
  • swampy
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
16 years 5 months ago #60439 by swampy
Replied by swampy on topic Re:uddeIM 1.1 released
slabbi wrote:

swampy wrote:

uddelIM is looking for images/comprofiler/
but no file name for user with no image i would have thought that uddelIM would be looking for
/com_comprofiler/images/english/nophoto.jpg


I think I know where the problem is.

Do you have the CB Gallery enabled? If so you could try following:

In getpiclink.php > getPicOnly() replace the existing if-block with this one:

[code:1] if (file_exists($filenamelocal) && is_file($filenamelocal)) {
$gimmeback="<a href='".sefRelToAbs("index.php?option=com_comprofiler&task=userProfile&user=".$ofanid)."'>";
$gimmeback.="<img class='uddeim-tn' src='".$filenamelive."' alt='' />";
$gimmeback.="</a>";
} elseif (file_exists($filenameglocal) && is_file($filenameglocal) && $config->CBgallery) {
$gimmeback="<a href='".sefRelToAbs("index.php?option=com_comprofiler&task=userProfile&user=".$ofanid)."'>";
$gimmeback.="<img class='uddeim-tn' src='".$filenameglive."' alt='' />";
$gimmeback.="</a>";
} elseif (file_exists($filename2local) && is_file($filename2local)) {
$gimmeback="<a href='".sefRelToAbs("index.php?option=com_comprofiler&task=userProfile&user=".$ofanid)."'>";
$gimmeback.="<img class='uddeim-tn' src='".$filename2live."' alt='' />";
$gimmeback.="</a>";
}[/code:1]

The problem seems to be that the gallery filename is empty so the check checks the existing directory name and not the file name.

Please give feedback if it works.


Thank you slabbi you are the man this has fixed it great work

Thank you
Swampy

Post edited by: slabbi, at: 2008/04/05 11:48

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum