Moderators servetas Posted December 29, 2012 Moderators Report Share Posted December 29, 2012 Frequently Asked Questions v1 Add or edit your faq categories. Show them in public and help your pilots solve their questions about your virtual airline etc. How to Install? Copy and upload the files same as the structure as your phpvms files. If you want to link your website's visitors/users to this module, use this: www.yoursite.com/index.php/career -or- <?php echo url('/career'); ?> More information about the module can be found here. Support will be offered by this forum. If you have any questions do not hesitate to contact us. For more information, do not hesitate to contact us. 2 Quote Link to comment Share on other sites More sharing options...
simonecatalano Posted November 12, 2013 Report Share Posted November 12, 2013 Hello today i have purchased the FAQ module but don't work ? this is image http://qs.lc/97gt Why? Thank You Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted November 12, 2013 Author Moderators Report Share Posted November 12, 2013 Hello Simone, You will have to open a support ticket on the Simpilotgroup Support System. (I have already answered to yur ticket.) Quote Link to comment Share on other sites More sharing options...
simonecatalano Posted November 14, 2013 Report Share Posted November 14, 2013 Yes Thanks Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted June 19, 2014 Author Moderators Report Share Posted June 19, 2014 We would like to inform you that version 1.1 has been released. Our Team decided to release its next version as freeware. The module can be downloaded via our github account. In the new version (v1.1) we have done the following: - Updated the editor used from the module. - Stylizing changed on the admin part of the module. - File structure correction. - Files clean-up. - Added Version Check System. - Other minor changes. More information about the module can be found here. For those who have already purchased it, we will offer to you a 10$ discount coupon code in order to use it on your next purchase. More information will be sent to you via email. PHP-Mods Quote Link to comment Share on other sites More sharing options...
RocketRod Posted June 20, 2014 Report Share Posted June 20, 2014 Thanks for the free release! Quote Link to comment Share on other sites More sharing options...
alpyeni1 Posted September 10, 2014 Report Share Posted September 10, 2014 Where is download link? Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 10, 2014 Author Moderators Report Share Posted September 10, 2014 It can be downloaded via here. Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 doesn't work for me! getting Parse error: syntax error, unexpected '<' in /home/flyeurop/public_html/core/templates/faq/faq_index.tpl on line 53 and it also doesn't show up in admin any Idea? best regards, Thomas Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 What is your website? Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 What is your website? the one in the signature above or in this Post now Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 Open the faq_index.tpl file and remove line 53. This will solve the error. Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 What can be the cause that it didn't Show up in Addons in Admin all is uploaded in right place best regards, Thomas Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 Are you able to access the module here? Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 No that giving me The module "FAQ" doesn't exist! Error Which is Strange since I uploaded the folders exactly in the structure gives! best regards, Thomas Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 Get into your admin/modules/Faq folder and rename the FAQ.php file to faq.php. Some servers have some problems with the files names but changing the name of the file should solve the problem. Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 still not working even when doing that runing on phpVMS Version v2.1.934-170-g5ca803a which is when remembering right a Beta? Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 can you also try to rename that folder to faq (without caps)? Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 yep now the admin part is there but bringing up another error Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/flyeurop/public_html/admin/templates/faq/update.tpl on line 10 Warning: file_get_contents(http://php-mods.eu/m...es/versions/faq) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/flyeurop/public_html/admin/templates/faq/update.tpl on line 10 There is a problem with the server connection. Please contact us. fivedev is my hosting provider Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 Open the admin/templates/faq/update.tpl file and where: $cur_version = file_get_contents("http://php-mods.eu/modules/versions/faq"); $ins_version = '1.1'; replace with $url = 'http://php-mods.eu/modules/versions/faq'; $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_HEADER, false); $data = curl_exec($curl); curl_close($curl); $cur_version = $data; $ins_version = '1.1'; 1 Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 16, 2014 Report Share Posted October 16, 2014 thanks a lot working now! Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 16, 2014 Author Moderators Report Share Posted October 16, 2014 Very good. For all those who viewed this conversation, i have made all of the required changes. If you have any problem, you can redownload the module from phpmods github account. Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted October 17, 2014 Report Share Posted October 17, 2014 how can I set visible for non logged in users? PS: just found it out myself Quote Link to comment Share on other sites More sharing options...
KeithHadden Posted April 22, 2015 Report Share Posted April 22, 2015 I have installed FAQ and it all works wonderfully well in ADMIN. but when try to get it to display from the frontpage screens I get the following error:- An Error Was Encountered The module "FAQ" doesn't exist! Any ideas what I may be doing wrong? Regards Keith Hadden Owner of soon to be launched Clone Air World - Virtual Airline Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted April 24, 2015 Author Moderators Report Share Posted April 24, 2015 Does the core/modules/FAQ/Faq.php file exists on your website's directory? Quote Link to comment Share on other sites More sharing options...
FDC001 Posted February 16, 2016 Report Share Posted February 16, 2016 Tried to install Version 1.2 and I get this error from FAQ downloaded from Github. We would like to thank you for using our FAQ System Module developed for phpVMS. We are always trying to offer the best solutions for your virtual airlines. The modules we have developed for phpVMS (either freeware or payware) can be found on our website. There is a problem with the server connection. Please contact us. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted February 16, 2016 Author Moderators Report Share Posted February 16, 2016 This does not affect the functionality of the module. It has to do with the check update system. You should not receive the error now. Thank you very letting me know. Quote Link to comment Share on other sites More sharing options...
FDC001 Posted February 16, 2016 Report Share Posted February 16, 2016 Yes. Miraculously working fine now. Thanks. Quote Link to comment Share on other sites More sharing options...
OmerAslan Posted May 25, 2016 Report Share Posted May 25, 2016 Hello, i download this module. But it shows each item twice. See the picture please. http://prnt.sc/b82veb Thanks Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted May 25, 2016 Author Moderators Report Share Posted May 25, 2016 Check this: The questions above are used as an index while below are the answers. Alternatively, check this. The questions are links and as soon as you press them, you are linked to the answer. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.