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 15:16 By: Opinioo Status: CB Doc subscriber  
Karma: 1  
Senior Joomlapolitan

Posts: 75
graphgraph
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 ?!?

Post edited by: Opinioo, at: 2008/04/03 15:17
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 15:25 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1149
graphgraph
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 ?!? <br><br>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 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 19:39 By: Walina Status: User  
Karma: 0  
Fresh Joomlapolitan

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

Re:uddeIM 1.1 released
Date: 2008/04/04 07:55 By: pretopost Status: User  
Karma: 0  
Fresh Joomlapolitan

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

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

Posts: 1149
graphgraph
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 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/05 11:30 By: swampy Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 5
graphgraph
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:

     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.


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
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