111
Jan304
Re: 'Administration' in user menu gone.
  • 2004/8/24 14:40

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Skalpa has already explained himself at the comments of the release notification:
Quote:
$xoops_isadmin was created from the return value of XoopsUser::isAdmin(), called without parameters.
So its real meaning was the user has administration rights for at least one module.
However this value was used several times (i.e: by the newbb module) as if it was meaning the user has administration rights for the current module.


And to fix it:

Quote:
The new isAdmin check is O.K, but the admin.php check should have been updated
I'm correcting this ASAP ( a beta of the next version should be released before the end of the week is everything goes well ).
In the meantime, you can fix this by editing admin.php and changing the line 36:
if ( !$xoopsUser->isAdmin() ) {
with
if ( !$xoopsUser->isAdmin(-1) ) {




112
Jan304
Re: xoops.org news module?
  • 2004/8/23 9:40

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Remember to put after working on the theme "Update module template .html files from themes/your theme/templates directory?" back to off. Otherwise your host won't be happy anymore...



113
Jan304
Re: Porting a great flash based shoutbox(nuke) for Xoops
  • 2004/8/18 20:48

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Ok, since I worked a while on it, I think it's worth of releasing...

To download Flashshout, goto here:
http://xoops.opencms.nl/modules/mydownloads/singlefile.php?cid=8&lid=52



114
Jan304
Re: Porting a great flash based shoutbox(nuke) for Xoops
  • 2004/8/17 21:16

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Ported it, however having little problems. Somehow flash always checks for files at the path where it is. So, if block is not at the module itself it won't find files it needs...

However, if that's not a problem (you will have to place two files everywhere you place the block) pm with ya e-mail. Will e-mail you the module.



115
Jan304
Re: Changing MIME Types Globally on entire Xoops System
  • 2004/8/17 15:19

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


First of all, I would disadvice allowing bmp files since they are not really an 'internet'-format. And they get way too fast really big in size...

For the mime-types of bmp:
http://filext.com/detaillist.php?extdetail=BMP



116
Jan304
Re: upgrade a 1.3 module to work with 2.?
  • 2004/8/15 15:47

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Hi there,

Most 1.3 that do not call specific 1.3 functions will work with 2.x. There might be exceptions ofcourse...

And upgrading those module won't be that difficult, but I'm afraid that it won't be easy either.

Check this module:
https://xoops.org/modules/mydownloads/singlefile.php?cid=24&lid=769

Just a clone of mydownloads module but with another name (myEd2k), so that you can seperate normal modules from ed2k links. Hope this helps ya a bit.

// The module you want to use isn't even a 1.3 module, but an 1.2. In that system admin wasn't seperated from user interface. You might want to try with that module (quick solution): Open index.php, disable inclution of header.php, instead include mainfile, so you should get this:
Quote:
include("config.inc");
//include("header.php");
include("../../mainfile.php");
include("../../header.php");


Remember a couple of things, this module proberly requires register_globals on, and after the normal XOOPS install, you also have to run modules/myed2kfiles/admin/install.php for creating tables.

Goodluck with this one.




117
Jan304
Re: What forum module does Xoops Use?
  • 2004/8/12 14:58

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


It's same module, although the layout is set to Flat. You can:
- Change it for one time: Select here on top of topic 'Flat'.
- Change it for allways, for your account only: Edit Account - Comments Display Mode.
- Change for always: System Admin - Settings.



118
Jan304
Re: Urgent Feature Request - will make Xoops 100Xs better
  • 2004/7/22 17:00

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


@ChadK: There aren't extra services in the paid version except the support, spellchecker, and subscription manager.

However, there is no support for the hacked version of Koudanshi. You can however always ask questions on his site. May I remind you that the licence you are referring is an new one, and since koudanshi uses the older one your trail is unlimited without limitations.

And please try to remember this is an open-source community, this is for everybody a 'free-time' job.



119
Jan304
Re: bbpixel is gone
  • 2004/7/20 20:02

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


@bd_csmc: No, IPB is actually know for his little CPU usage, but you know, some host actually just do not like portal systems (like xoops) because they idd use a lot CPU.

Koudanshi has already registred at another host and is awaiting moving progress.



120
Jan304
Re: bbpixel is gone
  • 2004/7/20 14:16

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Hi Tom & rest of people worried,

Talked with koudanshi, and he is not stopping with developing IPB for XOOPS. He has only a conflict with his host.

Looking for solution (his sites eats CPU), in the meantime site will be unavailable I'm afraid.




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



Login

Who's Online

98 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 98


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