Third Party Contributions > Old Style Plug-Ins

VCARD-Export

(1/2) > >>

helga:
hello from germany :-\

ich schreibe mal in deutsch, da ich das besser kann ;)

Also, ich möchte ein VCard-Export erstellen und brauche dazu etwas Hilfe.

1) Im Adressbuch findet man die Liste der User, die im Adressbuch vorhanden sind - jede Zeile ein Name. In dieser Zeile möchte ich einen zusätzlichen Link einfügen, wo man per Klick die Daten des Users als VCard runterladen kann. Wo kann ich diesen Link einfügen mit der jeweiligen $CID ?

2) Kann ich den Link für die vcard als ?_task=vcard erstellen und wenn ja wie? Wenn ich dies in der index.php hinzufüge, dann wird dort automatisch eine Ausgabe mit erstellt, was aber nicht sein soll.

Wenn diese Punkte gelöst werden, werde ich dieses Addon hier posten.

BoerbooM:
Well Im not that good at deutch so Ill just stick to english.. I think you could do that better aswell, I mean you wouldnt know what Id typ if I started to use my native language... Its always easier to figure out what you mean if its half english then when its deutch (atleast for me it is)

I can recommend you to read the "Change Password Patch for DirectAdmin".. It uses the $action very slick... (thanks to originel creator of pwd patch for cPanel)

Might give you a pretty good start.

helga:
why only english?


--- Quote ---Copyright (C) 2005-2006, RoundCube Dev. - Switzerland
--- End quote ---

Switzerland = German language ???

BoerbooM:
[offtopic]
Cause people hanging around on this forum are from all over the world ? And as english is the number one language in the world.. My guess is its best too use that one.. You can use the German language if you'd like to.. but dont count on my support then.
[/offtopic]

Tried looking into that plugin yet ?

helga:
I have a Directory in 'program' whit name 'vcard'

this file is in Directory 'vcard' --> attachment

I have added in file index.php


--- Code: ---if ($_task=='vcard')
 {
  include_once('program/vcard/vcard_export.php?_cid=$cid');
}
--- End code ---

before:


--- Code: ---// include task specific files
if ($_task=='mail')
--- End code ---



my Link is called '?_task=vcard&_cid=1' - _cid = contact_id

if I click that link:


--- Quote ---REQUEST FAILED/FILE NOT FOUND
The requested page was not found!
Please contact your server-administrator.

Failed request:
http://testmail.regio-angebote.de/?_task=vcard&_cid=1
--- End quote ---


 :-[ :-\ :'(

why ???
what is my error?

Navigation

[0] Message Index

[#] Next page

Go to full version