Miscellaneous
How to turn off MySQL strict mode?
Crowd Vox requires MySQL strict mode to be disabled. If you do not disable the strict mode, you may encounter errors while using the script. To disable the strict mode, you should have administrative access to your MySQL server. Edit "sql-mode" value ...
Settings for Optimal Performance
1. Debug value inside core.php should always be 0 when running on production. 2. Be sure to set up module caching (from Advanced tab while editing modules) of at least a few minutes on all modules except User Login Box. Otherwise full module ...
.htaccess
It is observed that on some hosts, you'll need to make a small change in .htaccess in order to run Crowd Vox. Here are some changes you need to do: 1. Edit .htaccess of main folder, and locate following line: #RewriteBase / Remove the # character ...
Adding Featured Module
Featured Module showcases the contents that you have selected to feature on all / selected pages of your website. To add the module, you primarily need to decide the following Which listings you want to be featured through this module What should be ...
Tips & Tricks
How do I edit navigation links To edit navigation links, you can go to app/views/elements/navigation_links.ctp. To add your link in this format- <?php echo $html->link("Page name",'/your_page_url')?> Changing rating scale to 10 In ...
Newsletters
Newsletters allow communicating with all your users and / or the persons who have subscribed for updates on your website. Adding a Newsletter On admin panel, navigate to "Others" > "Newsletters" and opt to "Add Newsletter". You will be shown an ...
Enable Video Upload
Setup This feature allows you to upload a video with a listing or a review. All you need to do is create a custom field of 'video type' and associate it with your given listing type. As many of you must already know that custom field can be ...
Release Notes
Changelog 2.0 New features: Groupon style deals, with ability to allot deals as per plan Events functionality with ability to allot events as per plan, add to google clender, add to outlook Ability to post business in multiple categories (can be ...