• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: social icon on pdf file

social icon on pdf file 12 years 3 months ago #20898

I have a question:
is it possible to create the fields for social profiles url on a form, and show it on pdf file? i need to create fields with social url.. that if you fill it on the form, appear social icon on pdf.. and if you leave blank not appear nothing. I need also that the url value does not appear but it should appear the icon clickable.

sorry for my bad english
Last Edit: 12 years 3 months ago by rustukz88.
The administrator has disabled public write access.

social icon on pdf file 12 years 3 months ago #21038

I have tryed to add it on PDF PHP Pre-processing Script tab:
if (empty($_POST['form5']['facebookid']))
   $info->useremail_layout = str_replace('{facebookid:caption}','',$info->useremail_layout);
 
 if (empty($_POST['form5']['twitterid']))
   $info->useremail_layout = str_replace('{twitterid:caption}','',$info->useremail_layout);

and
this on PDF Layout (HTML) tab:
<a href="{facebookid:value}" target="_blank">{facebookid:caption}</a>
<a href="{twitterid:value}" target="_blank">{twitterid:caption}</a>

but does not work :(
Last Edit: 12 years 3 months ago by rustukz88.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!