|
  Remository is a highly capable file repository for use within one of the supported CMSs (Content Management Systems - currently Joomla! or Mambo or Aliro). It can organise files into folders (described in the system using the generic word "containers") that can be nested to an arbitrary depth. Files can be uploaded or downloaded by site visitors, subject to constraints configured by the site administrator.  www.joomlavm.com is use this component for download files,but there are blank content when i use the lastest editon plugin -- "quickdown" in the joomla1.5, so i check those files of Remository's quickdown plugin,i found that the core codes out of time,then i chang the core file as follow(plugins\content\quickdown.php): 1
2
3
4
5
6
7
8
9
|
//global $_MAMBOTS; //delete the old global variable
//$_MAMBOTS->registerFunction('onPrepareContent', 'botQuickdown'); //delete the old regist method
$mainframe->registerEvent( 'onPrepareContent', 'botQuickdown' ); //add the new regist method
function botQuickdown(&$row, &$params, $page=0) {
global $database, $mosConfig_live_site, $mosConfig_absolute_path, $mosConfig_lang, $mosConfig_sitename;
|
test it ok now! Â |
|
|
Config : It is under shopper groups. In the back end under Shopper click on List Shopper Groups. Then click on the shopper group or groups that are published. Uncheck the option to "Show Prices including tax". Hack : Change two files 1.Change the following code from "components\com_virtuemart\themes\default\templates\basket" :- in line 72-77 1
2
3
4
5
6
|
<?php if ( $show_tax ) { ?>
<tr class="sectiontableentry1">
<td colspan="4" align="right" valign="top"><?php echo $VM_LANG->_( 'PHPSHOP_ORDER_PRINT_TOTAL_TAX') ?>: </td>
<td colspan="3" align="right""><?php echo $tax_display ?></td>
</tr>
<?php } ?>
|
2.Change the following code from "ro_basket.php" 1
2
3
4
5
6
7
|
<?php if ( $tax ) { ?>
<tr class="sectiontableentry1">
<td colspan="4" align="right" valign="top"><?php echo $VM_LANG->_( 'PHPSHOP_ORDER_PRINT_TOTAL_TAX') ?>: </td>
<td align="right"><?php echo $tax_display ?></td>
</tr>
<?php }
|
|
|
VirtueMart 1.1.2 is a recommended maintenance update, which provides enhancements and fixes a lot of minor bugs, including:
* Plugins are now processed on child product pages * Child product attributes are now displayed on the product details page * PayPal Websites Standard is now supported in No Account Creation mode * Improved SEF support for sh404SEF * Shipping bypas... |
|
|
New Architect was designed to have a distinct non-Joomla look. The template consists of an inset position that is great for displaying an image rotator or similar method to show off your website products or services. The template includes the S5 Box drop in style and 2 other tabs for quick access for registration and login.
NEW this month, the S5 Tab Show has no been converted to a module that can be used in any module position and in any template! It includes up to module positions and 3 display effects just like the S5 Frontpage Slide module. Features:
- 100% tableless CSS
- Validates with XHTML
- Validates with CSS
- Joomla 1.5 compatible
- Joomla 1.0+ compatible
- SQL dump available
- 18 module positions
- Sliced PSDs included
- Site Shaper's available (demo quick installs)
- Fully collapsible module positions
- S5 Effects scripts powered
- Lytebox enabled
- Tool Tips enabled
- 3 Menu systems: No-MooMenu Drop Down, No-MooMenu Fading or Suckerfish
- Custom Backgrounds on every page
- Custom page and column widths
- Compatible with the following browsers:
- IE6
- IE7
- Firefox 1.5+
- Opera 9+
- Safari
- Netscape
- Advant
[LiveDemo] |
A very useful joomla search SEO Plugin, it is based on the official search content plugin, and add some seo features. It will generate page title, meta description and meta keywords dynamicly according to the search keywords and search results. [download here] |
|
|