Skip to Content Skip to Menu

uddeIM 1.1 released

  • Opinioo
  • Opinioo
  • OFFLINE
  • Posts: 29
  • Thanks: 0
  • Karma: 2
16 years 5 months ago #60339 by Opinioo
Replied by Opinioo on topic Re:uddeIM 1.1 released
slabbi wrote:

Please provide me a login to your website and to myphpadmin.

I am pretty sure the problem is not in uddeIM.



Hello slabbi,

I've got the same problem with needed modifications on my data base, is it possible to provide you a login to myphpmyadmin to let you check ?

Thank you :)

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 #60340 by slabbi
Replied by slabbi on topic Re:uddeIM 1.1 released
Walina wrote:

I do not know CSS, that's why I am asking for your help.
Sorry, my english is bad

Post edited by: Walina, at: 2008/04/03 02:05


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.

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

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 #60341 by slabbi
Replied by slabbi on topic Re:uddeIM 1.1 released
pretopost wrote:

I have weird titles for my columns and no clear way to create a new PM. First time user so sorry for the new guy questions...

Ex. of Title: "_UDDEIM_PLUG_LAST10_UDDEIM_PLUG_ENTRIES"

Is there a language file I am missing?


Damnnn, I corrected a small typo in 1.1 but uploaded the trunk version :(

I have fixed the archive, so when you download the archive again, it should contain the fixed file now.

The Modul does not use the language file currently. This will be fixed in 1.2.

Sorry for that.

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

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 #60342 by slabbi
Replied by slabbi on topic Re:uddeIM 1.1 released
Opinioo wrote:

I've got the same problem with needed modifications on my data base, is it possible to provide you a login to myphpmyadmin to let you check ?

Thank you :)


No, everything you need to know can be found in the README. I am not the administrator for all Joomla installations, sorry.

I do only ask for login credentials when it seems to be a bug in uddeIM but here I do not see a bug.

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

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 #60344 by slabbi
Replied by slabbi on topic Re:uddeIM 1.1 released
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.

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

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

  • Opinioo
  • Opinioo
  • OFFLINE
  • Posts: 29
  • Thanks: 0
  • Karma: 2
16 years 5 months ago #60346 by Opinioo
Replied by Opinioo on topic Re:uddeIM 1.1 released
slabbi wrote:

Opinioo wrote:

I've got the same problem with needed modifications on my data base, is it possible to provide you a login to myphpmyadmin to let you check ?

Thank you :)


No, everything you need to know can be found in the README. I am not the administrator for all Joomla installations, sorry.

I do only ask for login credentials when it seems to be a bug in uddeIM but here I do not see a bug.


Hello,

It's because i did an update from 1.0 to 1.1 and can't find how to submit needed modifications on MyPhpMyadmin ?

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum