Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bleeuwen

Pages: 1 [2]
16
How To's / How do I add a favicon
« on: March 04, 2010, 04:51:46 pm »
How can I add a favicon to my website??


In page.php I see the function function add_favicon_to_page($src)

But it is nowhere called.

17
How To's / Re: The Personal Workspace Can't be Deleted - why not?
« on: October 31, 2009, 01:21:00 pm »
Sure that personal workspaces are treated differently.

In what way, I do not know. I hope you will find out in your investigation

18
How To's / Re: The Personal Workspace Can't be Deleted - why not?
« on: October 26, 2009, 03:24:05 pm »
Hi a2opinion

it would be nice to rename the useless personal workspaces. But they still remain personal workspaces, and are treated differently form normal workspaces.

Or do ypu know a way to change a personal workspace into a normal workspace??

 

19
How To's / Re: The Personal Workspace Can't be Deleted - why not?
« on: October 23, 2009, 03:29:46 pm »
In 1.5.3 it is still nog possible to remove personal workspace, however the user has been coupeld to another workspace and the personal workspace is empty.

Renaming is still the only option.

What happens when I remove it from the database manually??

20
Feature requests / Add user custom properties to User class
« on: October 19, 2009, 03:12:59 pm »
Add custom properties (type user) to the user-class.

So the custom properties can be used easily in php.

Maybe there is also interest in other types of custom properties.

21
Feature requests / Re: User authorization filter on tabs and modules
« on: October 17, 2009, 07:58:15 am »
Hi Ignacio

thank you very much. It is working.

(also thanks for the java lesson)

22
Feature requests / Re: User authorization filter on tabs and modules
« on: October 16, 2009, 04:52:12 pm »
Hi Ignacio

so far so good.

Now I have an other problem: I only want to disable it for a special user.

In Website.php I can manage this by putting the statement:
if (logged_user()->getUsername() === ".." )
Because I am used to php-programming

But I do not know how to solve this problem in javascript.

23
Feature requests / Re: User authorization filter on tabs and modules
« on: October 16, 2009, 03:22:01 pm »
Hi Ignacio

I mean the New button in the toolbar. See the attached screenprint.


24
Feature requests / Re: User authorization filter on tabs and modules
« on: October 16, 2009, 02:56:50 pm »
Hi Ignacio,

thanks for your answer

the new-button still appears even when I comment the line out.

Maybe a QuickAdd instance had been already created.

Is there someway to do a bit of testing??

Thanks in advance

(I tried in on Mac/OS and on Windows)

25
Feature requests / Re: User authorization filter on tabs and modules
« on: October 08, 2009, 03:35:29 pm »
Hi

when I follow the idea below, the new-option still appears.
Maybe versien 1.5.3 needs another solution.


  remove the "new" (no need)
   In website.php remove the line that starts with 'var quickadd = ...'

26
How To's / Disbable modules on user level
« on: September 22, 2009, 08:55:09 am »
We have a site on which special users only may download; they are not supposed to use the modules.

Is it possible for a special user to have the modules (exept the document module) deactivated??

Pages: 1 [2]