Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:uddeIM 1.1 released
Date: 2008/04/03 12:01 By: Opinioo Status: CB Doc subscriber  
Karma: 1  
Senior Joomlapolitan

Posts: 75
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:uddeIM 1.1 released
Date: 2008/04/03 12:02 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1145
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:uddeIM 1.1 released
Date: 2008/04/03 12:04 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1145
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:uddeIM 1.1 released
Date: 2008/04/03 12:10 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1145
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:uddeIM 1.1 released
Date: 2008/04/03 12:28 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1145
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:uddeIM 1.1 released
Date: 2008/04/03 12:38 By: Opinioo Status: CB Doc subscriber  
Karma: 1  
Senior Joomlapolitan

Posts: 75
graphgraph
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 ?
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login