![]() |
Category: Virtuemart Extensions available to download | Page: 1 of 2 >> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Virtuemart Extensions available to download | ||
If you find this resource a useful one then please let us know by sending us an email. We are thinking about closing off this area of the site as Joomla 1.0 is no longer supported. If you think I should keep this page going - let me know. Joomla Installation Notes : Where it states a extension is for Joomla 1.0 or Joomla 1.5 then that extension is generally not for any other Joomla version. Not even legacy. You can try it and see if it works but the effect is unknown. In general never install a legacy extension on a current site, not even in legacy mode, unless you know exactly what you are doing, it can slow down your site and can cause problems. It may work but that's up to you to find out on your test site only - not live! Regardless of the extension, before you install anything, backup your site! |
Virtuemart 1.1.9 Product / item specific coupon codes
Version: VM 1.1.9
|
|
Virtuemart-1.1.9-product-specific-coupons.zip
This Virtuemart 1.1.9 extension allows you to create coupon codes that
can be tied to specific products. For example, you have an item on sale
in your shop at £5 - SKU spade01 with product id of 35. You can create
a discount coupon of £4.99 which is tied to that specific product id
(35). Entering the coupon code will discount only spade01, any other
product will not receive the discount. When spade01 is removed from the
cart then the discount coupon is The standard coupon functionality (gift/permanent coupons) is retained but the functionality is significantly improved by these changes. This additional functionality is missing from standard Virtuemart 1.1.9 It is absolutely essential functionality. In my opinion it should be part of core VM. This is based upon some VM 1.1 changes found at this location: http://www.nandebayo.org/blog/?p=45 . All I have done is wrap them up and made them ready for installation under VM 1.1.9 These changes are presented to you now for your Virtuemart 1.1 shop. The changes may well work on older and newer versions of Virtuemart but they are untested on anything other than VM 1.1.9, there is a VM 1.1.2 version here: The Virtuemart 1.0.15 version is here This is a change /hack to core VM. You cannot install it using the standard Joomla installation utility. The following files will need to be changed/ replaced with the files contained in this zipfile.
administrator/components/com_virtuemart/html/coupon.coupon_form.php This is a very safe modification to do, if you do not understand php / sql do not proceed and even if you do, it is always best to backup your installation and database. It is an easy to job to backup your whole site. If you need help then contact us and you can engage us to explain how. When the above files have been replaced then some Database changes are required. Using MyPHP admin from your control panel add the following fields to the table jos_vm_coupons: product_id, user_id, min_value, discount_type
The SQL commands you must type are: All of the fields should be text type. All of them should have default value as null and should be nullable. If you want to see the coupon functionality in action it can be seen here: http://www.sugarclothing.co.uk There are 'free gifts' which have coupon codes tied to them. Bear this in mind this is a LIVE site. The Virtuemart 1.0.15 version is here
|
Pinterest Button for Joomla 1.0.15
Version: 1.1
|
|
This is version 1.1 of the Pinterest mambot button for individual content articles
that gives you the latest Facebook
linking functionality. It has been designed specifically for Joomla 1.0.15/ Joostina 1.2 (ONLY) and you can see it here in action on this site.
This Mambot was created by Dean Beedell in 2011 to provide that missing
Pinterest linking functionality that you've found so hard to find for
Joomla Let me now state that I no longer recommend using Pinterest as they damaged all 300 of my thumbnails. I now avoid it like the plague. Having said that this mambot works well and if you trust Pinterest go ahead and use it. This mambot/plugin will automatically place a Pinterest button at the top of your articles and Jdownloads. If your visitor has a Pinterest account then it will link the article to his/her Pinterest page. This functionality has been very hard to find for Joomla 1.0 but at last it is here. It does not work on Joomla 1.5... so don't try! This mambot is being developed now so keep revisiting to obtain the latest version. Now works with SEF URLS with an appended itemid. Works with all Joomla Content, Com_Bookmarks and JDownloads 1.4. Yet to be done:
o Integrate it fully to work with Virtuemart. If you like this plugin please consider getting in touch with me email me here to say how much you like the plugin. You can also make a donation by sending some money to this paypal account: donate using this address. Remember, this is the only Pinterest bot for Joomla 1.0.15 and it has taken effort to develop this.
If you have any problems with this mambot just contact me here : PS. This mambot plugin will not work in Joomla 1.5 + not even in legacy mode. It has been tested using Joomla 1.0.15 and Artio JoomSEF and it works in this configuration, it may well work with any untested configuration but that is up to you to find out. Feel free to request my assistance here. |
|
|
This version has been improved on the original by allowing the attacker's IP address to be included in the email subject. If you have a Joomla 1.0 or Joostina site then this mambot is an utterly essential component to secure your site. A step by step guide to securing your Joomla 1.0 website can be found here . |
JDownloads selective downloads with thumbnails
Version: 1.0
|
|
This is a jDownload module that works with JDownloads 1.2-1.4 under Joomla 1.0.15/Mambo or Joostina 1.2 +.
Instructions for operation: Basic operation is this - You simply enter the download id into a list separated by a comma, ie. 45, 86, 77, 85 and the module will display star ratings and thumbnail images for these downloads. You can also select categories in the same way. This module can be easily installed and configured but the advanced functions will require more experience and access to the jdownloads database tables through PHPmyadmin. If you don't have experience in this area then this module is not for you. To enable the rating functionality you will need to make some simple modifications. The jDownload database will require two new columns in the jos_downloads_files table to handle the star ratings. They are simple int(11) columns and are easy to add to the end of the table. The star rating is calculated from the total number of stars allocated divided by the number of times a rating has been left. This gives the average star rating. The ability to give a download a rating is not yet present in this module and this functionality is also not present in jdownloads so at the moment this is just a display of existing ratings carried over form another site. I will make changes to allow ratings a little later. To display a thumbnail you must have a thumbnail location loaded into the thumbnails column of the jos_jdownloads_files table in the database. Ensure the associated image is 31 x 30 pixels in size. You must put the image location in manually through PHPmyadmin because jdownloads does not actually allow you to add this information via the back end, the field is basically unused. If you don't want to make the above changes the above functionality can simply be turned off and the module will display the selected download and the number of downloads so far.
You can see it in operation on this site with the ratings enabled and the images showing.
Note: Download item id - The id for each item download is easily obtainable from the the Jdownloads back end. It is the first column in the file list. You can also obtain it from your jdownloads_files table and extract the id from that table.
|
Joomla Multi-Site Status Steampunk Yahoo Widget
Version: 5.0
|
|
![]() Is your Joomla site down again? This widget simply tests all your sites to see if they are up and running or down in a heap of dead bytes. This widget runs on your desktop regardless of whether it is MAC Os/X or Windows XP/Vista/ Windows 7 & 8+.
It provides a simple running list of all the sites you specify. A simple interface allows you to add or delete sites as you require. Each site is checked by both an http request and a ping. If a site fails then it is flagged as being in error by both visual and audible means. Site tests are grouped into 'jobs', the running interval of jobs can be modified as can the pause between each individual site test, to allow for slow network connections. Tests can be initiated manually and the alarm sounds muted by a simple yet elegant interface. This version of the multi-site status tool has a slightly steampunk design though this could be easily changed on request.
This widget is the enhanced version that has these extra improved capabilities: Please donate towards a beer for us.
and the Mac version here: http://desktopwidgets.zenfs.com/4.5.2x10a50/yahoo_widgets_4.5.2.dmg This widget works with Windows XP SP3, it has been tested on Vista, Windows 7 and Mac OS/X and it should work on these with no problems whatsoever. It has no specific Windows functionality and should work for Mac OS/X 10 too as long as the Yahoo Widget runtime engine is loaded. The full instructions can be found here: The basic widget is donationware - please send £5/$7.50, this goes towards beer, donate by paypal here:
I am sorry that this widget does not run on Linux, Yahoo never developed a desktop widget engine for Linux... A great pity. |
||
JFotostack Portfolio
Version: 1.0
|
|
JFotostack Portfolio - a stacking and linking image gallery module for Joomla 1.0.15 ![]()
Album folders are located under the modules
default folder: mod_jphotostack/tmpl/albums. The albums
are named album1, album2... album15. Upload a
different group of images into each folder and then each album
will display a different selection. The module comes with four albums enabled and populated by default. Just replace the images with your own.
The
finished module should be placed in an inset position such so it appears across the top
of the page. The module layout is generally horizontal rather than vertical so
it best suited to a horizontally orientated position. What are the differences? The original was simply a very pretty image gallery but this version has been modified to provide more configuration options so you can now specify the thumbnail size, the placement, width and number of galleries shown as well as the size of the stacked images in the gallery. The module also provides a configurable pop-up when you hover over the thumbnail complete with image and you can alter the position of the navigation buttons. The latest version will also allow you to link each gallery to an internal/external page allowing the module to act as a linking portfolio as well as an image gallery. This is one of a few modules and mambots available from LightQuick that can be found here. We hope you enjoy using them. It has been designed specifically for Joomla 1.0.15/ Joostina 1.2 (ONLY). It does not work on Joomla 1.5... so don't try! The reason I created this is to provide a pretty portfolio tool under Joomla 1.0.15 that is easily configurable and quick to display/operate. You can see an example of it working on the front page of this site. It has been tested on on Firefox and IE, Opera and Safari. I will create a J1.5 version sometime soon. Final reminder - this module may not work in Joomla 1.5 + not even in legacy mode but you are welcome to give it a try. |
Facebook JSDK mambot for Joomla 1.0
Version: version 1.0
|
|
For example if you have version 2.0 of the Facebook mambot adding the following code will add a Like button to your page.
Putting this code in the page (without the spaces around fb) would result in a nice pop-up "like this" appearing in the right place in your page. For more details, see the Like button documentation. This mambot will also work with any other facebook API functionality you care to implement on your site. See here for Facebook examples: http://developers.facebook.com/docs/ What does the mambot do? This mambot puts the Facebook required code at the bottom of a content item and it does it only once per page. You can see it the mambot in action on this site, just "view source" in your browser and search for the following code:"window.fbAsyncInit = function" When you find this line you will see the embedded code doing its job on each web-page on this site. To make this mambot work you need to obtain a facebook API code. You enter this access token into the JSDK mambot configuration page. This id is used as an access token when your site interfaces with Facebook to show the various "like this" buttons as well as other FB provided functionality. To get hold of a ID code you will need to visit Facebook's "Create an App" page and register your site. This mambot works with version 2.0 of the Facebook mambot as provided on the lightquick download page below. NOTE: This Facebook "like this" mambot provides various methods for displaying the "like this", one of which is the XFBML method. The JSDK mambot is required in order to support the XFBML method but not the oldshare nor the iframe method. If you think this is all a bit complicated blame Fecking Facebook, not me. I am happy to install and configure it all for you - just ask. http://lightquick.co.uk/jdownloads/facebook-like-this-button-for-joomla-1.0-2.htmlI will create a joomla 1.5 version of the JSDK mambot soon, it should be easy enough to do. This mambot does not yet work on Joomla 1.5 not even in legacy mode... so don't try!
|
Facebook like this button for Joomla 1.0
Version: Version 2.1
|
|
BUGFIX - A change to Facebook recently stopped this mambot from working. The bug has been fixed, download this latest version. The only file that needs to be replaced is facebookbot.php. This mambot/plugin will automatically place a facebook "like/share/recommend this" button next to your articles. If your visitor is logged into Facebook then it will link the article to his facebook account. This functionality has been very hard to find for Joomla 1.0 but at last it is here. It does not work on Joomla 1.5... so don't try!
YOU NEED TO READ THE INSTRUCTIONS ON THIS MAMBOT - If you install without doing so then YOUR SITE WILL GENERATE AN ERROR ! - click here to read the instructions. Works on Virtuemart, JDownloads and Com_Bookmarks !This Mambot was created by Dean Beedell in 2011 to provide that missing facebook
linking functionality that you've found so hard to find for Joomla 1.0.15.
|
If you have any problems with this mambot just contact me here :
PS. This mambot plugin will not work in Joomla 1.5 + not even in legacy mode.
Steampunk Administrator Icon Template for J1.5
Version: 0.2
|
|
Steampunk Vintage Admin back-end for Joomla 1.5 This is an administrator template which gives you a steampunk look and feel in your Joomla 1.5 site. The image below is Joomla 1.5.23!
We've just created a quick hack of the standard Joomla admin template - Khepri. The hack involves swapping all the newer Joomla icons for some steampunk icons. A few changes to css complete the picture so that Joomla 1.5 starts to look a lot more Victorian!. Not to everyone's taste admittedly but certainly to mine and to a select and superior few... The images below show the new look and feel, restrained but characterful. Now you can give your Joomla 1.5 site a 'makeunder' with a retro-Steampunk back end. The template is not yet complete so understand this is a beta until complete, however it works in all aspects so feel happy to download and test. I have just completed the 48 and 32 bit icons, now working on the 16 bit icons as used by the menus. I'll do a 1.7 version if anyone else is really keen? Feel free to comment! This template installs in the usual way and when you are in the Joomla back-end just select the templates menu option and then click on administrator to view the choice of back-end templates. Simply select the steampunk template as your default and the icons will start to change. The following icons have been used in the production of this template. The Joomla Extensions Directory (JED) doesn't like people reskinning the Joomla back-end. You have to add new functionality as well as reskinning so this template will never be released through the JED, you can only get it here. Please let others know this template exists by clicking on the Facebook like this button on the final download page.
The icons that are 'upgraded' are all the main 48 bit icons that appear on the control panel and the 32 bit icons which sit in the toolbar on top of all the main options. The 16bit icons haven't been forgotten either. They are all included so the menu dropdowns all look just as familiar. The 48 bit icons have been replaced by larger 73 bit versions for extra clarity. Have fun! Bundled with the template is a new quickicon module that replaces the default quick icons at the back end. It adds a few new icons to the back end main page.
|
|||||||||||||||||||||||||
Joomla 1.0 Administrator Icon Template for J1.5
Version: 1.00
|
|
VMQuickIcons
Version: 1.0.5
|
|
Virtuemart 1.0 Administrator Quick Icons for VM 1.1
VmQuickIcons for Virtuemart is a module to add the Virtuemart 1.0 Icons onto the Joomla 1.5 Administrator cpanel (dashboard). It gives you all the Virtuemart icons straight from the Joomla backend. This administrator module has been modified to provide the easy-to-identify VM 1.0 icons instead of the hard-to-decipher VM 1.1 versions. Works with Joomla 1.5 and VM 1.1. This is the module created by Joomspot with some simple changes. Instead of the standard VM icons we've added two that just weren't present in VM 1.0.
Installation is easy. Just install the module in the normal Joomla fashion. When you go to module manager, click on the administrator modules and set the module to appear in position 'icon'. As well as appearing in your administrator control panel you can make these icons replace those displayed within Virtuemart itself. Just copy the icon PNG files into your Virtuemart 1.1 template folder and they will display correctly. The template folders look like this: /public_html/components/com_virtuemart/themes/'your VM template here'/images/administration/dashboard |
|||||||||
Facebook share this button for Joomla 1.0
Version: ver 1.0.3
|
|
Only install this old mambot if you want the old Facebook share method - but take note! Facebook may turn this method off soon. I strongly suggest you download this instead. You can find the newer and better version here: http://lightquick.co.uk/jdownloads/facebook-like-this-button-for-joomla-1.0-2.html
This Remember, this is the only Facebot "share this" mambot plugin for Joomla 1.0 and it has taken a lot of effort to develop both this and the 2.0 version, so a donation is really appreciated.
|
|
|
mod_facebook_like_box_1_0
This is the second of only two Facebook Like Box modules for Joomla 1.0 / Joostina 1.2 that enables Facebook Page owners to attract and gain Likes from their own website. The Like Box enables users to see how many users already like this page, and which of their friends like it too. This one is slightly better than the one from Nurte. It is more configurable and presents more detail about the happenings on your Facebook account. This is an essential extension for all virtuemart shops, allows the site owner to place a facebook like button module on all pages on the site. Jolly good work from Vivociti. Please note that this does NOT provide an individual "like this" on each and every article, it provides a basic "catch-all". If you want a facebook "share this" button on individual content then you can find it here:
Please note that this does NOT provide an
individual "like this" on each and every article, it provides a basic
"catch-all". If you want a facebook "share this" button on individual
content then you can find it here This mambot is an essential extension for all virtuemart shops, allows the site owner to place a facebook like button module on all articles on the site. Very good for blogs.
|
|
mod_nurte_fb_likebox
This Joomla 1.0 module is intended for displaying a facebook like button plus an optional list of the people that like you... Not strictly a virtuemart module but a useful Joomla 1.0 extension that would be useful for any VM shop. It is an excellent facebook connector for Joomla 1.0 or Joomla 1.5 and frankly it is one of only a few available for Joomla 1.0! The daft developer has forgotten to flag it on the JED as being Joomla 1.0 compatible too - he really ought to fix that oversight! It is easy to configure, does what I want. I have run it on both Joomla 1.0 and Joostina and it works on both. I may use the J1.5 version on my 1.5 sites too. First class work from Nurte. Note the Joomla 1.5 version is not available here, you will have to got Nurte's site to get that.
Please note that this does NOT provide an individual "like this" on each and every article, it provides a basic "catch-all". If you want a facebook "share this" button on individual content then you can find it here http://lightquick.co.uk/jdownloads/facebook-like-this-button-for-joomla-1.0-2.html This mambot is an essential extension for all virtuemart shops, allows the site owner to place a facebook like button module on all articles on the site. Very good for blogs.
|
|
bot_auto_purge_cache
A Joomla 1.0.15 / Joostina 1.2 plugin or more accurately a mambot (jambot). This bot/plugin will automatically remove expired cache files from the cache folder based on a configurable frequency from your website. It also can send an email alert when the removal occurs letting you know the number of cache files removed. Here is an example message of the format that you will receive Attention!
The Joomla! Auto Purge Cache Plugin has removed 23 expired files from the cache directory on the ReadingHomeSearch - the leader in relocating families into the Reading area website. This is a fundamentally ESSENTIAL plugin for all Joomla sites with or without Virtuemart. Let me explain why - You need cacheing to enable the site to run as fast as it can. If you don't purge the cache then the folder contents can grow and grow until all your disc space is used up. If the cache can't create any more files then the cacheing system stops and your site hangs with a cache error which must be manually fixed.Until this When a search engine spider crawls your site it can visit virtually every link on the site. This may/may not be beneficial as it gives the spider a complete map of your site. The problem is that when the spider has left, its visit to every possible link or combination of links will be mapped directly to a cached file, one for each link. This can lead to the creation of an enormous number of cached pages. With this bot working, the cache will be cleared at the frequency you dictate meaning these cached files will not survive long enough to fill your disc allocation, hence your site will not go down. This is the Joomla 1.0 version that Mike no longer lists on his site, quite why not is beyond me as there are thousands of Joomla 1.0/Joostina sites that could benefit from this mambot.
|
Contact Information Module for Joomla 1.0
Version: 2.2
|
|
MOD_CONTACTINFO 2.2 for Joomla 1.0 or Joostina
The original from Ed Culper has been modified slightly to deal with an installation bug and it also been changed to allow template styling using the module suffix. Install this module in the usual manner. Also enclosed in the module zipfile is an extra file. This is a modified version of admin.contact.html.php. The contact info module requires you to add the contact IDs of the contacts you want to display. This is all well and good for Joomla 1.5 but Joomla 1.0 has a problem, the backend contact list does not display contact IDs. The supplied admin.contact.html.php has been corrected to allow it to do so. Just copy it in place of the original admin.contact.html.php which exists in the following folder : /public_html/administrator/components/com_contact You can then view the contact IDs and use them to populate the module correctly.
|
SSL Sliding Corner for Joomla 1.0
Version: 1.0
|
|
Mos_ssl_module makes your clients feel secure!
When used in conjunction with an SSL certificate Mod_SSL_Corner provides your customers with the safe knowledge that your shop is secured and encrypted by SSL. Features :
Provides a nice floating corner fo See it in action here: http://www.goodwoodantiques.com or see it in action here: http://www.hypnosisbookshop.co.uk//new-titles.html (look in the bottom right hand corner)
|
XE Currency Converter for Virtuemart 1.0.15
Version: 1.1
|
|
Currency converter for USD, GBP and EUR Virtuemart 1.0.15
Virtuemart XE Currency Convert is a virtuemart currency hack that allow you to convert between GBP, EUR and USD currencies by using the currency exchange rates as provided by www.XE.com. Changing the following files means that the whole shop will display prices in the selected currency. Requires Virtuemart 1.0.15. We have modified the original code to ensure that the exchange rate data can be read from the new XE site.
See it here in action live: http://www.goodwoodantiques.com
READ THIS: Be aware that the site where the currency feed is extracted from (www.xe.com) can change the format of its page from time to time (on average once every two years). This can have the adverse effect of changing the currency conversion rate. If this occurs then changes will need to be made. You can contact me and I will make the changes for you. You can of course make the changes yourself, send them to me and I will be glad to share them with the world. The new version here will be kept updated as soon as I know of a change to the xe.com feed page. It is in your interests to let me know if things change! If you want to be kept informed of any changes then contact me using the contact page. |
|
This useful utility will create Joomla 1.0.15 users from a comma-separated or tab delimited file. A nice little utility originally created by Christopher Garvis the developer. He disappeared off the net one day and took his useful tool with him. I suppose you can call this abandonware... So here it is again. I have fixed a bug with csv file types and removed part of the functionality that was causing memory errors. It does the job it was designed to do. As long as you can create a file with a CSV suffix each row in the following format:
CSV (*.csv)
TAB (*.txt) This utility will be able to import and create your joomla users automatically. It will even email each user automatically. If the user already exists then you can choose to overwrite or fail, it is up to you. It works on Joomla 1.0.15 and earlier versions, it also works on Joostina 1.2 (tested) Don't install it on Joomla 1.5/1.6 and even more important, don't run it on Joomla 1.5/1.6! It has a different table structure and damage could result. You have been warned! |
Joostina CMS 1.2.0 stable
Version: 1.2.0 stable
|
|
do NOT download or install this itemJoostina is a dead CMS - it is an ex CMS, it has ceased to be, it has gone to meet its maker. It has shuffled off its mortal coil. I do NOT recommend you install a new site using Joostina as there is no support and its future is highly uncertain. I was hoping this would be the future of Joomla 1.0.15 but it isn't. The download is here only for completeness sake and for future analysis. -oOo-
Joostina is Joomla 1.0.15 on steroids!
Joostina is a development path for Joomla 1.0.15. Joostina is a fully-fledged content managent system based upon Joomla 1.0.15. When development of Joomla 1.0.15 stopped, replaced by Joomla 1.5, all development of the 1.0 framework came to a halt. All websites that used the Joomla 1.0 framework were forced to either upgrade to Joomla 1.5 or remain in a Joomla 1.0 limbo, becoming more and more out of date as time progressed. The problem was that the migration path to Joomla 1.5 required very large amounts of work, so much so that it was normally easier to build a new site from scratch. The result was that many sites remained in Joomla 1.0 with no possibility of future upgrade.
You can use this install to do a a clean installation or to upgrade an existing installation. Note: Language difference:
So, although the release is stable, the language developement is incomplete so consider this to be in beta to all English-speaking users. The installation process is ENTIRELY in Russian although if you are familar with the Joomla installation process it is very easy to carry out. You will need to have ready:
database username:
As well as applying the English language file you will need to edit the administrator component menu. This is the old components menu which is now editable. You can change/edit the component list. As this has been provided in Russian you will need to edit it manually and translate it into English - I can help in this! If you want to know more about Joostina CMS then click here: |
Joostina CMS 1.2.0 stable English.php
Version: 0.1
|
|
do NOT download or install this itemJoostina is a dead CMS - it is an ex CMS, it has ceased to be, it has gone to meet its maker. It has shuffled off its mortal coil. I do NOT recommend you install a new site using Joostina as there is no support and its future is highly uncertain. I was hoping this would be the future of Joomla 1.0.15 but it isn't. The download is here only for completeness sake and for future analysis. -oOo-
Joostina ENGLISH Language Translation
The language translation is incomplete (85%) but this file makes the system eminently workable. Put it in the \language folder using your ftp client. As well as applying this file you will need to use the "edit administrator component menu" option to change the remaining component and icon names in to english. Joostina provides the functionality of editing the icons and menu options from the front end. This is great but it does mean a tiny bit of manual labour! If you need assistance in this contact me. The following image shows Joostina straight out of the box with the translation file applied and the administrator component menu edited to English. The control panel icons are editable in Joostina and in the demo below you can see that I have copied these over from Joomla 1.0 so I have a familiar interface (the default Joostina icons are more like those for Joomla 1.5).
(Joostina is a development path from Joomla 1.0.15)
|
|
do NOT download or install this itemJoostina is a dead CMS - it is an ex CMS, it has ceased to be, it has gone to meet its maker. It has shuffled off its mortal coil. I do NOT recommend you install a new site using Joostina as there is no support and its future is highly uncertain. I was hoping this would be the future of Joomla 1.0.15 but it isn't. The download is here only for completeness sake and for future analysis. -oOo-
Joomla 1.0 to Joostina 1.2 upgrade conversion tool
When the component is installed it creates a link on the component menu. Clicking on this link will run the conversion process. It has been tested on Joomla 1.0.15 and it works. You should run it only ONCE then remove the component using the standard Joomla component uninstall process. The upgrade process is described here and should be used in conjunction with the upgraded English.php and various other easy hacks. To be successful you MUST read the installation instructions here. |
|
Now you can move Joomla 1.0 static content into a category!
|
mod_jw_latesttweets-v1.1_j1.5.zip
Version: 1.1+
|
|
JoomlaWorks "Latest Tweets" Module for Joomla! 1.5.x - Version 1.1+
It has now been modified to ensure all the links open in a new window. If you clicked on a link in the old version then it would open up the new site in the same window, taking your visitor away from your site. This is was a bit silly. The new version allows your visitor to browse the twitter link and when he is complete and closes the window he then returns to your site. The image on the left shows the module in live use on odysseyfashionshow.co.uk
|
|
JoomlaPraise Submitmailer 1.0.19 (Mod.)
The Automatic Email Notifier for Joomla 1.0 (only) is a modified form of the mambot previously known as JoomlaPraise Submitmailer 1.0. This is not a Virtuemart extension but a very useful one for all Joomla 1.0 sites (only) with or without Virtuemart. mambot_jp_submitmailer_10_v19.zip is the correct zipfile for this plugin. We had the wrong zipfile here for a week, after the site hack, sorry about that! This mambot for allows you to send an automatic email to a user list every time an article is modified or created from the front end. It will email all registered users or just administrators as you choose. The email can contain the article subject, author, section, category, introtext and full URL of the article. This mambot has just had a bug fixed. When creating a new article from the front end it was not identifying the item id correctly for all menu items. You may want to reload this now if you have downloaded this mambot recently. The receipt of an email encourages the recipient to revisit the site to view the latest article update. A Full URL can be incorporated into the sent email so that the user sees a clickable link taking him directly to the article. The original SubmitMailer mambot from JoomlaPraise did not allow you to email all the registered users on your site, just the admins, so some minor changes have been made to incorporate this extra functionality. Note: You can also email a list of email addresses separated by a delimiter. The original SubmitMailer mambot from JoomlaPraise did not allow a full URL to be included in the email text so some minor changes have been made to incorporate this extra functionality. JoomlaPraise removed their original free GNU version from their site and started charging for version 2.0. So you now have a chance to download the original version 1.0 here for free. It works and does the job! This mambot can send an email with the following sort of customisable content:
|
|
MMS BLOG 1.0 Automatic Joomla 1.0 Updates by Email
This component is a useful tool for all information portals. If you want to add content to a site blog automatically via email or using the multimedia messaging system (MMS) from your mobile phone, then you can send text, images or embedded videos to the site. This is not a Virtuemart extension but a useful tool for many virtuemart sites. Could be used to publicise product information or to announce new and impending products. A good tool for optimising your site. Slightly modified from the original, the mod. allows the mail subject to be customised. Install this component using the standard Joomla 1.0 component installer. See the component in operation here: http://www.henleyoperatic.co.uk/component/option,com_mmsblog/Itemid,175/ This component can be used in conjunction with this module >> http://lightquick.co.uk/jdownloads/mms-blog-1.0-module-for-joomla-1.0.15.html
|
|
MMS BLOG 1.0 module
See it in operation here: http://www.henleyoperatic.co.uk/latest/index.php A good tool for optimising your site. Slightly modified from the original, the module has been slightly modified so that each blog entry title is shown in Sentence Case rather than SHOUTY CASE. Install this component using the standard Joomla component installer. |
|
MMS BLOG 2.3.2 Automatic Joomla 1.5 Updates by Email
The relevant file has been modified to be more secure. It now sanitises input to prevent a file inclusion vulnerability. It has also been modified to remove a bug or two. This really is beta - I have NOT really tried it at all on any site yet. So please try it only on test sites and not on a production or live site. I'd love your feedback. Does it do the job or not? Does it work or not? Back to the description... There are many times when you need to get content to the site straight away and you are not anywhere near a PC or an internet connection. If you have a mobile phone then you can get content on the site. This component is a useful tool for all information portals. If you want to add content to a site blog automatically via email or using the multimedia messaging system (MMS) from your mobile phone, then you can send text, images or embedded videos to the site. This is not a Virtuemart extension but a useful tool for many virtuemart sites. Could be used to publicise product information or to announce new and impending products. A good tool for optimising your site. Install this component using the standard Joomla 1.5 component installer. You can see the tool in use here: |
Virtuemart 1.0 Thumbnail Minicart
Version: VM 1.0.15
|
|
VM 1.0.15 Thumbnail-Minicart.zip
Display Quantity It seems to be based upon the standard version of the minicart. I have made some changes to the minicart so that it displays a thumbnail of each and every item in your cart.
The original by Mark Callf can be found here:
\administrator\components\com_virtuemart\html\shop.basket_short.php
|
Virtuemart 1.1.2 Product / item specific coupon codes
Version: VM 1.1.2
|
|
Virtuemart-1.1.2-product-specific-coupons.zip
This Virtuemart 1.1 extension allows you to create coupon codes that
can be tied to specific products. For example, you have an item on sale
in your shop at £5 - SKU spade01 with product id of 35. You can create
a discount coupon of £4.99 which is tied to that specific product id
(35). Entering the coupon code will discount only spade01, any other
product will not receive the discount. When spade01 is removed from the
cart then the discount coupon is The standard coupon functionality (gift/permanent coupons) is retained but the functionality is significantly improved by these changes. This additional functionality is missing from standard Virtuemart 1.1. It is absolutely essential functionality. In my opinion it should be part of core VM. This is based upon some VM 1.1 changes found at this location: http://www.nandebayo.org/blog/?p=45 . All I have done is wrap them up and made them ready for installation under VM 1.1. These changes are presented to you now for your Virtuemart 1.1 shop. The changes may well work on older and newer versions of Virtuemart but they are untested on anything other than VM 1.1.2 The Virtuemart 1.0.15 version is here This is a change /hack to core VM. You cannot install it using the standard Joomla installation utility. The following files will need to be changed/ replaced with the files contained in this zipfile.
administrator/components/com_virtuemart/html/coupon.coupon_form.php This is a very safe modification to do, if you do not understand php / sql do not proceed and even if you do, it is always best to backup your installation and database. It is an easy to job to backup your whole site. If you need help then contact us and you can engage us to explain how. When the above files have been replaced then some Database changes are required. Using MyPHP admin from your control panel add the following fields to the table jos_vm_coupons: product_id, user_id, min_value, discount_type
The SQL commands you must type are: All of the fields should be text type. All of them should have default value as null and should be nullable. If you want to see the coupon functionality in action it can be seen here: http://www.sugarclothing.co.uk There are 'free gifts' which have coupon codes tied to them. Bear this in mind this is a LIVE site. The Virtuemart 1.0.15 version is here
|
Virtuemart 1.0.15 Product / item specific coupon codes
Version: 1.0.15
|
|
Virtuemart-1.0.15-product-specific-coupons.zip
This Virtuemart 1.0 extension allows you to create coupon codes that can be tied to specific products. For example, you have an item on sale in your shop at £5 - SKU spade01 with product id of 35. You can create a discount coupon of £4.99 which is tied to that specific product id (35). Entering the coupon code will discount only spade01, any other product will not receive the discount. When spade01 is removed from the cart then the discount coupon is The standard coupon functionality (gift/permanent coupons) is retained but the functionality is significantly improved by these changes. This additional functionality is missing from standard Virtuemart 1.0.15 and even from VM 1.1. It is absolutely essential functionality. In my opinion it should be part of core VM. This is based upon some VM 1.1 changes found at this location: http://www.nandebayo.org/blog/?p=45. Some significant changes were made to allow it to function under VM 1.0.15. These changes are presented to you now for your Virtuemart 1.0.15 shop. The changes may well work on older versions of Virtuemart but they are untested on anything other than VM 1.0.15. PLEASE NOTE: This hack works well on an total discount on a specific item, however a bug has been reported in the creation of % discount on a specific item, please bear with me until the bug is resolved, alternatively, please make the fix yourself and report it back to me! I am so busy I cannot spend the time on resolving this for the moment... This is a change /hack to core VM 1.0.15. You cannot install it using the standard Joomla installation utility. The following files will need to be changed/ replaced with the files contained in this zipfile.
administrator/components/com_virtuemart/html/product.product_list.php This is a very safe modification to do, if you do not understand php / sql do not proceed and even if you do, it is always best to backup your installation and database. It is an easy to job to backup your whole site. If you need help then contact us and you can engage us to explain how. When the above files have been replaced then some Database changes are required. Using MyPHP admin from your control panel add the following fields to the table jos_vm_coupons: product_id, user_id, min_value, discount_type
The SQL commands you must type are: All of the fields should be text type. All of them should have default value as null and should be nullable.
If you want to see the coupon functionality in action it can be seen here: http://www.carstuffdirect.co.uk There are 'free gifts' which have coupon codes tied to them. Bear this in mind this is a LIVE site.
|
|
Create Tabs in your Virtuemart 1.0.15 Items
All you need to do is install and enable this mambot, apply the load-mambots-plugins_for_virtuemart_1_0_1 patch (copying two files). Then add the following text to your product's long description.
{tab=first tab} |
Google Base Froogle upload for VM 1.0.15
Version: 0.2
|
|
Virtuemart Google Base Free Upload Component
The component originally stated it was for VirtueMart 1.0.12 but it works perfectly under later versions and has been fully tested under VM 1.0.15. I have made some code changes to the component so that it now conforms to the latest requirements of Google, in particular:
o The new 'condition' field is now created correctly READ ON: Please be aware that the component only generates a 'new' condition item. If you want to create a refurbished item then you can modify the code yourself or contact me. The component allows a manual download/upload to be created once a month and this is the limiting factor on the free version. The paid for version of the component allows for an automatic update to be triggered so you don't have to manually trigger the process yourself once a month.
Please note that the feed does not like special characters in the short description as those characters stop the item from loading. The rules are:
o no '&' or apostrophes in the short description text.
© 2007 Ecommerce Solutions |
mod_pageload
Version: 0.1
|
|
Page Loading Times for Joomla 1.5 and Virtuemart 1.1
Page loaded in 0.032547 seconds
It is always good to know how fast your pages are loading. This is very useful functionality for all sites with or without a cache. It allows you or your clients to see the page generation times as generated from the server itself. If the figures look good then any delay in loading up the pages can then be attributed to the vistor's slow internet or LAN latency. This information can make a great deal of difference when keeping a client happy when he/she is complaining about a slow site. This module will display the load times in six decimal places. Place this module in the very last position on your chosen template. Often the 'debug' position is the very last but you'll need to check your chosen template's index.php file to determine which actual position is the very last one. This module works very well with Joomla 1.5 with or without virtuemart. The configuration allows you to add your own pre-text, something like "site optimised by Lightquick" would display at the bottom of the page as: Site Optimised by LightQuick - Page loaded in 0.032547 seconds. In addition to loading and publishing the module you will also need to add the following lines of PHP code to the very beginning of your chosen template's index.php file.
< ?php
See it working here: http://www.excis.be Scroll to the very bottom of the page and you'll see the module output there. |
Virtuemart Featured Products Extended VM 1.0.15
Version: VM 1.0.15
|
|
Virtuemart Featured Products Extended VM 1.0.15
This module has been around for a while but development seemed to stop at VM 1.0.12. It was originally available through the Virtuemart forum as a free download. Then the module went commercial and development continued so that it is still available today for VM 1.1 from joomlaxtc. This download is the original free download version for VM 1.0.12 but I have modified the ps_product.php so that it is now compatible with Virtuemart 1.0.15. It can be seen working here - www.carstuffdirect.co.uk - the main page content has a region marked as "featured product of the day". This is the module doing it's stuff. Installation instructions: Install as a module in the normal way but replace your current ps_product.php file with the one included in the zipfile. Note: this ps_product.php is tested under VM 1.0.15 only. Replace this file with the one included in the zipfile. /public_html/administrator/components/com_virtuemart/classes/ps_product.php
|
mod_product_list_SEF_Joomla1.5
Version: VM 1.1
|
|
Virtuemart 1.1 Drop-down Product List SEF Joomla 1.5 Native
|
mod_product_list SEF
Version: VM 1.0
|
|
Virtuemart 1.0.15 Drop-down Product List SEF Joomla 1.0
Now modified to be SEF (Search engine friendly). I have used this mod_product_list on more than one site and it is very useful indeed providing functionality that is missing from core Virtuemart. However, on the original there were two problems, firstly, the URL's the mod generates are not SEF friendly and are ignored by tools such as Artio SEF. This is the module's fault as the original generates the URL's in a hard-coded fashion rather than using the vm_parser to generate the URLs as a VM component would normally do. Secondly, the hard-coded URL has the item id set to 1 which causes the pathway to be missing the 'home' link. This caused formatting problems on my templates that have a pathway showing. I had the code changed so that this version is now fully SEF compliant and will work with SEF packages that generate human-friendly URLs such Artio JoomSEF. This updated version is now a good module and indispensable on a VM shop. The module only works in conjunction with Artio's JoomSEF so please don't raise support queries until you have installed Artio JoomSEF. If you have long product names put it in a wide module position, preferably an inset module above your core content. See live example here: http://www.goodwoodantiques.com/ It will take the width of your widest product name so please bear in mind that it will not fit the left or right hand columns if your product names are long! The joomla 1.5 version is here |
mod_vm_livesearch-0.1.1 SEF
Version: VM 1.0 - 1.3
|
|
Virtuemart Ajax Live Search SEF Enabled Joomla 1.0 Native
|
mod_vm_livesearch_j1.5
Version: virtuemart 1.1/2/3
|
|
Virtuemart Ajax Live Search Joomla 1.5 Native SEF v 1.2
Tested on VM 1.1 and 1.2 should also work on VM 1.3. The original by Antoine was made available as part of the Virtuemart miscellaneous utilities and was able to replace the standard VM search box. The original was designed for Joomla 1.0 but this now runs in native mode on Joomla 1.5. The Joomla 1.0 version is here. Note: Install the module using the standard Joomla 1.5 module installation process but then livesearch.php is copied into your root. The tool can be seen in action here: http://www.sugarclothing.co.uk/about-us.html Look at the top right of the page and you'll see the live search module. The module only works in conjunction with Artio's JoomSEF so please don't raise support queries until you have installed Artio JoomSEF. |
Excel data import Virtuemart.rar
Version: virtuemart 1.0
|
|
|
mosregblocker1.3.1.zip
Version: VM 1.0
|
|
Virtuemart 1.0 Registration Blocker
A simple way to accomplish this is to pre-register those usernames thus
effectively blocking them but this is awkward and not very elegant and is liable to a mistake. RegistrationBlocker makes this whole process a lot more convenient. All you have to do is to enter the usernames in the mambot's
backend, one on each line.
|
load-mambots-plugins-for-Virtuemart_1_0_15.zip
Version: VM 1.0.14 & 15
|
|
This change to core Virtuemart allows you to load modules or mambots (plugins) into your VM content area which previously was not possible with standard VM. This allows you to install your content plugins into Virtuemart content. So now you can embed music players or similar toys into VM product or category descriptions. This cannot be installed in the conventional Joomla sense. You'll need to unzip it and it's structure to a temporary folder on your machine. Then ftp it all across, replacing the original VM files. From then on it is a breeze. |
bot_vm_product_stats.zip
Version: Virtuemart 1.0.12
|
|
Instead of a heavy-weight google analytics bridge, the instaCommerce Product Stats for Virtuemart is a small and simple mambot and component plug-in that counts hits for your Virtuemart Products. It shows IP addresses and can display yearly, weekly and daily stats. It is composed of a component and a bot. The bot does the counting and writing to the database and the component collects the info and displays in the back-end. This download is the mambot, the component is here. You will need both the component and the mambot in order for this extension to function. It has been tested on vm1.0.12 but may work on other versions - please try it. |
com_vm_product_stats.zip
Version: Virtuemart 1.0.12
|
|
The instaCommerce Product Stats for Virtuemart is a small and simple mambot and component plug-in that counts hits for your Virtuemart Products. It shows IP addresses and can display yearly, weekly and daily stats. It is composed of a component and a bot. The bot does the counting and writing to the database and the component collects the info and displays in the back-end.This download is the component, the mambot is here . You will need both the component and the mambot in order for this extension to function. It has been tested on vm1.0.12 but may work on other versions - please try it and see.
|
com_secureregistration
Version: Joomla 1.0
|
|
Virtuemart Secure Login Component - stop SPAM on your shop/site
Providing a good captcha form on a registration form is quite a difficult thing to find and normally requires changes to core system files. This one does not require any such drastic action. Simply install the component and the module, placing the module in your preferred location. This is not a Virtuemart component as such but it is exceedingly useful addition to any virtuemart shop providing secure a login to your customers. The login form provides aregister link which displays a full page login with a good quality captcha.The gentleman that created this module/component removed this download from his site as he could not cope with the bandwidth and the sheer number of registrations. As it now appears impossible to download from his site I am providing his offering here. If you find it useful please email the author and tell him so. This extension comes in the form of a component where you specify the size and form of the captcha and a module which displays the login form. This download is the component part. You will also need to download the module as well. |
Page: 1 of 2 >> |
By EU law we have to leave this message about cookies - In order to deliver a personalised, responsive service and to improve the site, it remembers and stores information about how you use it. This is done using simple text files called cookies which sit on your computer. These cookies are completely safe and secure and will never contain any sensitive information. They are used only by Lightquick or the trusted partners we work with ie. Google. By continuing to use this site you accept the use of these cookies. Remember all sites use these cookies but if you are unhappy with this cookie usage, then unfortunately we have to ask you to leave the site.