71
Vargr
Re: Fixed width vs. Dynamic: Your pref.?
  • 2004/2/25 17:57

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


You should be able to set the fixed (or dynamic) width attributes using CSS, so perhaps it would all be a question of switching CSS and thenreload the page with the new CSS.

Just an idea though...



72
Vargr
Re: Has anyone separated database from web server with xoops?
  • 2004/2/25 16:58

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


I can't see that should be a problem. Should be like moving ones XOOPS to another site (for example in order to have a non-public testbed). There is no problems there moving the DB (and admittedly the site too) to another place in the "middle of" use.

Then again, I haven't tried.



73
Vargr
Re: downgrade
  • 2004/2/25 16:53

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


What patch are you talking about?

XOOPS 2.0.6? For that is not a patch, but an upgrade.

And if case is, that you want to go from 2.0.6 back to 2.0.5, then I don't know if that is possible. I suppose it is but don't take my word for it.



74
Vargr
Re: admin -> groups -> modfy registered doesn't work
  • 2004/2/24 21:21

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


OK. Sounds strange.

I have no ideas. Sorry.

Maybe a fault in the .php code? Maybe if you upload the .php-files for group-admin again?



75
Vargr
Re: admin -> groups -> modfy registered doesn't work
  • 2004/2/24 20:06

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19



Kan you go here:

http://YOUR-SITE/modules/system/admin.php?fct=groups ?

It might be a problem with permissions.



76
Vargr
Re: Fixed width vs. Dynamic: Your pref.?
  • 2004/2/24 19:11

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Fixed width is only usefull if the site contains a very specific layout and design and/or very little actually information.

800px is too narrow. I believe most people run 1024 as a minimum now a days.

Personally I prefer dynamic width



77
Vargr
Re: change the lang. and everything around it...
  • 2004/2/24 19:00

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


XOOPS uses variables instead of actual words. It then looks up the word it needs in an ACSII file (actually a .php file).

This way it is possible to tell XOOPS that it should "speak" French, Danish, Japanese or in your case Hebrew, as long as you provide XOOPS with the necessary language files.

Each module has a language directory in which will be directories of as a minimum english and in my case Danish and Japanese. In these directories you place your translated files.

Look these places to get an idea of what I talk about:

XOOPS-ROOT/language/english/
This is for the English language-files for the system

XOOPS-ROOT/modules/newbb/language/
This is for the English language-files for the newbb (or Forum) module.


A file might look like this:

<?php
// $Id: blocks.php,v 1.5 2003/02/12 11:37:27 okazu Exp $
// Blocks
define("_MB_NEWBB_FORUM","Forum");
define("_MB_NEWBB_TOPIC","Topic");
define("_MB_NEWBB_RPLS","Replies");
define("_MB_NEWBB_VIEWS","Views");
define("_MB_NEWBB_LPOST","Last Post");
define("_MB_NEWBB_VSTFRMS"," Visit Forums");
define("_MB_NEWBB_DISPLAY","Display %s posts");
define("_MB_NEWBB_DISPLAYF","Display in full size");
?>


Take the entire English direcory and copy it over, renaming it hebrew or what-ever (notice there is no capital letters in the name).

Now rename Forum to what-ever it would be in Hebrew.

Do this for all language files used on your site.'


Go to XOOPS-ROOT/language/hebrew/

and find the file [b]global.php[/b} and go to bottom.


//%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
define('_CHARSET', 'ISO-8859-1');
define('_LANGCODE', 'en');

// change 0 to 1 if this language is a multi-bytes language
define("XOOPS_USE_MULTIBYTES", "0");
?>


Change the settings to what-ever is appropriate (I know nothing of Hebrew).

Finally, go to the XOOPS administration side and select the default language. Hebrew shoul show up if you did the above .


But! Before you start this work, spend some time to see if others already did translate the XOOPS languagefiles into Hebrew.

But at least you should know the basics and the principle now.



Take a look at DJVF to see a multilinguel site. Be forwarned, however, that XOOPS does not -yet - support multilinguality (switching between different languages on the run), så a site such as DJVF requires a lot of work and hacking, but it is possible.



Good Luck!



78
Vargr
Re: How come i stay in the Users online box?
  • 2004/2/24 5:49

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Unfortunately this is a problem with that module.

A few hacks and suggestions have been made elsewhere on this site to remedy this. I haven't tried any of them (yet), so I can not tell you the best approach.

I can not remember any of the threads right now, so you will have to search for them.



79
Vargr
Re: Search.php and WF-FAQ
  • 2004/2/23 14:35

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Just tried it on my own system and there it works as should be expected; that is, it jumps to the FAQ itself and not just the frontpage.

Howver, this is XOOPS 2.0.2 (I know, it will soon be updated, just testing and changing the site slightly at the same time).



80
Vargr
Re: Multilingual problem with pre-generated file: /cache/adminmenu.php
  • 2004/2/23 11:31

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


@ Chado:

(I am the co-webmaster of the site Daigoro mentioned.)

You are absolutely right, that would solve the problem here and now since we are only two webmasters and we both speak Danish and English, whereas Japanese is a little more difficult.

However, since we run the website for an association, we might have Japanese or English speaking co-webmasters or at least moderators at a later state, who would need access "behind the scenes" so to speak.

And we would really like a clean and well-founded multilingual solution, that evt. will be useable by anyone running a multilingual site.






TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 13 »



Login

Who's Online

167 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 167


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