|
Powerpoint & slide show for Joomla |
Keeping it simple is the key. This small plugin give you the ability to easily create a PowerPoint Slide show for Joomla.
1. Upload your slides to a directory on your site (e.g. public_html/images/slideshowAAA)
2. insert the plugin code in an article
Done
Here is an example:
{ besps }Presentations/iMarketing/{ /besps }
Spaces inserted so it is not executed.
You can see an example at:
http://expertwebprofessionals.com/internet-marketing/seo-vs-imarketing.html
You can get this plugin at:
http://www.bretteleben.de/lang-de/joomla/simple-picture-slideshow.html
|
|
|
fatal error mb_regex_encoding |
Fatal error: Call to undefined function mb_regex_encoding() in /home/MYDOMAIN/public_html/administrator/components/com_k2/tables/k2item.php on line 75
The affected files are "k2category.php" and "k2item.php" in .../administrator/components/com_k2/tables/
and "route.php" in .../components/com_k2/helpers/.
Modifications - commenting out the lines with mb_regex and mb_ereg... as shown...
@ route.php, lines 56 & 59:
mb_internal_encoding("UTF-8");
// mb_regex_encoding("UTF-8");
$alias = trim(mb_strtolower($user->name));
$alias = str_replace('-', ' ', $alias);
// $alias = mb_ereg_replace('[[:space:]]+', ' ', $alias);
@ k2category.php, lines 50 & 53:
mb_internal_encoding("UTF-8");
// mb_regex_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
// $this->alias = mb_ereg_replace('[[:space:]]+', ' ', $this->alias);
@ k2item.php, lines 75 & 78:
mb_internal_encoding("UTF-8");
// mb_regex_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
// $this->alias = mb_ereg_replace('[[:space:]]+', ' ', $this->alias);
This modifications are really nonprofessional but they work for me very fine!
|
|
|
Description for System - JCE Utilities 2.2.0 |
The Plugin's description has HTML and cannot easily be read.
Here it is...
Displays media (images, flash, youtube, quicktime etc.) in a customizable inline popup.
Inlcudes a tooltip function and a png fix option for IE.
CREDITS:
Based on and inspired by...
- Light theme inspired by Slimbox by Christophe Beyls - http://www.digitalia.be
- Shadow theme inspired by ShadowBox - http://mjijackson.com/shadowbox/
- Squeeze theme inspired by Squeezebox by Harald Kirschner - http://digitarald.de/project/squeezebox/
- Light Theme inspired by Slimbox by Christophe Beyls - http://www.digitalia.be
- Thickbox 2.0 by Cody Lindley - http://www.codeylindley.com
Should work with all modern browsers - FF 2 & 3, IE 6, 7 & 8, Opera 9, Safari, Chrome, Camino
|
|
Read more... [Description for System - JCE Utilities 2.2.0]
|
|
|
Removing the VirtueMart Logo from the Cart |
How to remove the VirtueMart logo from the mini-cart in the module: mod_virtuemart_cart.
This is an example of a nuisance with and easy fix, once you know where to make the change.
Save hours, read on...
|
|
Read more... [Removing the VirtueMart Logo from the Cart]
|
|
|
Removing the Product Availability |
A client did not want to show the number in inventory, but wanted to keep track of inventory.
The product availability showed and they wanted it removed.
Here's the process (simple once you read this - time consuming if you go to the forums).
|
|
Read more... [Removing the Product Availability]
|
|
|
|
<< Start < Prev 1 2 3 4 Next > End >>
|
| Results 1 - 9 of 35 |