| Re: xoops 2.2 features into 2.0.x |
| by davidl2 on 2006/12/15 10:19:51 I believe a similar trick works on Surpass as well
|
| Re: xoops 2.2 features into 2.0.x |
| by Mithrandir on 2006/12/15 10:13:44 Almost all of the pages require PHP5 - you should be able to override the settings, at least on Apache, so all .php pages are considered as PHP5 pages with this line in a .htaccess file: le="color: #000000"><?php AddHandler application/x-httpd-php5 .php
|
| Re: xoops 2.2 features into 2.0.x |
| by kaotik on 2006/12/15 10:08:05 Quote:
I was actually thinking of checking it Do you have a list of which pages specifically make use of php 5 code? One of my hosts allows me to switch between php 4 and 5 by changing the file extension; .php -> php 4 .php5 -> php 5 I was thinking of going through smartblocks and checking it myself, or do all files use php 5? |
| Re: xoops 2.2 features into 2.0.x |
| by Mithrandir on 2006/12/15 10:01:10 Perhaps look at SmartBlocks? its goal is to provide the add/edit/delete blocks functionality of XOOPS 2.2 with a nicer interface with better overview of visible and not visible blocks on a page. |
| Re: xoops 2.2 features into 2.0.x |
| by kaotik on 2006/12/15 9:57:39 Quote:
I was actually referring, specifically to the blocks menu in 2.2, where you can change/add/modify blocks. It seems to me much easier to add blocks and change weight using XOOPS 2.2 menu then using 2.0.16, granted that the new version now allows for more positions to place blocks. |