Hello Guys, If my blog posts are helpful to you then give some comment and ratings, if you found any bug also. So that if there are bugs or issues, I can resolve those bugs in next versions.

Showing posts with label Joomla. Show all posts
Showing posts with label Joomla. Show all posts

hwdVideoShare Featured Videos Module


This hwdVideoShare Featured Video module is an Extension specific module, to work this it requires the hwdvideoshare component.

hwdVideoShare provides the Featured Video module but that display only Featured video thumbnails. While clicking on that thumbnail only the video will open and will play.

But my hwdVideoShare Featured Video Module is for displaying the featured videos in a video player based on the module parameter which is specified in the Module Parameters. By default it will display only one Featured Video.

Note: This module will work with Joomla1.7 but the latest hwdVideoShare Nighty Builds only. See for more details: http://hwdmediashare.co.uk/news/392-joomla-17-compatibility

You can download the zip from here


Skip Plan selection in Joomla AEC with Jomsocial profile types



Here I can explain you two things. 


First thing, Suppose in Jomsocial if you have two profile types such as Partner and Member. Here if you what to show first 3 plans to Member profile type and 4th plan (Free) to Parter profile type only.


Solution: After creating plans go to Restrictions Tab : set "Yes" value for 'Use Custom Restrictions' and in the 'Custom Restrictions' textarea place [[user_js_23]] = 1 for the Member profile type plans and [[user_js_23]] = 2 for Partner profile type plans.


Your can find [[user_js_23]]  = profile type under User Account Related data  


E.g.  
[[user_js_21]] => Arts Activities
[[user_js_22]] => Template
[[user_js_23]] => Profiletype
[[user_js_25]] => Organization Name


[[user_js_23]] = 1 ==> Member profile type id
[[user_js_23]] = 2 ==> Partner profile type id

Creat a full Installation Package of your developed site in Joomla

Hello to all Joomla! fans,

If you have developed a template or custom component for Joomla, you can provide with a custom Joomla installation package that includes your demo setup to your clients by following the below steps.
  • Create a separate copy to your developed site's folders and files.
  • Very Important: Remove the "configuration.php" file.
  • Go to Joomla.org, Download and save the standard Joomla installation package for the version you are using to develop the site.
  • Extract the standard Joomla installation package and/or Save the "installation" folder to your developed Site copy folder.
  • Go to phpMyAdmin and Export a copy of the database with Structure, Data and Drop Table options.
  • Save file the sql file to your developed site copy folder as "\installation\sql\mysql\developed_site_folder_name.sql"
  • Select all folders and files of the developed site copy folder and zip those.
  • Now your installation file is complete.
  • You can gave that zip file to your clients.
  • They can install your site as Standard Joomla Installation
Hope this helps Joomla Fans like me :)

How to Create a Joomla! Plugin

Introduction

Joomla! plugins serve a variety of purposes.  As modules enhance the presentation of the final output of the Web site, plugins enhance the data and can also provide additional, installable functionality.
This tutorial looks at the general principles used to design and build a plugin.

Plugin Types

While the number of possible types of plugins is almost limitless, there are a number of core plugin types that are used by Joomla!.  These core types are grouped into directories under /plugins/.  They are:
  • authentication
  • content
  • editors
  • editors-xtd
  • search
  • system
  • user
  • xmlrpc
Authentication plugins allow you to authenticate (to allow you to login) against different sources.  By default you will authenticate against the Joomla! user database when you try to login.  However, there are other methods available such as by OpenID, by a Google account, LDAP, and many others.  Wherever a source has a public API, you can write an authentication plugin to verify the login credentials against this source.  For example, you could write a plugin to authenticate against Twitter accounts because they have a public API.

Content plugins modify and add features to displayed content.  For example, content plugins can cloak email address or can convert URL's into SEF format.  Content plugins can also look for markers in content and replace them with other text or HTML.  For example, the Load Module plugin will take {*loadmodule banner1*} (you would remove the *'s in practice.  They are included to actually prevent the plugin from working in this article), load all the modules in the banner1 position and replace the marker with that output.

Editor plugins allow you to add new content editors (usually WYSIYWG).

Editor-XTD (extended) plugins allow you to add additional buttons to the editors.  For example, the Image, Pagebreak and Read more buttons below the default editor are actually plugins.

Search plugins allow you to search different content from different components.  For example, search plugins for Articles, Contacts and Weblinks are already provided in Joomla!.

System plugins allow you to perform actions at various points in the execution of the PHP code that runs a Joomla! Web site.

User plugins allow you to perform actions at different times with respect to users.  Such times include logging in and out and also saving a user.  User plugins are typically user to "bridge" between web applications (such as creating a Joomla! to phpBB bridge).

XML-RPC plugins allow you to provide additional XML-RPC web services for your site.  When your Web site exposes web services, it gives you the ability to interact remotely, possibly from a desktop application.  Web services are a fairly advanced topic and will not be covered in much detail here.

Advanced Module Manager

Advanced Module Manager is an extension that changes the way your Module manager works. It adds a few functions. With Advanced Module Manager you have extra options and functionalities to control your modules.
  • See what modules are active for the menu item you are editing
  • Edit modules in modal popup windows
  • Option to not show modules that have no output (handy for things like dynamic menus)
  • Option to show modules on all pages except the selected menu items (reverse functionality of normal selection)
  • Many other publishing limits for your modules! You can limit by (AND/OR):

    • Menu Item
    • Sections / Categories
    • K2 Categories (NEW)
    • Articles
    • Components
    • URL (NEW)
    • Date
    • User Group Levels
    • Users (NEW)
    • Languages
    • Templates
    • PHP evaluation (NEW)
  • You can also choose to mirror the assignment settings of another module!   

Changing a Login Menu Link to Logout

I have seen the question: "How do I change my Login menu link to read Logout?" asked number of times and in various ways in forums and on blogs.

If you use the User > Login > Default Login Layout (Figure 1) link in any of your Joomla menus, you've probably noticed a couple of limitations associated with it. One limitation is that the name of the link doesn't change, or rather, there is not an option to change the text for users who have successfully logged into the site.

Figure 1

Well, there is a relatively simple solution using a third party extension called MetaMod. Follow the below steps :

Joomla has one Drawback ! So how to avoid ?

Joomla has one drawback, any web user can easily know the site is created in Joomla! by typing the URL to access the administration area (i.e. www.site name.com/administration). This makes hackers hack the site easily once they crack id and password for Joomla!.

So to avoid this I suggest that use jSecure Plugin.

This jSecure Authentication plugin prevents access to administration (back end) login page without appropriate access key.


How to Install Joomla! 1.5

Chris Davenport, the documentation Team Leader for Joomla!, announced the release of the Joomla! Installation Manual.

Thanks for developing this manual.

Great work!

Explanation on Joomla Components, Modules and Plugins

Joomla is a fantastic piece of software and once you know how to use it, it's very user friendly. Certainly Joomla 1.5 has taken a huge step forward in usability. But for someone new, certainly for someone who never used a CMS before, it can be quit overwhelming in the beginning. We all had the same feeling the first time we installed Joomla: where do I start? Well a good start of course is to learn the basics. So if you are already familiar with Joomla, you can stop reading now (really!). In this article I'll explain the difference between the 3 types of extensions for Joomla: components, modules and plugins.

Follow fornandakishore on Twitter