FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Global Settings not sticking
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Global Settings not sticking [message #26530] Mon, 25 July 2005 01:54 Go to next message
wkunkel is currently offline  wkunkel   United States
Messages: 2
Registered: July 2005
Location: Almond, NY
Karma: 0
Junior Member
Hi, I am running the FUDFORUM application from within egroupware 1.000007.

When I try to make settings to change from smtp email back to the mail() function in the adminglobal.php from the browser, my settings will not stay.

I have tried blanking out the smtp settings, pressing the set button and rebuilding the theme.

I have looked in the GLOBALS.php file but don't see where to manually code this in. Can you guys please help me....

Thanks

<?php
/************************************************************************** *
* copyright : (C) 2001-2003 Advanced Internet Designs Inc.
* email : forum(at)prohost(dot)org
* $Id: GLOBALS.php,v 1.2 2004/04/03 18:35:35 iliaa Exp $
*
* 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.
*************************************************************************** /

$INCLUDE = "/home/almunive/filez/fudforum/1369101769/include/";
$WWW_ROOT = "http://www.almuniversity.org/fudforum/1369101769/";
$WWW_ROOT_DISK = "/home/almunive/public_html/fudforum/1369101769/";
$DATA_DIR = "/home/almunive/filez/fudforum/1369101769/";
$ERROR_PATH = "/home/almunive/filez/fudforum/1369101769/errors/";
$MSG_STORE_DIR = "/home/almunive/filez/fudforum/1369101769/messages/";
$TMP = "/home/almunive/filez/fudforum/1369101769/tmp/";
$FILE_STORE = "/home/almunive/filez/fudforum/1369101769/files/";
$FORUM_SETTINGS_PATH = "/home/almunive/filez/fudforum/1369101769/cache/";

$FUD_OPT_1 = 1739519517;
$FUD_OPT_2 = 1618284669;
$FUD_OPT_3 = 0;

$CUSTOM_AVATAR_MAX_SIZE = 10000; /* bytes */
$CUSTOM_AVATAR_MAX_DIM = "64x64"; /* width x height (pixels) */

$DBHOST_TBL_PREFIX = "phpgw_fud_"; /* do not modify this */

$FUD_SMTP_SERVER = "localhost";
$FUD_SMTP_TIMEOUT = 20; /* seconds */
$FUD_SMTP_LOGIN = "forums(at)almuniversity(dot)org";
$FUD_SMTP_PASS = "[edited out]";

$ADMIN_EMAIL = "wkunkel(at)almcommunity(dot)org";

$PRIVATE_ATTACHMENTS = 5; /* int */
$PRIVATE_ATTACH_SIZE = 1000000; /* bytes */
$MAX_PMSG_FLDR_SIZE = 300000; /* bytes */

$FORUM_IMG_CNT_SIG = 2; /* int */
$FORUM_SIG_ML = 256; /* int */

$UNCONF_USER_EXPIRY = 7; /* days */
$MOVED_THR_PTR_EXPIRY = 3; /* days */

$MAX_SMILIES_SHOWN = 15; /* int */
$DISABLED_REASON = "Temporarily offline; please come back soon!";
$POSTS_PER_PAGE = 40;
$THREADS_PER_PAGE = 40;
$WORD_WRAP = 60;
$NOTIFY_FROM = "forums(at)almuniversity(dot)org"; /* email */
$ANON_NICK = "";
$ANON_PASS = "";
$FLOOD_CHECK_TIME = 60; /* seconds */
$SERVER_TZ = "America/Montreal"; /* timezone code from tz.inc */
$SEARCH_CACHE_EXPIRY = 172800; /* seconds */
$MEMBERS_PER_PAGE = 40;
$POLLS_PER_PAGE = 40;
$THREAD_MSG_PAGER = 5;
$GENERAL_PAGER_COUNT = 15;
$EDIT_TIME_LIMIT = 0;
$LOGEDIN_TIMEOUT = 5; /* minutes */
$MAX_IMAGE_COUNT = 10;
$STATS_CACHE_AGE = 600; /* seconds */
$FORUM_TITLE = "";
$SITE_HOME_PAGE = "";
$MAX_LOGIN_SHOW = 25;
$MAX_LOCATION_SHOW = 25;
$SHOW_N_MODS = 2;

$TREE_THREADS_MAX_DEPTH = 15;
$TREE_THREADS_MAX_SUBJ_LEN = 75;

$REG_TIME_LIMIT = 60; /* seconds */
$POST_ICONS_PER_ROW = 9; /* int */
$MAX_LOGGEDIN_USERS = 25; /* int */
$PHP_COMPRESSION_LEVEL = 9; /* int 1-9 */
$MNAV_MAX_DATE = 31; /* days */
$MNAV_MAX_LEN = 256; /* characters */

$RDF_AUTH_ID = 0; /* 0 - treat as anon user, >0 treat like specific forum user */
$RDF_MAX_N_RESULTS = 100; /* int */

$PDF_PAGE = "letter"; /* string */
$PDF_WMARGIN = 15; /* int */
$PDF_HMARGIN = 15; /* int */
$PDF_MAX_CPU = 60; /* seconds */

/* DO NOT EDIT FILE BEYOND THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING */

require($INCLUDE.'core.inc');
?>
Re: Global Settings not sticking [message #26531 is a reply to message #26530] Mon, 25 July 2005 02:29 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to subtract 512 from the $FUD_OPT_1 value.

FUDforum Core Developer
Re: Global Settings not sticking [message #27087 is a reply to message #26531] Thu, 25 August 2005 19:44 Go to previous message
wkunkel is currently offline  wkunkel   United States
Messages: 2
Registered: July 2005
Location: Almond, NY
Karma: 0
Junior Member
Thanks that did the trick!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Create a poll problem
Next Topic: How to ignore smiles
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun May 12 17:37:06 GMT 2024

Total time taken to generate the page: 0.02666 seconds