111
limecity
Re: Newbb : Quote the Quote
  • 2008/12/15 10:45

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


hmm okay. thanks for replying on the thread.
http://www.mounthiking.com
all your hiking gears and gadgets




112
limecity
Re: Newbb : Quote the Quote
  • 2008/12/15 5:26

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


well I would remove the quotes of the quotes of the quotes when I make a posting.

but the forum users does not. they can go on and on and on quoting. till it expands the width of the page.

the way its being done in vBulletin is clean.
it does not repeat the quotes which has been quoted users over and over.
i understand vBulletin is a paid system and XOOPS is not.

I just hope to see this as part of a improvement to the system.
http://www.mounthiking.com
all your hiking gears and gadgets




113
limecity
Newbb : Quote the Quote
  • 2008/12/15 0:14

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


how annoying can this get?


Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:

Quote:
level 1

level 2

level 3

level 4

level 5

level 6

level 7

level 8

level 9

level 10

level 11

level 12

level 13


So... anyway to fix the quoting system? like not quoting another's quote in the post?
http://www.mounthiking.com
all your hiking gears and gadgets




114
limecity
Word censor
  • 2008/12/14 12:08

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


I wish to censor some common human spam postings like

Quote:

Nokia N95 8GB 3G Mobile Phone===$250
Nokia N79 Mobile Phone===$300
Nokia N85 Mobile Phone===$200
Nokia E71 Mobile Phone===$200
Nokia E66 Mobile Phone===$200


wish to censor the whole "phrase" or sentence.
is it possible?
http://www.mounthiking.com
all your hiking gears and gadgets




115
limecity
Re: Xoops strong sides! - why choose Xoops?
  • 2008/11/2 6:39

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


I love XOOPS for its simplicity in customizing. but still lacks in modules variety.

i love joomla for its comprehensive modules, paid or free. i dislike joomla for its pain in the arse configuration after installed.

i wished there is a xoopla (xoops + joomla) or something to have the benefit of both.
http://www.mounthiking.com
all your hiking gears and gadgets




116
limecity
Re: Site keeps showing login form
  • 2008/10/18 11:36

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


I am having this particular problem. where i use the "remember me" and also the firefox "remember this password".

but getting the problem of the site keeps showing the login form.

made the test

Cookies    Cookies can be set and read. (via HTTP headers)    PASS
Referrer
-H    The URL of the referring page can be read. (host name)    PASS
Referrer
-HS    The URL of the referring page can be read. (host name script name)    PASS
Referrer
-HSQ    The URL of the referring page can be read. (host name script name query string)    PASS
Javascript    Javascript within a web page can be executed
.    PASS
Javascript read cookie    Cookies can be read using Javascript
.    PASS
Javascript set cookie    Cookies can be set using Javascript
.    PASS
Clock    The server 
and client clocks agree within 15 minutes. (uses Javascript)    PASS
http://www.mounthiking.com
all your hiking gears and gadgets




117
limecity
Re: Comments Sort Order Oldest First
  • 2008/10/18 5:31

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


bump
http://www.mounthiking.com
all your hiking gears and gadgets




118
limecity
Comments Sort Order Oldest First
  • 2008/10/16 3:30

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


I had my settings set to Newest First in my admin preference.
but I found out that all new users registered, they had Oldest First by default.

why is that?

using XOOPS 2.3.0
http://www.mounthiking.com
all your hiking gears and gadgets




119
limecity
Appear offline
  • 2008/10/8 5:12

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


anyway to appear as offline mode when log on to the site in XOOPS 2.3?

http://www.mounthiking.com
all your hiking gears and gadgets




120
limecity
Re: messed up mainfile
  • 2008/10/7 11:12

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


<?php
/*
 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.
*/

/**
 * XOOPS main configuration file
 *
 * See the enclosed file license.txt for licensing information.
 * If you did not receive this file, get it at http://www.fsf.org/copyleft/gpl.html
 *
 * @copyright   The XOOPS project https://xoops.org/
 * @license     http://www.fsf.org/copyleft/gpl.html GNU General Public License (GPL)
 * @version     $Id: mainfile.dist.php 1434 2008-04-06 14:28:52Z phppp $
 */

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

    
// XOOPS Physical Paths
    
    // Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
    
define'XOOPS_ROOT_PATH''/home/root/domains/test.com/public_html/' );

    
// For forward compatibility
    // Physical path to the XOOPS library directory WITHOUT trailing slash
    
define'XOOPS_PATH''/home/root/domains/test.com/xoops_lib' );
    
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
    
define'XOOPS_VAR_PATH''/home/root/domains/test.com/xoops_data' );
    
// Alias of XOOPS_PATH, for compatibility, temporary solution
    
define("XOOPS_TRUST_PATH"XOOPS_PATH);

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

    
// Shall be handled later, don't forget!
    
define("XOOPS_CHECK_PATH"0);
    
// Protect against external scripts execution if safe mode is not enabled
    
if ( XOOPS_CHECK_PATH && !@ini_get("safe_mode") ) {
        if ( 
function_exists("debug_backtrace") ) {
            
$xoopsScriptPath debug_backtrace();
            if ( !
count($xoopsScriptPath) ) {
                 die(
"XOOPS path check: this file cannot be requested directly");
            }
            
$xoopsScriptPath $xoopsScriptPath[0]["file"];
        } else {
            
$xoopsScriptPath = isset($_SERVER["PATH_TRANSLATED"]) ? $_SERVER["PATH_TRANSLATED"] :  $_SERVER["SCRIPT_FILENAME"];
        }
        if ( 
DIRECTORY_SEPARATOR != "/" ) {
            
// IIS6 may double the  chars
            
$xoopsScriptPath str_replacestrpos$xoopsScriptPath"\\") ? "\\" DIRECTORY_SEPARATOR"/"$xoopsScriptPath);
        }
        if ( 
strcasecmpsubstr($xoopsScriptPath0strlen(XOOPS_ROOT_PATH)), str_replaceDIRECTORY_SEPARATOR"/"XOOPS_ROOT_PATH)) ) {
             exit(
"XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.");
        }
    }

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

    
// Set the database charset if applicable
    
if (defined("XOOPS_DB_CHARSET")) die();
    
define'XOOPS_DB_CHARSET''ISO-8859-1' );

    
// 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''root_test' );

    
// Database Password
    // Password for your database user account
    
define'XOOPS_DB_PASS''test' );

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

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

    
define'XOOPS_GROUP_ADMIN''1' );
    
define'XOOPS_GROUP_USERS''2' );
    
define'XOOPS_GROUP_ANONYMOUS''3' );
    
    if (!isset(
$xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
        include 
XOOPS_ROOT_PATH."/include/common.php";
    }
}
?>
http://www.mounthiking.com
all your hiking gears and gadgets





TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 130 »



Login

Who's Online

194 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 194


more...

Donat-O-Meter

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

Latest GitHub Commits