PDA

View Full Version : Name not updating


navtaj
10-30-2006, 07:07 PM
Hi all, here's my issue:

I've have Joomla and PHPlist installed already and am using the Bridge like everyone else - to sync my joomla users to my phplist.

I configured my config.php file as such:

<?php
/*
@ script: config.php
@ description: config file for cron job. Please don't modify the line order of this file ^^
@ project: Joomla PHPList Bridge - Joomlart Team
*/

# Joomla Database Configuration
$jos_ser="preig.preigcanada.com";
$jos_user="navtaj1";
$jos_pass="********";
$jos_db="preig1";
$jos_prefix="preig_";

# PHPList Database Configuration
$lst_ser="preig.preigcanada.com";
$lst_user="navtaj1";
$lst_pass="*********";
$lst_db="preiglist";
$lst_prefix="phplist_";

# PHPList config: attributeid && listid && htmlemail
$attributeid="7";
$listid="1";
$htmlemail="1";
?>

After completing the install.php it shows that my 1000 users have been syncronized and that a new attribute 'Name" is created.

I log into phplist and when I check my user attributes it shows that an attribute "Name" have been created but when I go into a particular users info thier name is not displayed in the 'name attribute' - just the email.

How do I instruct the Bridge to update the Names field?

Navtaj

navtaj
10-30-2006, 11:09 PM
Ok I figured it out. I had to completely reinitialize my phplist installation from the phplist main menu->setup.

then when I ran the phplist bridge it created the Name attribute again and sync'd up the joomla database.

I just hope that my Cronjob works every morning.

Navtaj