Active
Project:
PDF-IDcard
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 05:02 UTC
Updated:
28 Oct 2013 at 01:05 UTC
Hi
Ive been struggling with this for a while
basically $pdf->Cell(100,20,"Hello World",0);
works
but
$pdf->Cell(10,15, "username :- ".strtoupper($account->name),0);
$pdf->Cell(10,20, "member# :- ".$account->uid,0);
$pdf->Cell(10,25,"email :- ".strtolower($account->mail),0);
only produces
username :-
member# :-
email :-
even with 'profile_load_profile($account);'
any help greatly appreciated
ps.. ive tried the dev but only get a blank screen when i go to
/admin/structure/idcard/templates
so it cant be configured
Steve
Comments
Comment #1
canzi commentedok im not a programmer but this worked
Comment #2
box9t9 commentedThank you canzi
You may not consider yourself a coder but your code up there just saved my conference huge embarrassment. It worked!!!!
God bless you.