Subject: Allow URL type menus to be selected in Module config pages.
Joomla Version: Joomla version 1.0.12
File: includes/Joomla.php
Line: 4651 - comment
Line: 4688 - comment
Code Content:
// do not display `url` menu item types that contain `index.php` and `Itemid`
if (!($mitems_a->type == 'url' && strpos($mitems_a->link, 'index.php') !== false && strpos($mitems_a->link, 'Itemid=') !== false)) {
network solutions
To setup ioncube on network solutions you need to create a php.ini file in the /cgi-bin directory.
First you need to add the extension_dir entry
then the zend_extension entry
https information
When you install a payment gateway that allows the user to enter their credit card information whilst still on your site, you should install an ssl certificate and switch to https while they are entering their details for added user security.
In order to do this, the following will assist you.
For Digistore, ad agency and Registration Pro:
Unzip the installable plugin and edit the file named "install". Use any text editor like notepad.
to <FORM action="https://www.yoursite.com/index.php" method="post">
Of course the "yoursite.com" would be your domain name.
For JoomSuite member:
edit the file "form.php" <form action="index.php" method="post" name="formsubscr" id="formsubscr">
to <form action="https://www.yoursite.com/index.php" method="post" name="formsubscr" id="formsubscr">
bluehost
First, you need to get a template php.ini with ioncube already configured in it. This can be accomplished by doing the following:
1. Login to your control panel
2. Choose "PHP Config"
3. Check the box labeled "IonCube" under "Install Default php.ini"
4. Click "INSTALL PHP.INI FILE".
That will place php.ini file with the name of php.ini.default in your public_html folder.
Second, you need to rename the file from "php.ini.default" to be "php.ini" and place into whichever folder you need IonCube installed.
dreamhost
Installing ionCube Loader on DreamHost
The first thing you need to do is to create a custom php.ini file.
To do this, you neeed to have ssh access, which should be accessible via your Control Pannel