21
rickh
Re: Administration option only in mainmenu when user has access rights
  • 2005/5/16 14:13

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


^^ a little kick ^^

Just for sure: do other people also have this 'feature' with XOOPS 2.0.10? Or is it a misconfiguration caused by myself?



22
rickh
Administration option only in mainmenu when user has access rights
  • 2005/5/14 17:12

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


Hello,

I've upgraded my site from XOOPS 2.0.7.3 to 2.0.9.2 and then to 2.0.10. Everything seems to work fine when I'm logged in as administrator.
But when I log in as user with admin rights to a few modules (i.e. news and mylinks) this user only sees the 'Administration menu' option in the mainmenu when he visits that parts of the site. At other modules this user doesn't see the 'administration' option in mainmenu.

In XOOPS 2.0.7.3 the user _always_ had the 'administration' option in the mainmenu. Also when he visits other parts (modules) of the site. How can I set this back?? I think it's more understandable for the (not so experienced) users that they always see this menu option. I also just have made a manual for those users where is explained they always see this menu. So now it's a bit confusing for them

[edit] This is the mainmenu block template file i use:

<table cellspacing="0">
  <
tr>
    <
td id="usermenu">
      <
class="menuTop" href="<{$xoops_url}>/user.php"><{$block.lang_youraccount}></a>
      <
a href="<{$xoops_url}>/edituser.php"><{$block.lang_editaccount}></a>
      <
a href="<{$xoops_url}>/notifications.php"><{$block.lang_notifications}></a>
      <
a href="<{$xoops_url}>/user.php?op=logout"><{$block.lang_logout}></a>
      <{if 
$block.new_messages 0}>
        <
class="highlight" href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a>
      <{else}>
        <
a href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}></a>
      <{/if}>

      <{if 
$xoops_isadmin}>
        <
a href="<{$xoops_url}>/admin.php"><{$block.lang_adminmenu}></a>
      <{/if}>
    </
td>
  </
tr>
</
table>

At the end u see " <{if $xoops_isadmin}>", but if i delete this also registred users with no admin rights can see the menu option. That's not my intention



23
rickh
Re: xoops 2.0.5 login doesnt work with new APACHE and PHP
  • 2005/5/13 15:04

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


Have you checked the variables in mainfile.php? I had the same kind of problem when i entered /xoops as url of my website instead ofhttp://www.domain.com/xoops.

Maybe some serversettings have changed since that upgrade?

btw. don't crosspost.



24
rickh
Re: Cannot add or delete users from groups after xoops update
  • 2005/5/11 17:33

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


indeed i have over 200 users (about 250). But I tried it via 'findusers' and this works

But do you think there will come a quickfix for this? Or is it too complicated?



25
rickh
Cannot add or delete users from groups after xoops update
  • 2005/5/11 16:39

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


Hello,

I got XOOPS 2.0.7.3 running and i decided to upgrade. First I installed the xoops-2.0.7.x_to_2.0.9.2 patch and after that the patch to 2.0.10. Everything seems to run fine, but after some tests I remarked that i cannot add or delete users from groups. When I try to, I don't get any error message or something. Also when I turn on PHP debugging no error message appears. I only see a default message (Taking you back to where you were.... If the page does not automatically reload, please click here) message. But when i go back to the 'modify group' page, the 'deleted' user is still listed (and the 'added' user is not listed).

help....



26
rickh
Re: Spaw editor or ?
  • 2005/5/11 8:27

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


well, I think Spaw is the fastest editor (loading time) and is the only editor which can use your images from XOOPS image manager. But Spaw hasnt full support for mozilla firefox.

I also tried HTMLarea and FCK editor, but i cannot use images from XOOPS imagemanager and they are loading much slower than spaw. As far as i can see these editors do have full support for firefox.

I think you have to try them yourselves and decide which one is the best in your situation



27
rickh
Re: Autologin hack & sessions
  • 2005/5/4 15:20

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


ah ok

And i do have another question about this hack. Now I have set that the password is stored for 3 months. Default this is one week or something like that. Does this have negative consequenses for serverload or something else? My site has about 80 unique visitors a day (and sessions turned off).



28
rickh
Autologin hack & sessions
  • 2005/5/4 9:50

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


Hello,

I used to turn on sessions (in XOOPS settings) so that users stay logged in for a little while.
Now I use the autologin hack, so users always stay logged in. But i'm not sure i have to enable or disable sessions in the XOOPS settings, when using this hack? Now i've turned it off, but i dont's know what the consequences are for serverload etc.
What is the best setting when using autologin hack?



29
rickh
Re: Changing administration interface theme?
  • 2005/5/3 22:25

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


well, i just installed it and it worked fine But i think this version is still too much 'beta' to be a full replacement of the admin interface. There were some little annoying things. I could live with it, but some unexperienced users do also have to use parts of the admin interface. I think it would get too difficult for them (like modules shown which they dont have access to and the collapsing menu that not keeps collapsed).

But still thanks for the suggestion. I keep following the progress of this project



30
rickh
Re: Changing administration interface theme?
  • 2005/5/3 21:18

  • rickh

  • Just popping in

  • Posts: 94

  • Since: 2004/4/9 6


thanks, that looks very nice :) But i use XOOPS 2.0.7.3 (customized a few things, so i cannot upgrade). I'm not sure this hack will work with this older version??

[edit]
just found this:
Quote:
The hack has been tested on the latest XOOPS version (2.0.9.2)
using Firefox 1.0 on a Debian install.
Btw,it should work fine on previous XOOPS versions and different
browsers but i'm not sure so please give me feedback about this.


so i give it a try




TopTop
« 1 2 (3) 4 5 6 ... 9 »



Login

Who's Online

235 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 235


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