11
shelley
Re: to use Spaw WYSIWYG Editor V1.00b
  • 2004/1/2 16:31

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


UP



12
shelley
to use Spaw WYSIWYG Editor V1.00b
  • 2004/1/2 3:37

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


I would like to use this module but I don't know how.

in the readme file is written there:

Quote:
How to use with other Modules:
Add these two lines to as near to the top of the page as possible, just below admin_header include:

$spaw_root = XOOPS_ROOT_PATH . '/modules/spaw/';
include_once $spaw_root . 'spaw_control.class.php';

But in that file it is necessary to add these lines?

the same with this example:
Quote:
For the news module, use the following:

echo "</p><p><b>"._AM_INTROTEXT."</b><br /><br />\n";
//xoopsCodeTarea("hometext", 60, 15);
$sw = new SPAW_Wysiwyg( 'hometext', $hometext, 'en', 'full', 'default', '99%', '600px' );
$sw -> show();
xoopsSmilies("hometext");

where do I copy this code?


Help me
thanks



13
shelley
Re: (E-) Xoops?
  • 2003/12/21 17:25

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8





14
shelley
Re: my custom block
  • 2003/12/7 13:53

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


jlm69, Thanks, but this is simply a test

robekras, Great!!!
I have not put the global declaration




15
shelley
Re: my custom block
  • 2003/12/7 13:09

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


I removed...
this way:

$name $xoopsUser->getVar("uname");
$email =$xoopsUser->getVar("email");
echo 
"nome $name";
echo
"email $email";



but now in home page a blank page...



16
shelley
Re: my custom block
  • 2003/12/7 12:24

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


yes
but using php the block is empty



17
shelley
my custom block
  • 2003/12/7 6:47

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


Because if I create a new block html and I put this code
<? $name $xoopsUser->getVar("uname");$email $xoopsUser->getVar("email");echo "nome $name";?><br><? echo "email $email"?>


in preview it works

and in home page I have this result?

getVar("uname"); $email = $xoopsUser->getVar("email"); echo "nome $name"; ?>



18
shelley
Re: problem after the installation
  • 2003/11/28 4:32

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


the mainfile

Quote:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/home/web/www.lettorimp3.it/website/xoops205');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://www.lettorimp3.it:8080/xoops205');

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

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

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

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

// 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";
}
}
?>


phpinfo

I have already installed XOOPS in a sottodirectory,


looks here

But with another hosting

Possible problem with mysql?



19
shelley
problem after the installation
  • 2003/11/28 3:13

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8





20
shelley
Re: Chat for xoops?
  • 2003/11/25 21:42

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


beautiful
compliments!
It goes very well for my dsl
when the definitive version?




TopTop
« 1 (2) 3 »



Login

Who's Online

224 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 224


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