Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Information Pages Unlimited v1.0

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
English_______
Added "&acutes;" in admin to define the Spanish language in information.php
Adapted for the FCK Editor, not to Tiny MCE

If you use TinyMCE Bux fixes in previous contributions

Español______
Añadido "&acutes" en defines de admin para lenguaje Españolen information.php
Está adaptado para FCK Editor, no para Tiny MCE

Si usas TinyMCE bux fixes en las contribuciones anteriores
There is an error in the call to tep_draw_textarea_field. Just replace one line and information text can been seen and edited again in ADMIN when you are using TineyMCE.
This is just a small fix to get TinyMCE running with Information Pages Unlimeted.

Contains a small fix to DB to add configuration option to enable TinyMCE.


Run this in phpmyadmin. Remember to check the 2 values 1184 (configuration_id) and 16 (configuration_group_id) that they fit with your instalation.

INSERT INTO `configuration` VALUES (1184, 'TinyMCE aktiv', 'DESCRIPTION_TINYMCE_EDITOR', 'true', 'Bruke TinyMCE til editering.', 16, 1, '2009-03-24 15:02:35', '2007-05-13 06:37:14', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');



The changes that need to be made with admin/information_manager.php is to add this code before the closing </HEAD> tag.


<?php // START tinyMCE Anywhere

if (DESCRIPTION_TINYMCE_EDITOR == 'true')
{
if ($information_action == 'Edit' || $information_action == 'Added') { // No need to put JS on all pages.
$languages = tep_get_languages(); // Get all languages
$str = '';
for ($i = 0, $n = sizeof($languages); $i < $n; $i++) {
$str .= "information_description[".$languages[$i]['id']."],";
} //end for each language
$mce_str = rtrim ($str,","); // Removed the last comma from the string.
// You can add more textareas to convert in the $str, be careful that they are all separated by a comma.
echo '<script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce.js"></script>';
include "includes/javascript/tiny_mce/general.php";
// END tinyMCE Anywhere
}
}
?>

Thanks to Jack_mcs (Header Tags SEO V 3.0) for this code, only modifyed it to fit here.
TinyMCE used is http://addons.oscommerce.com/info/4852 installed when installing HT SEO 3.0
english________
File admin/information_manager had a little bug.
(Warning: "Headers already sent" or "Cannot modify header information")

español_______
Archivo admin/information_manager tenía un pequeño error.
(Warning: "Headers already sent" or "Cannot modify header information")

FULL PACKAGE
I started using IPUV a little more in depth and added a few changes to make it a little more user friendly and a little more intuitive.
+ added standard osc update successful message with green bar at top of page instead of in the page heading.


Full Package+Update Guide
basically apurba_soft changed some variable names and values from german? to english in the sql database and revised the configuration id's.

+ fixed sql insert query ture to true
+ included most apurba_soft's changes
+ added update guide from 2.04.6(lildog) to 2.0.47
+ renamed revisions to history.txt
- i removed apurba softs' FCK_Editor height change in information_form.php as it is set in the configure section.


FULL package + update guide
Information Pages Unlimited v1.0 Update.......
Ver: (ipuv2046)

Please use this.............

Bug fix...........

Please checkout the bugfix.txt.


Thanks.
* added a list of files added and changed for easy un-installation if needed.
+ added compatibility note for tinyMCE anywhere
   Posted on: 09/03/2008     See contribution details Request Installation with Paid service