291161
Mithrandir
Re: e-xoops to xoops2

What do you have in e-xoops? I mean forums and other modules? How much information do you need to move?

I have tried going from e-xoops 1.3 to xoops2 with few problems - but I first copied the database from e-xoops to the same database as xoops2. Then I made little script, which took the information from the e-xoops tables and put it in the xoops2 tables - most fields were the same, with some minor differences.



291162
Mithrandir
Re: Some help with xoops

go to Admin Menu -> System -> Groups -> Anonymous Users -> Check the modules and blocks you want to be available to Anon users.

With regard to the blocks, just stay at the top page and find the block you want to display on other module pages than the top and click "Edit" - there is a multi-select box for selecting the modules, where this block should be displayed.

Hope this is what you were looking for

/Mithy



291163
brash
Re: What Infrastructure Do You Use To Serve Your Xoops Site?
  • 2003/10/8 7:55

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Yeah I tried that, but it still seems to run the same anount of queries

Thanks for the suggestion though. Perhaps I could try using a MySQL DB optimiser to get a bit of speed?




291164
barryhk
I stop on this stage installation ...click next then blank screen
  • 2003/10/8 7:51

  • barryhk

  • Just popping in

  • Posts: 5

  • Since: 2003/10/6


confirm database settings
Database Hostname localhost
Database Username root
Database Name test
Table Prefix XOOPS


If the above setting is correct, press the button below to continue.


The username / password should right ...folder of database is 777 already

ANY idea ?




291165
gruessle
Need help with error when saving
  • 2003/10/8 7:44

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


I had asked this question probably at the wrong places.
First I asked this question in the Category: Modules as a comment. then I asked it one more time at thehttp://www.mytutorials.info forum.

So I figure lets try here since this is importend to me.

I have following error:

Line :429
Char :24
Error :Syntax error
Code :0
URL :http://www.vmclinks.com/x/modules/tutorials/submit.php?op=addTutorial&createdir=0&cid=2

I did

2. chmod modules/tutorials, modules/tutorials/cache and modules/tutorials/images to 777

and 666 for config.php

BUT I can't figure out where to change #4
4. Activate in the preference of XOOPS "Allow HTML tags in user comments?"

Do you have a min to help me?



291166
gruessle
Re: Pop up window
  • 2003/10/8 7:34

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


Well this will as I understand pop up a window when someone logs in.

What I would like is to send someone a message when they are already loged in and I deside I like to talk to them in the chat room.

A one time message to one user selected by user name.

It would probably be even better to have the message diplayed on a block.
But I don't want everybody to get that message just one selected user.



291167
gruessle
Re: user name characters count
  • 2003/10/8 7:28

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


I was just going to delete this question. I found it on my own - but thank you.



291168
Herko
Re: What Infrastructure Do You Use To Serve Your Xoops Site?
  • 2003/10/8 6:52

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Quote:

brash wrote:
I ran the MySQL/Blocks dubugging mode, and I found that upon entry to my site the server runs 77 queries, 23 blocks in about 1.3 seconds. Short of removing content, or upgrading my hardware I have no idea if there are any other methods to reduce this time.


You could try the cache settings for the blocks that don't need to be queried from the DB every time a user visites the page. This can reduce the number of queries a lot, thus saving you on the load time.

Herko



291169
mCity
Re: SOLVED - Making Xoops CONTENT Multilingual
  • 2003/10/8 6:50

  • mCity

  • Just popping in

  • Posts: 52

  • Since: 2003/3/31


Daigoro wrote:
Quote:
I also noticed the drop-down box isn't fixed yet.

Daigoro,

I finally found the way to fix the list-box. As it seems the foundation to get the modules name, I guess it'd also solve many place to show module name. So that, we don't need to edit many files for the output. Although we did many already.

Let's edit /kernel/module.php near line 501
Quote:

function &getList($criteria = null, $dirname_as_key = false)
{
$myts =& MyTextSanitizer::getInstance();
$ret = array();
$modules =& $this->getObjects($criteria, true);
foreach (array_keys($modules) as $i) {
if (!$dirname_as_key) {
$ret[$i] =& $modules[$i]->getVar('name');
$ret[$i] = $myts->makeTboxData4Show($ret[$i]);
} else {
$ret[$modules[$i]->getVar('dirname')] =& $modules[$i]->getVar('name');
$ret[$modules[$i]->getVar('dirname')] = $myts->makeTboxData4Show($ret[$modules[$i]->getVar('dirname')]); // Not sure if this is necessary!
}
}
return $ret;
}

It was my fault that my current copy(defined $myts same as you) is not same as my master copy(with global variable) which is not work when I generate a new site. So, I define it also in the function.

mCity...Share with happy



291170
brash
Re: This page loaded in x seconds
  • 2003/10/8 6:46

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Might also be worth mentioning that you I think you need to have all caching in system admin -> preferences -> general settings turned off for this feature to work.







Login

Who's Online

154 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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