121
fdeconiac
Re: Default affecting group is not working
  • 2011/2/15 20:12

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Just tried to modify

=> mainfile.php :
// Secure file     require XOOPS_VAR_PATH . '/data/secure.php';      define('XOOPS_GROUP_ADMIN', '1');     define('XOOPS_GROUP_DEFAULT', '13');     define('XOOPS_GROUP_USERS', '2');     define('XOOPS_GROUP_ANONYMOUS', '3');


=> register.php :
$newid $newuser->getVar('uid');             if (!$member_handler->addUserToGroup(XOOPS_GROUP_DEFAULT$newid)) {                 echo _US_REGISTERNG;                 include $GLOBALS['xoops']->path('footer.php');                 exit();             }


Didn' t work anymore... So i will modify as i did before, just by changing the id of XOOPS_GROUP_USERS

Hope this point could be managed in admin in the next xoops versions... even depending on some criteria as a specific code (xin code ?)

Thanks all for your help,

Regards



122
fdeconiac
Re: Default affecting group is not working
  • 2011/2/15 13:19

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Just tried by replacing it directly and its works ! it make me so happy :)

Thanks for your advice redheadedrod! I will try to modify it properly by adding a new define... and i imagine it could be called from register page...

Will have a look to it tonight ;)



123
fdeconiac
Re: Default affecting group is not working
  • 2011/2/15 11:42

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Thank you so much iHackCode !!!! I was looking for so long time :)

So i found this in mainfile.dist.php :

70 define("XOOPS_GROUP_ADMIN", "1");
71 define("XOOPS_GROUP_USERS", "2");
72 define("XOOPS_GROUP_ANONYMOUS", "3");

So i will change group_users by "13". Do you know if this change could impact something else, or just the affecting group for the registration ? Just to know if i'm going to crash my site :)



124
fdeconiac
Re: Default affecting group is not working
  • 2011/2/14 21:39

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


redheadedrod,

would you have any idea where default group is set to "2" ?



125
fdeconiac
Re: Default affecting group is not working
  • 2011/2/14 13:18

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


I thought about it already...

But i already know that i will have to create other groups next monthes, and will have also to manage their group from registration. I won't be able to manage the user groups manually...

I was hoping to manage it with a specific code with xin code, maybe by a sql request... Xin code developper let me understood it could be possible in an other forum post...

Otherwise, i was thinking to send a code in march and directly affect in a group new user, and do the same inviting next monthes other groups with a new code and changing default group, etc.

Well, this optiono of managing default group is really missing :(

Thanks for your suggestion redheadedrod !



126
fdeconiac
Re: Missing user avatar and......
  • 2011/2/14 13:04

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


i got the same bug from xoops 2.5.

i can't see any smiley, rank, avatar,... even if i upload it!

Do not know if this is
=> ftp permission folder bug...
=> broken link in admin ? (does the new subfolder is taken into account everywhere ?)



127
fdeconiac
Re: Default affecting group is not working
  • 2011/2/13 16:20

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


I'm still looking how to change the default group of new user...

I would like new user in the group "13"... does anyone already hack this ?



128
fdeconiac
Re: XOOPS Engine : Installation PB
  • 2011/2/13 12:23

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Am I the only one getting this problem ?

Could you remind the link to the last version of xoops engine ?

I'm so hurry to try xoops engine !



129
fdeconiac
Re: Open letter to module devs
  • 2011/2/13 9:52

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Agree with you.

We could define a common format for icons (.PNG ?) and a common folder like :
- uploads/icons/default/
and be able to choose in admin between icons theme :
- uploads/icons/default/
- uploads/icons/theme1/
- uploads/icons/theme2/

So each module could be in a zip archive presented like :
- modules/themodule/...
- uploads/default/mymoduleicon1.PNG
- uploads/default/mymoduleicon2.PNG

I think this move was part started with xoops 2.5 by organizing uploads folder like :
- uploads/avatars/
- uploads/smileys/
- uploads/ranks/
- uploads/icons/
- ...

Am i wrong ?



130
fdeconiac
Re: Open letter to module devs
  • 2011/2/12 19:34

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Quote:
Or do you see other modules as more important?


Multimenu looks important for me but this module really needs to be updated!

I'm also agree with your suggestion "xnews" and "extgallery" that are used by lot of people.

Also, regarded your links Mamba, i think discuting of modules in forums is right, but i think it would be interesting to have specific part to have a quick view of module (last version, developpers in charge,...), like there was on babylon by xoops




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



Login

Who's Online

108 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 108


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