Register |
Your Cart is currently empty.
Home > Forum
Welcome, Guest

enabling ssl/https for the Survey Force Component
(1 viewing) (1) Guest

Dear Customers,

Feel free to submit requests if you have any questions or need assistance.

Before submitting a support request, please pay attention to the description of the corresponding product and frequently asked questions. Answers you are looking for may already be there.
When submitting a request, please include as many details on the problem as you can. This will help us understand the essence and provide you with a helpful solution.
For more information on our support conditions, view JoomPlace support policy.
THANKS FOR YOUR PATIENCE!
  • Page:
  • 1

TOPIC: enabling ssl/https for the Survey Force Component

enabling ssl/https for the Survey Force Component 1 year, 5 months ago #13266

  • Victoria
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
  • Karma: 0
Hi,

Is it possible to make the link to the surveys (based on the invited link) encrypted as long as we have the ssl certificate installed for the website?

If so, how would you do it?

Thanks in advance,
victoria

Re: enabling ssl/https for the Survey Force Component 1 year, 5 months ago #13272

  • Nana
  • OFFLINE
  • Moderator
  • Posts: 926
  • Karma: 9
Hi Victoria,

It's possible to do only for all invitations (without a custom development)as follows:

In the file "admin.surveyforce.php", line 4811 replace the following:

$link = ' <a href="'.$mosConfig_live_site . "/index.php?option=com_surveyforce&task=start_invited&survey=".$survey_id."&invite=".$user_invite_num.'">'.$mosConfig_live_site . "/index.php?option=com_surveyforce&task=start_invited&survey=".$survey_id."&invite=".$user_invite_num.'</a>';

with:

$link = ' <a href="'. 'your.site' . "/index.php?option=com_surveyforce&task=start_invited&survey=".$survey_id."&invite=".$user_invite_num.'">'. 'your.site' . "/index.php?option=com_surveyforce&task=start_invited&survey=".$survey_id."&invite=".$user_invite_num.'</a>';

Regards
  • Page:
  • 1
Moderators: Maria_B
Time to create page: 0.42 seconds