JReviews is the WordPress Plugin for business directories, travel guides, classifieds, product catalogs and so much more. (Required PHP5.3.6+ with json, bcmath and mbstring extensions, ionCube loaders v4.4+) Hire WordPress developers to build custom JReviews WorPress Compatible website that also keep a strong importance on performance and SEO. Expert JReviews WorPress Developer uses hundreds of… Continue reading No more waiting! JReviews is now available for WordPress
Category: Blogs
Code Snippets Series #2 Extracting YouTube Video ID From YouTube Urls
Hi, here I am again with quick tips & tricks blog. This is the series #1 of my quick Code Snippets Series. In this series I’ll provide you source codes which make your coding life lot easier. Just copy and paste the codes to your file and enjoy. The YouTube Player API: The YouTube Player… Continue reading Code Snippets Series #2 Extracting YouTube Video ID From YouTube Urls
Code Snippets Series #1 YouTube Player API
Hi here I am again with quick tips & tricks blog. This is the series #1 of my quick Code Snippets Series. In this series I’ll provide you source codes which make your coding life lot easier. Just copy and paste the codes to your file and enjoy. The YouTube Player API: The YouTube Player… Continue reading Code Snippets Series #1 YouTube Player API
Get location via IPAddress.
$ipaddress=’xxx.xx.xx.xxx’; $ch = curl_init();
Get average rating of “user reviews” and “editor reviews” in JReviews.
JReviews provides average rating either for “user reviews” or “editor reviews” but to get the average of all we can use this function .
How to track who has read your email?
Hi friends here I am with another quick trick of web development. Recently I was working on a News letter module for one of our client and there was a special requirement, client want records of his News letter per user basic. He wants statics which user has read news letter on which date so… Continue reading How to track who has read your email?
JReviews Display related listing data in listing detail’s page using banner fields.
To display related listing data in listing detail page we can use banner field. Steps (1) Go to jreviews and click on “field mananger”. (2) Add new field with the type “banner field”. (3) Give the name of related listing field in the “Banner code” box on the irhgt side. (4) Write the code given… Continue reading JReviews Display related listing data in listing detail’s page using banner fields.
Get Joomla Library Anywhere In External PHP Pages
Just include the following files given below to get joomla libraries anywhere in external php pages.
How to display modules anywhere in component in joomla
Sometimes we need to display a module between the content of our component, Joomla doesn’t provide the functionality to assign location in a component in template file. therefore we need to add some custom code to display a specific module at that position.
Know Reasons to Choose Content Management System for Your Company Website
CMS or Content management System is a software program, which runs on the server and allows you to easily edit, modify and publishing content, image and HTML files as well as maintain from the central user interface. Using CMS makes the content updating and uploading procedure easy and it also gives facility to create dynamic… Continue reading Know Reasons to Choose Content Management System for Your Company Website