|
|
|
Re:uddeIM 1.1 released
|
|
Date: 2008/04/03 12:01
|
By: Opinioo
|
Status:
|
|
|
Karma: 1  
|
|
Senior Joomlapolitan  | Posts: 75 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.1 released
|
|
Date: 2008/04/03 12:02
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1145 |   | |
|
Walina wrote: I do not know CSS, that's why I am asking for your help. Sorry, my english is bad<br><br>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 Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.1 released
|
|
Date: 2008/04/03 12:04
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1145 |   | |
|
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 Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.1 released
|
|
Date: 2008/04/03 12:10
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1145 |   | |
|
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 Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.1 released
|
|
Date: 2008/04/03 12:28
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1145 |   | |
|
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: | 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>";
}
|
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 Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:uddeIM 1.1 released
|
|
Date: 2008/04/03 12:38
|
By: Opinioo
|
Status:
|
|
|
Karma: 1  
|
|
Senior Joomlapolitan  | Posts: 75 |   | |
|
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 ?
|
|
The administrator has disabled public write access. |
|
|