111
sailjapan
Happy 2010

Hi Teams. Just a belated post to wish all contributors to the project a happy 2010 (actually, I was just tired of seeing "Happy2008 [banned]" - a banned user - as the last poster here in this forum).



112
sailjapan
Re: Error: Smarty error: the $compile_dir '/var/www/html/xoops/htdocs/xoops_data/caches/smarty_compile'

1. Download mainfile.php from your server and open it in a text editor.
2. Find the four defines I've edited below to read as "YOURACCOUNT" and "yourdomain.com"
3. Edit these defines in your copy of mainfile.php to reflect your server's file and directory structure.
Note: Consider changing the name of the two directories (and their defines in mainfile.php) 'xoops_lib' and 'xoops_data' to something more unique.
4. Save the file and overwrite the original on your server with it.
5. Use your ftp client or server's control panel to set mainfile.php permissions to 444
6. See if your site works now.

// XOOPS Physical Paths      
// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash     
define('XOOPS_ROOT_PATH''/home/YOURACCOUNT/public_html');      
// For forward compatibility     
// Physical path to the XOOPS library directory WITHOUT trailing slash
define('XOOPS_PATH''/home/YOURACCOUNT/xoops_lib');     
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash     
define('XOOPS_VAR_PATH''/home/YOURACCOUNT/xoops_data');     
// Alias of XOOPS_PATH, for compatibility, temporary solution     define("XOOPS_TRUST_PATH", XOOPS_PATH);      
// URL Association for SSL and Protocol Compatibility     
$http 'http://';
if (!empty(
$_SERVER['HTTPS'])) {         
$http = ($_SERVER['HTTPS']=='on') ? 'https://' 'http://';     
}     
define('XOOPS_PROT'$http);      
// XOOPS Virtual Path (URL)     
// Virtual path to your main XOOPS directory WITHOUT trailing slash     
// Example: define('XOOPS_URL', 'http://www.yourdomain.com');
define('XOOPS_URL''http://www.yourdomain.com');



113
sailjapan
Re: Error: Smarty error: the $compile_dir '/var/www/html/xoops/htdocs/xoops_data/caches/smarty_compile'

Did you follow the release note instructions and edit mainfile.php to show the new paths?



114
sailjapan
Re: Themes by Group

Something like Trabis' "Defacer" but with admin theme selection available too... nice idea.



115
sailjapan
Re: please how to install ZINA ?

Sounds cool. (thanks someone).



116
sailjapan
Re: adding name to header??

I'll re-phrase that. What do you mean by "Welcome line"? This is not a XOOPS term.



117
sailjapan
Re: please how to install ZINA ?

link?



118
sailjapan
medical search module

I was just wondering, is there a module which could be used in the following way?

Imagine a directory of a thousand or more illnesses, each listing symptoms.

The perfect module would allow one to enter say 4 or 5 symptoms, and get an ordered result of the top ten likely illnesses in order of nearest match to the symptoms searched for.

Is there anything that could do this?



119
sailjapan
Re: Tickets System Module

This looks excellent! Looking forward to trying out a module. Cool!



120
sailjapan
Re: chat modules

Read this topic for an idea of what some developers are working on for a soon to be released module.




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



Login

Who's Online

197 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 197


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