same problem here... At the moment I returned to the standard address book, which works just fine. If I will find the reason for the bug, I will post it here
Hi all,
I got problems integrating the advanced addressbook into v0.1-rc2.
I tried the changes for rc1, but they won't work. In the right column I only got the edit-Button without any entries.
Thx,
Doc.
same problem here... At the moment I returned to the standard address book, which works just fine. If I will find the reason for the bug, I will post it here
sieht gut aus muss ich mal anschauen
danke ;-)
Hi all together,
whats about including a picture (maybe including an upload feature) for the adress-book?
Thanks a lot, if anyone implements that!
Galdo
PS: Nice work - I like that plugin very well!![]()
Yeah....is this current for 0.1-RC2? Some of the changes won't work/some of the lines you say to replace can't be found!
Could someone capable of doing so please update this great mod/plugin to work with 0.1stable?
//EDIT: Ok, everything seems to be working except the global contact feature: You can set a contact as global but you can't undo and save it.
# -------------------------------------------------------------------------------------------------------------
#
# In file /program/steps/addressbook/save.inc
# Replace line 40 with
$a_save_cols = array('name', 'firstname', 'surname', 'email', 'global_contact', 'firm', 'position', 'p_tel', 'p_fax', 'p_mob', 'p_address', 'w_tel', 'w_fax', 'w_mob', 'w_address', 'notice');
# Replace Line 48 with
#Code:if($col == 'global_contact'){ if(isset($_POST[$fname])){ $a_record[$col] = 1; }else{ $a_record[$col] = 0; } } else if (isset($_POST[$fname])){ $a_record[$col] = get_input_value($fname, RCUBE_INPUT_POST); }
I don't know what line that is in 0.1stable. I replaced the following code (line ~48-50) but than you can't cahnge the "global contact" setting:
//EDIT2: Never mind, I'm such an idiot. Just replace line 48 and it will work like a charm.Code:if (isset($_POST[$fname])) $a_record[$col] = get_input_value($fname, RCUBE_INPUT_POST); }
It should look like this:
Code:// read POST values into hash array foreach ($a_save_cols as $col) { $fname = '_'.$col; if($col == 'global_contact'){ if(isset($_POST[$fname])){ $a_record[$col] = 1; }else{ $a_record[$col] = 0; } } else if (isset($_POST[$fname])){ $a_record[$col] = get_input_value($fname, RCUBE_INPUT_POST); } $a_record[$col] = get_input_value($fname, RCUBE_INPUT_POST); }
Hi Rudy,
I gathered all the lastest infos of this post in order to implement this plugin to rc0.1stable but it doesn't work properly...
Could you tell me what modification you have made in order to make the plugin work?
In the attachement file, are the modifications that I did... but here are all the problems I have:
- When I click directly on a new person to create, I have all the labels, that I can save (saved correctly in the DataBase).
- When I click on a person on my list of contacts, the whole RoundCube freezes without displaying the correct infos. From there on, I cannot do anything... Cannot go back to my mailbox nor preferences nor quit. I simply have to close the Firefox tab and open a new one...
If ever anyone could tell me what is wrong in the attached file or give in this post a new how-to of this advanced address book?
Hope to have an answers...
Thank you for any help...
Hi!
The 0.1 is out and we have a release to work with.
Could anyone make a working release of this great plugin, please?
Rudy?
Rgds.
I'll post my code or better the instructions sometime today as I'm still busy doing other stuff right now.
Thanks in advance for helping us...
There are currently 1 users browsing this thread. (0 members and 1 guests)