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.


Topics - znitz

Pages: [1]
1
Ideas / sub workspace tree when creating a new workspace
« on: June 03, 2014, 04:06:34 am »
Hi,

Im looking into the possibility to create a subtree of workspaces.

We are often (almost always) creating a workspace structure when we create a new project.
And each time we want the users to create the very same structure, so when users goto any
project it will look the same for them.

I think it would be possible, if one could have an option like "create predefined sub workspace tree".
And maybe a plugin to create the list of sub workspace tree.

Anyone with suggestions?

2
Ideas / combined email notifications
« on: May 26, 2014, 08:04:18 am »
Hi,

In our Feng Office installation, we update several files regulary, this can become a problem,
because each file will initiate an email notification, and if you update, let say 20-30 files, the users
will get 20-30 emails each.

Is there a way to make FO only send one notification for all collected changes?
If you already use cron to send emails, then this should be possible.
(I understand that if you send notifications directly when a file changes it will not work)

I have looked into cron_functions.php and Notifier Class. For me it looks like it is (today) designed
to send emails to all subscribers per file, and not send emails per subscriber containing all changes since last check.

What do you think, is this a good function to implement?

BR
Znitz

3
How To's / problem working with themes (copy 'default' to 'my_theme'
« on: April 04, 2014, 05:23:35 am »
Hi,

Im new here, but have used FO for a while.
Today I created a copy of the default theme (located fenginstalldir/public/assets/themes)
The installation is a new instance, with one WS and two users, FO version is 2.5.1.2

It was a surprice to me that it was not that simple (to make a copy of a theme)
The default theme uses the name inside several files, for example : "default/extjs/css/ext-all.css
This I can handle and change to my new theme name (in my case: my_theme)

But, then there are several other places where default is called as well..(instead of my new theme)
Here:       public/assets/javascript/og/CalendarPrint.js
Or here:  application/widgets/people/template.php


Anyway I did the copy, changed all places in theme folder.
Went into the FO choosed administration->change theme to my_theme.

Now everything was garbled and impossible to read.
The only way to step back was to restore the database, apparantly themes are stored in the DB...

Im not sure what I have missed, I mean, other threads regarding themes said "oh, just make a copy of the default theme and you are set go to...", well it was not that simple for me...

I did a 'diff -r -q feng_after_change feng_with_new_theme'
Only diff was the new theme folder

Then I did a 'diff -r -q themes/default themes/my_theme'
And only changes was the theme name

I don't know what to do as a next step.
Please come with some advice

Thanks,

Pages: [1]