RSS
 

Facebook Events in Joomla

05 Oct

Facebook Event: Facebook event module will grab your facebook events and diplay it in your website. You just need to put the facebook profile id or fanpage id that’s it

Features:

1. All browser compatible(IE7+,FF,Chrome etc)
2. Graph API usage
3. Fast Loading and Sleek
4. Option to set the height
5. option to change the background color and hover color

 

Click here for demo

 
No Comments

Posted in Joomla

 

Joomla Add quiz feature by ajaxquiz component

24 Sep

AjaxQuiz

AjaxQuiz is an component which add the functionality to create a quiz in you joomla site
Main Features

1. Slick interface
2. Interactive
3. Multiple quizes on the same page
4. Share Result in twitter

V1.1

5. email result to the registered user
6. if user is guest then guest user need to enter the name and email for send the result in email

V1.2

7. Store quiz result in database, and admin can view the result

V1.3

8. Added the functionality of time duration in quiz.

V1.4

9. Added the category list view.

V1.5

10. Import CSV by Browse or Drag and Drop

Click here for demo

 
No Comments

Posted in Joomla

 

Problem using MySQL from Ruby (not RoR)

13 Jul

If you are getting  the error in in ruby script to contact mysql database  ”`require’: no such file to load — mysql (LoadError)”

Then you need to check the below things.

First check that you have installed mysql properly by using the below command

gem list –local | grep “mysql”

if mysql not installed then install it by using the below  command

gem install mysql

Now you need to export the PATH by using the below command

export RUBYOPT=rubygems

This variable tell Ruby to load RubyGems every time it starts up

if you don’t want to run this every time when logged in then put this command in file /root/.bash_profile

 

Magento Customer Partner

10 Jul

Cutomer Partner extension is a revolution , you can make your store as ebay .The main motive of this extension is – “cutomer can upload their product as well

How to use Magento Customer Partner


Complete Guide how to use this module.Click Here

Feel Free to Call-us : +91-9213552189 | (+91)120-434-6653 or Drop an email at sahu.vipin@webkul.com

 
No Comments

Posted in Internet

 

Joomla 1.5 System Timezone Error Messages over php 5.3.x

05 Jul

This is not a Joomla issue. This is a PHP change, not a Joomla change. PHP 5.3.0 needs the date.timezone ini entry setting properly in order to avoid the warning being sent out. Prior to PHP 5.3.0, the line existed in the PHP ini but was generally commented out. Let php know what your time zone is. You can edit your php.ini file and put in the following line:

date.timezone = “Asia/Calcutta”

if you don’t have php.ini file access then we have alternate solution

1.Open the file  libraries/joomla/utilities/date.php

2.Find the line

function __construct($date = ‘now’, $tzOffset = 0)

which is the function definition
3.At the very beginning of the function definition, insert the code

date_default_timezone_set (“yourTimeZone”);

4.You can find the list of time zones by searching google. In my case the time zone was “Asia/Calcutta”

 
No Comments

Posted in Joomla

 

Joomla 1.6 addCustomHeadTag depricated

03 Jul

In joomla 1.6 $mainframe->addCustomHeadTag() will not work any more. Now you can use the addCutomTag()

$document =& JFactory::getDocument();

$document->addCustomTag(‘<script type=”text/javascript”> Your code </script>’);

 
6 Comments

Posted in Joomla

 

w3c validation error in javascript

25 Jun

if you are getting error in w3c validation error in javascript then out your javascript colde like the below suggested way

<script type=”javascript/text”>// <![CDATA[
.......your code......
// ]]></script>
 
42 Comments

Posted in Internet

 

Twitter Followers(Magento Widget)

12 Apr

http://virginsoft.net/index.php?option=com_dm_orders&task=show_item&id=8&Itemid=79

This magento widget display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like.

Demo Link: http://magento.virginsoft.net/index.php/about-magento-demo-store

http://virginsoft.net/

 
52 Comments

Posted in Internet

 

Who is Online

12 Apr

http://virginsoft.net/index.php?option=com_dm_orders&task=show_item&id=15&Itemid=79

“Who is online module show the site visitors information as country name, country flag and total number of visitors.”

http://virginsoft.net/

 
42 Comments

Posted in Joomla

 

AjaxRegistration Pro

12 Apr

http://virginsoft.net/index.php?option=com_dm_orders&task=show_item&id=1&Itemid=79

AjaxRegistration Pro improve your Joomla! register form .

Installation:
Just install the component then check settings and that’s all.

Features :

* Password strength check
* Check username already exist before post
* Check email already exist before post
* MVC Architecture
* reCaptcha Enabled
* no module installation require
* backend enable disable option
*Translation:
After installation the language files will be located in ‘language’ directory.
The English language file will be ‘language/en-GB/en-GB.com_ajaxregistration.ini’ where you can edit the language strings.

If you have some other language installed, like German, create a file ‘language/de-DE/de-DE.com_ajaxregistration.ini’
and translate the strings. Of course, if you use a multilanguage component like Joomfish, the strings will be automatically translated.

version 1.3 :

Auto Login feature enable/disable option in backend

Redirect page to article after autologin

Version 1.4

added custom URL field where you can provide the URL for redirect the page after auto ligin

Version 1.5

Admin approval feature

Version 1.6

Show Terms & Conditions from article or language file

Version 1.7

Added drag to order captcha

Version 1.8

Added ajax check in recaptcha

http://virginsoft.net/index.php?option=com_dm_orders&task=show_item&id=1&Itemid=79

 
30 Comments

Posted in Joomla