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

Advertise on this site

Joomlapolis Forums  


Problem for [PASSWORD] tag In 1.1 version
Date: 2008/06/16 08:40 By: bhuban Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
I have installed Community builder 1.1 version and made changes on the content of Pending Approval Email using the [PASSWORD] code but on E-mail I have received with [PASSWORD] tag not with real password.

=====================================================
Solution:- I have made small changes on comprofiler.class.php in line no. 4983 with the following code which is copied from old file of version 1.0.2

$array = array();
$array=get_object_vars($row);
foreach( $array AS $k=>$v) {
if(!is_object($v)) {
if (!(strtolower($k) == "password" && strlen($v) >= 32)) {
$msg = cbstr_ireplace("[".$k."]", getLangDefinition($v), $msg );
}

}

}

After changing this code, 1.1 versions is start to working well for [PASSWORD] tag.
====================================================

Question: This is the correct way to fixed the above mention problem. Please suggest me.
Click here to see the profile of this user The administrator has disabled public write access.

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