71
wizanda
Re: Would you know where 2.3 info is because
  • 2007/12/18 21:55

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


So much for all Skalpa's work and 2.2, which has profiles with added field....Smart Profiles is a copy of that module, without the added fields.....

I agree with Catz and would like to see it all brought into the core and installed as part of the main system also....

So XOOPS is continuing with 2.1 and me personally fixed and tided the whole of 2.2 for another fork that shouldn’t need to be......

It makes no sense that we have done all this work to make 2.2 a reality and then skip it (=2.3) or just miss it entirely.....



72
wizanda
Re: Changing the search function in xoops site
  • 2007/12/7 10:58

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


In each modules xoops_version.php
/*
$modversion['hasSearch'] = 1; <<----0
$modversion['search']['file'] = "include/search.php";
$modversion['search']['func'] = "search";
*/

You can miss that bit and update it, then search function will be removed from each module or just sticking a 0 will switch it off.....



73
wizanda
Re: XOOPS 2.0 vs. 2.2
  • 2007/11/24 10:12

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Current bugs in 2.2 i know of:
Post count can become minus.

Some modules don't work, due to the additional user profiles fields.



74
wizanda
Re: XOOPS 2.2.3 Final - To downgrade or not?
  • 2007/11/23 10:15

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Quote:

Northern wrote:
2.2.5z ?

inlight'n me wizanda

My SVN copy of Xoops
Its the copy i use and fix, change log is to large to mention....yet some are Smarty latest, all files stripped, Zlib globally (including Smarty prefilter plugins for real time content) instead of gzip.....tpl instead of html for templates...includeq in templates..... + loads more....



75
wizanda
Re: Two Xoops Installs, One Module
  • 2007/11/23 10:03

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


The mainfile directs the site to MySql....often i have two copies running at home for testing (only one database).....only problem is that you need a modules folders and XOOPS version file for both sites of anything installed in each......
Yet you can make a header redirect files for each module pointing to the real locations....Never tried it though…..



76
wizanda
Re: XOOPS 2.2.3 Final - To downgrade or not?
  • 2007/11/23 9:49

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Most of the features of 2.2 are required and are wanted in 2.3……me personally is sticking with 2.2.5z and continue working on that….



77
wizanda
Re: Existing db help
  • 2007/11/22 14:02

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Normally you would just export it and it should be with creates etc to make the tables within the database...just import it and it should work....you can use drop tables when you want to over write a database.....
You may have troubles with character set’s if they are different, you can remove the line for these from the MySql file if you do….



78
wizanda
Re: Site slow: how to speed up?
  • 2007/11/22 12:04

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Have you got Gzip on in XOOPS and what version of XOOPS is that (newest is meant to be fixed for gzip)….



79
wizanda
Re: What file could be edited within Xoops to make random .php files download?
  • 2007/11/22 11:37

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Ok, found the problem and within it a solution….yet still not solved entirely….

Header + Footer .php
if (!headers_sent()){header('Content-Type:text/html; charset='._CHARSET);}


Basically since I set most includes as include_once….some times it misses this in the header and so presumes the system is PHP and is a fault with Firefox it’s self, that it then sends out a blank PHP file….

So since the common.php is called from the mainfile, I also tried adding it to there directly under neither when the zlib/gzip code is….on doing so it makes the refresh pages load properly….as it seems currently when XOOPS changes pages on submissions etc this is missed…..



80
wizanda
Re: Defining Search Modules.
  • 2007/11/21 16:47

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Not 100% sure, yet XOOPS looks for include/search.inc.php if that is removed, then some modules shouldn't have search....be careful though on which, as some modules have built in search also………




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 131 »



Login

Who's Online

244 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 244


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits