257401
Herko
Re: I Don't want certain blocks on all pages!!!
  • 2004/5/13 7:48

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Not at this moment, but it is a feature that will be included in the next major release of XOOPS.

Herko



257402
kiwiguy
Re: tables already exist?
  • 2004/5/13 7:48

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


well yes that still does not answer my question does it so is there anything i can do as I am a sub domain at the end of the day will I have to wait for the domain owner to delete the tables from his end so i ca re install it??



257403
percy
Re: reinstall?
  • 2004/5/13 7:43

  • percy

  • Just popping in

  • Posts: 13

  • Since: 2004/5/7 7


I have edited BLOCKS and disabled all blocks one by one and checked home page each time, no change??!




257404
Herko
Re: tables already exist?
  • 2004/5/13 7:43

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


If you put this mainfile.php in your site's root folder, it doesn't work? You get a blank page? That is maybe because you used to have a different theme that is now missing, or modules that are now missing?

Herko



257405
Herko
Re: Where do I find XOOPS?
  • 2004/5/13 7:40

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


No need to be embarassed, it's a very logical place to look for the downloads. So I've added them, now you can also find them there

Herko



257406
Herko
Re: Fix for: js calendar - first popup showing start date from setrange()
  • 2004/5/13 7:15

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


that depends on what you want. If you post them here, people can fix it for themselves, if you post them on the tracker, they will be included in a next release. Posting them on both places is the best, I think. If you link to the tracker item in your posts here, poeple can monitor its status too.

herko



257407
Venezia
Re: Fix for: js calendar - first popup showing start date from setrange()
  • 2004/5/13 7:05

  • Venezia

  • Just popping in

  • Posts: 36

  • Since: 2003/6/24


Herko,

Should fixes such as these be posted directly to the XOOPS project tracker, or should they be posted here first? Or does it matter?

Venezia



257408
kiwiguy
Re: tables already exist?
  • 2004/5/13 6:56

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I re uploaded the back up site no probs but get a blank screen I am able to get into my admin section via a seperate link I kept. I have no idea how to find out if the mainfile.php is correct as I am not php literate i will copy the mainfile.php here for you to look and let me know if it is ok. I have also blanked out my password for my security! Also this is what is said when I try to do a fresh install. I really need to know what to do as its been offline for 2 days now.

Quote:
Tables for xoops2 already exist


cheers
kiwiguy


Quote:
<?php
// $Id: mainfile.dist.php,v 1.5 2003/02/12 11:36:33 okazu Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <https://xoops.org/> //
// ------------------------------------------------------------------------ //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //

if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
define("XOOPS_MAINFILE_INCLUDED",1);

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/home/httpd/vhosts/theboogary.com/subdomains/kiwisworld/httpdocs');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://kiwisworld.theboogary.com');

// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', 'mysql');

// Table Prefix
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
define('XOOPS_DB_PREFIX', 'xoops');

// Database Hostname
// Hostname of the database server. If you are unsure, 'localhost' works in most cases.
define('XOOPS_DB_HOST', 'localhost');

// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'kiwisworld');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'xxxx');

// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'kiwisworld');

// Use persistent connection? (Yes=1 No=0)
// Default is 'Yes'. Choose 'Yes' if you are unsure.
define('XOOPS_DB_PCONNECT', 0);

define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

if (!isset($xoopsOption['nocommon'])) {
include XOOPS_ROOT_PATH."/include/common.php";
}
}
?>



257409
peterc
Re: Where do I find XOOPS?
  • 2004/5/13 6:48

  • peterc

  • Just popping in

  • Posts: 2

  • Since: 2004/5/13


Many thanks (with some embarrasment!!).



257410
angaran
I Don't want certain blocks on all pages!!!
  • 2004/5/13 6:48

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


Hi,
Is there a way, even through code hacks, to make certain blocks not be shown on all pages but also be shown on search page or other XOOPS pages that aren't included in a module like register, user, etc..??

I hope my question is clear enough.

Thanks







Login

Who's Online

201 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 201


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