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

Joomlapolis Forums  


<< Start < Prev 1 2 Next > End >>
Problem in connections
Date: 2006/05/12 20:14 By: MadPax Status: User  
Karma: 3  
Junior Joomlapolitan

Posts: 33
graphgraph
OK this is a design problem I guess, or maybe a bug.

Here it goes.

I have defined the following DEFINES in a portuguese language file:

Code:

 DEFINE('_UE_CONNECTIONREMOVESUCCESSFULL','Ligação removida com sucesso!'); DEFINE('_UE_CONNECTIONADDSUCCESSFULL','Ligação adicionada com sucesso!');



(note the special portuguese characters)

Now in function addConnection($connectionid,$umsg=null)

You have the following code:
Code:

 if($ueConfig['useMutualConnections']) {     $msg _UE_CONNECTIONPENDINGACCEPTANCE;     $subject_UE_CONNECTIONPENDSUB;     $messageHTML _UE_CONNECTIONPENDMSG;     } else {     $msg _UE_CONNECTIONADDSUCCESSFULL;     $subject_UE_CONNECTIONMADESUB;     $messageHTML _UE_CONNECTIONMADEMSG;     }     $messageText $messageHTML;          $result $this->_notifyConnectionChange($this->referenceid,$connectionid,$msg,$subject,$messageHTML,$messageText,$umsg);     $_PLUGINS->trigger'onAfterAddConnection', array($this->referenceid,$connectionid,$ueConfig['useMutualConnections'],$ueConfig['autoAddConnections']));     return $result;



Which produces the following messagebox:

See image ADD in zip file in other post.

And in function removeConnection($userid,$connectionid)

You have the following code:
Code:

 $msg _UE_CONNECTIONREMOVESUCCESSFULL;     $subject _UE_CONNECTIONREMOVED_SUB;     $messageHTML _UE_CONNECTIONREMOVED_MSG;     $messageText $messageHTML;     $result $this->_notifyConnectionChange($userid,$connectionid,$msg,$subject,$messageHTML,$messageText);     $_PLUGINS->trigger'onAfterRemoveConnection', array($userid,$connectionid,$ueConfig['useMutualConnections'],$ueConfig['autoAddConnections']));     return $result;



Which produces the following two messagesboxes:

See image YOUSURE in zip file in other post.
See image REMOVE in zip file in other post.

You may see that I have defined the strings adequately.

Code:

 DEFINE ("_UHOH","Anyone? Can somebody help?"«»); _post_final_question (); // CBTEAM ANSWERING ME function _post_final_question () {    global $resolved_in_stable$errortype$iswaitanswershort;    $emotion ="Fingers Xd!";    if (!($resolved_in_stable)) {       if ( ($errortype == _ET_BUG) && ( $iswaitasnwershort)){          _askCBTeam"How can I solve it?"«»);          return _waitForAnswer$emotion);       }       // THIS MUST BE A DESIGN ISSUE       elseif ( ( $errortype == _ET_DESIGN) && ( $iswaitasnwershort)) {          _askCBTeam"You willing to change the design?"«»);          return _waitForAnswer$emotion);       }       else {          $emotion _UHOH;          return _waitForAnswer$emotion);       }    }    else {       $emotion "Dang, now it's reinstall time!"       return _okWillReinstall$emotion);    } }



Post edited by: MadPax, at: 2006/05/12 14:20
Click here to see the profile of this user The topic has been locked.

Re:Problem in connections
Date: 2006/05/12 20:15 By: MadPax Status: User  
Karma: 3  
Junior Joomlapolitan

Posts: 33
graphgraph
wooooooh

I tried every possible way to show the images. But can't

Post edited by: MadPax, at: 2006/05/12 14:18
Click here to see the profile of this user The topic has been locked.

Re:Problem in connections
Date: 2006/05/12 20:19 By: MadPax Status: User  
Karma: 3  
Junior Joomlapolitan

Posts: 33
graphgraph
OK here's a zip file with the three images.
File Attachment:
File name: 3images.zip
File size:18283 bytes
Click here to see the profile of this user The topic has been locked.

Re:Problem in connections
Date: 2006/05/16 22:53 By: MadPax Status: User  
Karma: 3  
Junior Joomlapolitan

Posts: 33
graphgraph
UHOH!
Click here to see the profile of this user The topic has been locked.

Re:Problem in connections
Date: 2006/06/02 00:50 By: MrLaZy Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
I`ve got the same problem
Click here to see the profile of this user The topic has been locked.

Re:Problem in connections
Date: 2006/06/02 01:32 By: silexian Status: User  
Karma: -2023  
Senior Joomlapolitan

Posts: 93
graphgraph
file link is broken
help me decrease my Karma ! i AM a bad boy Hurry up or i'm gonna eat your soul
Click here to see the profile of this user The topic has been locked.

<< Start < Prev 1 2 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